🔒 Closed Patulong mga sir sa html at css

Status
Not open for further replies.

Malupet19

Fanatic
gusto ko po sana na fixed ;ang yung position nung picture na mountain kaso na iiscroll po eh sana matulungan niyo ako beginner palang po kasi ako salamat mga sir
 

Attachments

  • Screenshot (33).webp
    Screenshot (33).webp
    173.6 KB · Views: 40
  • Screenshot (34).webp
    Screenshot (34).webp
    87 KB · Views: 29
  • Screenshot (35).webp
    Screenshot (35).webp
    42.7 KB · Views: 25
  • Screenshot (36).webp
    Screenshot (36).webp
    49.1 KB · Views: 27
panong naiiscroll lods? pag naiscroll mo pati ba yung banner gumagalaw din? o yung scroll bar lang pero fixed yung banner?
 
Dagdag mo to sa css sa background mo para pag mag scroll ka di nadadala yung background image

background-attachment: fixed;
 
[XX='Malupet19, c: 672975, m: 1705240'][/XX]Welcome , Update ka if gumana o hindi para mahanapan mg ibang paraan
 
mali yung CSS mo ata. bakit naka position:fixed ka sa banner mo. ang tamang syntax ay background-attachment:fixed or scroll.
pag position:fixed yung container ang ififix hindi background.
 
Medyo nangangapa pa ako sir pag css kakaturo palang kasi samin tas sa youtube nalang den ako umaasa para medyo ma advance
 
pag gusto mo matuto wag sa youtube sa w3schools ka mag aral ng code kasi dun may online editor para napapalitan mo ng variable yung mga codes para malaman mo din kung ano naiiba sa ganoong paraan mas madali ka matututo
 
<style>
.parallax {
/* The image used */
background-image: url("img_parallax.jpg");

/* Set a specific height */
height: 500px;

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>

<!-- Container element -->
<div class="parallax"></div>

parallax tawag jan sa gusto mong mangyare ts. try mo ito
 
Status
Not open for further replies.

About this Thread

  • 16
    Replies
  • 604
    Views
  • 6
    Participants
Last reply from:
PsiponHandler

Trending Topics

Online now

Members online
382
Guests online
1,243
Total visitors
1,625

Forum statistics

Threads
2,272,657
Posts
28,944,457
Members
1,237,328
Latest member
wolfrude64
Back
Top