On this site Homeseite the Text overlaying the 3 Pictures boxes (the white writting - e.g. MindArt 360° / Denken Fühlen Handeln) is written "on top of each other" in Internet Explorer, it works fine in Firefox and Chrome, how can I fix that?
| SitePoint Sponsor |




On this site Homeseite the Text overlaying the 3 Pictures boxes (the white writting - e.g. MindArt 360° / Denken Fühlen Handeln) is written "on top of each other" in Internet Explorer, it works fine in Firefox and Chrome, how can I fix that?


It's only in position in Firefox because of the default top margin on the p element.
Remove the top margin and apply the correct top position.
Code:.intro-box .subHeadline { color: white; font-size: 12px; left: 0; margin-left: 10px; margin-top: 0; position: absolute; top: 24px; }
www.pmob.co.uk CSS FAQ 3 col demo Read My CSS Articles
Ultimate CSS Reference
Check out SitePoint's latest JavaScript challenge




solved thanks
Bookmarks