Community « Discussion forum « Bug tracker « Skin problem in Firefox «
Comment: Skin problem in Firefox
Jan: several issues to be fixed in your designs:
Hope this will help you to move forward...
- No space is allowed between a number and related unit, and for example '
30 px' should be '30px'. Spaces are safe with IE, but Firefox is enforcing the standard...
- Paragraphs may have different default attributes with IE and Firefox. Why not style images directly? In your template, change '
<p id="sitalogo"><img ... ></p>' to '<img id="sitalogo" ... />'.
- To ensure proper absolute positioning of images within their parent container, you should add '
position: relative;' to the style 'header_panel'
Hope this will help you to move forward...
by Bernard on Mar. 8 2006
