Re: [css-d] Horizontal navigation with background image inheritance problem (Driving me mad)

2007-02-15 Thread Martin Gojowsky
Hi, that´s the problem using templates. You often don´t know what really happens The clear property sets the sides of an element where other floating elements are not allowed. However AFAIK i'm not using any floats at that point. Can anybody please explain this? Are you sure, there

Re: [css-d] Horizontal navigation with background image inheritance problem (Driving me mad)

2007-02-15 Thread Jeroen
On 2/15/07, Martin Gojowsky [EMAIL PROTECTED] wrote: that´s the problem using templates. You often don´t know what really happens Are you sure, there were no floats? True, if it's very complicated. But i tried to really just use the essentials. But i really missed the float's ;) I guess i was

Re: [css-d] Horizontal navigation with background image inheritance problem (Driving me mad)

2007-02-15 Thread david
Jeroen wrote: In general btw i would recommend people to start learning by looking at public templates and tweaking it. (Besides of course reading the relevant literature ;)) Depends on how you learn. I learn better by building my own from the ground up. A full-blown CSS template can be far

[css-d] Horizontal navigation with background image inheritance problem (Driving me mad)

2007-02-14 Thread Jeroen
Hi there, I've been trying to incorporate a horizontal menu i found on the listamatic website. (customizing it to my own style, not finished yet btw). Problem is that when i add the code inside my content div, the background image for the menu fails to display on Firefox/Opera etc. IE works, but

Re: [css-d] Horizontal navigation with background image inheritance problem (Driving me mad)

2007-02-14 Thread Jeroen
On 2/14/07, Jeroen [EMAIL PROTECTED] wrote: I think the problem has to do with inheritance, because as you see on the test site, it works directly under the body statement, but not in the cnt DIV. If i however add a clearfix before (while in the cnt div) it does work. But then margins etc