Click to See Complete Forum and Search --> : IE blocking imG - Firefox displays fine - Help!
rodd1000
12-10-2008, 10:39 AM
Hi guys, been putting this site (http://www.cnsdemo2.co.uk/clown/) together for a friend and for some reason the image in the header is getting blocked out on the right in IE. Looks fine in firefox. I'm guessing it has something to do with the " topspacer div?
Could anyone take a look and shine some light on the situation, it's now driving me round the twist..lol
Thanks again guys!:)
javawebdog
12-10-2008, 10:45 AM
render correctly for me in IE 6 and FF 3
rodd1000
12-10-2008, 11:15 AM
Hi, thanks for checking, but it doesn't in IE 7. Really strange.
rodd1000
12-11-2008, 04:41 AM
Could anyone else check this for me, according to browser shots (http://browsershots.org/http://www.cnsdemo2.co.uk/clown/) the problem exists in all versions of IE.
It's the area in the top right corner. A large white block is appearing where the background image should be.
Thanks.
You have incorrectly managed the "layers". If you want to see the DIV "topspacer" "inside but over" the DIV "header", than you should have nested "topspacer" inside "header"
<DIV id="header">
<DIV id="topspacer" onfocus="MM_openBrWindow('http://www.cnsdemo2.co.uk/tst','Catalogue','width=800,height=750')">
<SPAN class="cataloguelink"><A href="http://www.cnsdemo2.co.uk/clown/#"><IMG onclick="MM_openBrWindow('http://www.cnsdemo2.co.uk/tst','','width=800,height=750')" height="20" src="http://www.cnsdemo2.co.uk/clown/images/simple_button.gif" width="140" /></A></SPAN>
</DIV>
</DIV>
rodd1000
12-11-2008, 08:57 AM
Thanks very much that seems to have sorted it. I've noticed IE doenst open the catalogue page with the 800x750 dimensions. This works ok in firefox. Any reason why it doesnt in IE?
Thanks again for your help, much appreciated!
Thanks very much that seems to have sorted it. I've noticed IE doenst open the catalogue page with the 800x750 dimensions. This works ok in firefox. Any reason why it doesnt in IE?
Thanks again for your help, much appreciated!
I don't see the error you claim. It woks ok for me in IE7 and IE6 /XP SP2.
rodd1000
12-11-2008, 10:24 AM
Thanks Kor, maybe it's just my PC, a few friends have tested it too and it seems ok to them aswell. Thanks again Kor for taking the time out. Really appreciated!
Thanks