Hi
I'm a relatively new web designer. I purchased "Beginning CSS Cascading Style Sheets for Web Design", as well as "Beginning Web Programming with HTML, XHTML and CSS.
I'm having a ball... except for one little issue.
My website here. Take this page for instance
http://www.forgestik.com/index.php?q=en/node/21
In the middle section of the page, I'm floating an image "Right". Under IE, the rendering is OK (IE6 and 7). Strangely, in Mozilla Firefox 2.0.0.1, there's a huge gap.
It occurs with all my pages where I'm floating (Left or Right). The text that is suppose to wrap around the images always show a major Gap as soon as there's a line break (either a <br /> or between two <p>... whatever).
I don't think it's a bug with Mozilla. I think that it could be a little conflict in cascade. Mozilla is probably affected by this conflict as a result of being a better browser maybe.
This website is using a Drupal CMS (version 5.1). And the theme used on this site has been cherry picked on oswd.com
As you might imagine, there are tons of CSS properties, so the number of cascade is probably very big.
Any clue?
Thanks a lot.
Charles