Another I.E. compatiability issue
#1
Posted 05 February 2011 - 12:55 PM
Could anyone help me pinpoint this issue I'm having with my forum.. The complaint is that it's not working correctly with I.E. 7.. so nothing so shocking there but I'm having a hard time discovering what exactly is causing the issue.
Basically along the top the page is a log in area, in I.E, the Login button disappears, after the page finishes loading completely. Wish there was a firebug for I.E7 so I could easily tinker with the css until the problem is found.
The site is http://www.bocn.co.uk - any pointers appreciated.. Currently it fails validation but for trivial matters, missing alt tags so I doubt thats of significance..
Thanks peeps,
#3
Posted 05 February 2011 - 01:24 PM
#4
Posted 05 February 2011 - 02:07 PM
You can easily see my issue, I think it's something to do with the floats..
Attached File(s)
-
Screen shot 2011-02-05 at 14.05.57.jpeg (202.56K)
Number of downloads: 8
#5
Posted 05 February 2011 - 02:13 PM
daveb, on 05 February 2011 - 02:07 PM, said:
You can easily see my issue, I think it's something to do with the floats..
Seems to be a width issue, If the width is reduced to 76% everything fits ok
if you use a conditional statement for ie7 with the following css
#topBar {-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:#000000;background-image:none;background-position:0 0;background-repeat:repeat;color:#A1A09A;font-size:12px;height:38px;line-height:38px;padding-bottom:0;padding-left:8px;padding-right:8px;padding-top:0;position:relative;width:76%;
This post has been edited by pat24: 05 February 2011 - 02:17 PM
#6
Posted 05 February 2011 - 02:20 PM
#7
Posted 05 February 2011 - 02:46 PM
pat24, on 05 February 2011 - 02:13 PM, said:
if you use a conditional statement for ie7 with the following css
#topBar {-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:#000000;background-image:none;background-position:0 0;background-repeat:repeat;color:#A1A09A;font-size:12px;height:38px;line-height:38px;padding-bottom:0;padding-left:8px;padding-right:8px;padding-top:0;position:relative;width:76%;
#8
Posted 05 February 2011 - 03:23 PM
.toplinks{z-index:203;width:710px;}I think that should work
This post has been edited by mteam: 05 February 2011 - 03:26 PM
Help

















