Skip to main content Help Control Panel

Login   A+   A-

Community «   Discussion forum «   Bug tracker «  

Skin problem in Firefox

avatarBoen, Jan -- on Mar. 8 2006
Firefox "misplaces" logo's
Bernard,

I've adapted a standard skin and just added 2 logo's in the header part. IE shows this correctly. Firefox doesn't. Any suggestions? Have a look at typex.aero to see for yourself.

Cheers

Jan
Bernard
avatar
from nearby-an-airport
Associate, 6674 posts

on Mar. 8 2006


Jan: several issues to be fixed in your designs:
  • 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...

Rate this page
Posted by JBN on Mar. 8 2006, commented by Bernard on Mar. 8 2006, (popular)