![]() |
CSS+IE strange behaviour
I'm trying to create a new template and I'm having a small difficulty when I try to view it with Internet Explorer 7.
The .css looks like this: Code:
Code:
<div id="header">When IE7 is not maximized, everything is ok. When maximized, the links in the upper-right corner flies outside the screen. Sometimes I can see only two or three letters from the first link. This behaviour is only on IE, firefox works just fine. http://img220.imageshack.us/img220/5073/ppie1pz8.th.jpg http://img88.imageshack.us/img88/8878/ppie2dq4.th.jpg How can I fix this? :( |
try to replace the "fixed" in #header by absolute
or wrap a div around which is absolute |
Solved. Thanks for the feedback, you gave me the idea to play with the "position" and the solution was to set "position: fixed;" for .rightelement in the css file.
|
| All times are GMT. The time now is 02:32 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.