I don't really know how tom explain this issue. but anyway... here's the css and xhtml which are driving me crazy.
http://www.synthetic-effulgence.com/glitch/home.html http://www.synthetic-effulgence.com/glitch/style.css In a container div (medium) there are two divs (main and menu) I need menu to be on the right, and I made it floated and not absolute positiong cause in this way, the thirs div inside #medium can clear it, since it's supposed to be the longest one, and with the clearer div also the #medium div will be just as long. Now there is the glitch. On the #main div there's an h3, which I wanted to have a bg picture to fill the whole width as to cover for the top part the background of the container div #medium, even if the #menu is floated, I supposed that setting no background for it at all it would have stayed transparent, showing me both the #medium bg and what's on the bg of the #main h3. well it does work fine on firefox, but in explorer 6 seems like even the #menu floated has a top margin which should allow the h3 to show its entire width that it blocks it anyway at the point where it starts, even in the top part which should be empty from the menu cause of the margin-top. if i try to set the width of the h3 to the whole width of #medium then the whole #main, with the h3 as the first element, when pushed down the page till the end of #menu. anyway, better explained by the page itself. http://www.synthetic-effulgence.com/glitch/home.html http://www.synthetic-effulgence.com/glitch/style.css Anyone please can expliain me why is this happening and why so different from firefox to explorer, and how can i get the same effect on both browser? thanks a lot *Alisha* ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
