|
|
|
solarblitz
new user
Reg'd: Wed
Posts: 3
|
|
[Commercial URL removed...]
I'm building the site above and the side nav vanishes in IE7 version 7.0.570.11 I have checked on various machines and It does this on two others. I've validated the code and found no errors. The weird thing is if I select the tab that displays all open tabs, the contents there and when I reselect the page from this display, the page displays as it should. Does any one have an Idea whats cause the content to vanish or how to fix it.
Cheers
Edited by TheFatControlleR (Wed Nov 14 2007 08:13 PM)
|
|
dandesign
regular
Reg'd: Tue
Posts: 32
Loc: South Yorkshire
|
|
Quote:
[Commercial URL removed...]
I'm building the site above and the side nav vanishes in IE7 version 7.0.570.11 I have checked on various machines and It does this on two others. I've validated the code and found no errors. The weird thing is if I select the tab that displays all open tabs, the contents there and when I reselect the page from this display, the page displays as it should. Does any one have an Idea whats cause the content to vanish or how to fix it.
Cheers
Is it like a drop down menu in html? or an "on click" event in javascript?
because if its a drop down menu, i used to have LOADS of trouble in IE from mine, so much so i got rid of it entrirley.
I cant view the site, so can you put some code on as an example?
Dan
|
solarblitz
new user
Reg'd: Wed
Posts: 3
|
|
Its a table contating links formatted by class div's. Its almost like the page loads them then hides them. Firefox and safari are fine. 50% of Ie 7 browsers show it fine. I've validate my css and HTML, and there fine. It's also started to hide some of the page content too.
|
solarblitz
new user
Reg'd: Wed
Posts: 3
|
|
Thankyou for your help, it now appears to have been fixed, what was causing it was a position relative on an element inside a table. I removed the 'relative' from the div and its solved the problem. Thankyou all
|
|
|