Quizzes & Puzzles2 mins ago
position:absolute in html
9 Answers
does this work on safari? as my web page looks ok in IE but in safari its all over the place?
Answers
Best Answer
No best answer has yet been selected by poltergeist. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.It's CSS, and it is supported by Safari. And example of it in use can be found here
sorry I mean http://www.matthewrodbourne.com
Your page doesn't render properly in IE or Firefox.
Because you've specified absolute for some items and not others (e.g. the advert is absolute, the menu is not), resizing the browser window means that the floating elements can easily move to a position where they obscure, or are obscured by, the fixed elements.
Try viewing it in IE with and without a sidebar, and with the browser set to various sizes and you'll see what I mean.
Because you've specified absolute for some items and not others (e.g. the advert is absolute, the menu is not), resizing the browser window means that the floating elements can easily move to a position where they obscure, or are obscured by, the fixed elements.
Try viewing it in IE with and without a sidebar, and with the browser set to various sizes and you'll see what I mean.
I'm no expert - you might find these links helpful:
http://www.autisticcuckoo.net/archive.php?id=2 004/12/07/relatively-absolute
http://www.barelyfitz.com/screencast/html-trai ning/css/positioning/
http://www.autisticcuckoo.net/archive.php?id=2 004/12/07/relatively-absolute
http://www.barelyfitz.com/screencast/html-trai ning/css/positioning/
You rarely want to use position absolute.
Have a look here:
http://blog.html.it/layoutgala/
The CSS isn't the best, but it's not too bad.
Oh, and 1996 called: it wants its marquee tag back!
Have a look here:
http://blog.html.it/layoutgala/
The CSS isn't the best, but it's not too bad.
Oh, and 1996 called: it wants its marquee tag back!
Best advice I can give you is to go to W3Schools and follow their advice.
I usually develop using Firefox with the add-ons Firebug and Web Developer. I then detect the browser and adjust for I.E.
I usually develop using Firefox with the add-ons Firebug and Web Developer. I then detect the browser and adjust for I.E.
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.