[Bf-webcontent]IE issue

Johannes Langlotz johannes.langlotz at gmx.de
Mon Mar 14 19:52:36 CET 2005


Hi Bart,

due illness and not having an IE on my notebook it takes me a while to 
find two IE issues.

http://www.webminster.de/ext/b3d/Home.2.0.html

To close the gap below the header you have to put the header and the 
content into a table. It is a bit stupid to make the layout of a css 
based website with the help of tables. But it seems that this is the one 
and only solution for this huge bug (IE). The divider image of the 
"About Blender" button no longer appears on on mouse over!

<div id="mainmenu">
   <ul id="top_nav"><li id="topnav_20" style="background-image: 
none;"><a href="http://www.blender3d.org/cms/About%20Blender.20.0.html" 
style="background-image: none;"><span class="ctr">About Blender .....
</div>

You need "background-image: none;" in <li> and in <a ...> of "About 
Blender" in cause of the navigation css file. This file is quite 
unstructured and bad formated.

Johannes

sudden inspiration:

To avoid the table you just have to add "background-color: white;" to 
the div tag of the header image. This is quick and dirty but it should 
also work!





Bart Veldhuizen schrieb:
> Hi Johannes,
> 
> I did that, but it didn't help.. (try it; I've published the change)
> 
> Bart
> Op 11-mrt-05 om 1:50 heeft Johannes Langlotz het volgende geschreven:
> 
>> Hey Bart,
>>
>> there is a small gap below the header image at the index page on IE! 
>> Put the table below the header into a <div> tag. This could solve the 
>> problem.
>>
>> Johannes
>> _______________________________________________
>> Bf-webcontent mailing list
>> Bf-webcontent at projects.blender.org
>> http://projects.blender.org/mailman/listinfo/bf-webcontent
> 
> 
> _______________________________________________
> Bf-webcontent mailing list
> Bf-webcontent at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-webcontent
> 
> 



More information about the Bf-webcontent mailing list