Tag Archives: Position Layers

How do i position layers?

Hello there all! this is proberly an incredibly simple question but when will i position a part on my site and allow it to become so that that doesnt jump to another section of the screen while i preview it in a browser Ive asked a lot of people about this matter and not managed to get an answer. I’m starting to experience like its a new secret! regards!: lick: For anyone who is using a WYSIWG similar to Dreamweaver, most everything will probably be in a different spot while you preview in a browser. Best to make certain it’s correct from the browser, not inside the design view… Four kinds of position: General: whatever placement relative for the parent Most critical: an exact placement from the parent Static: a defined spot on your page, that can be unaffected by scrolling Predetermined: I never make use of this so I’m unclear. To position your header ten pixels with the top and 30 pixels from the left corner of whatever container retains it, regardless of this container’s size: Code: #header situation: relative; top: 10px; remaining: 30px; thanks mate ill give that the go!

Posted in Web Design | Tagged , , | Leave a comment