Posted by dingbat on 08/12/05 19:01
william wrote:
> http://members.lycos.co.uk/bja6/index.html
> in IE in order for the header to show, the popup and menu is so small as to be
> unreadable.
There's a mix of font sizes in there - em (good) and px (bad). Mixing
them causes all sorts of grief - IE will only re-size the ems on
command, FF does both. You're better off working with ems throughout,
or (if you absolutely must) pixels throughout.
Your code doesn't validate and the CSS is an ugly spew of
position:absolute; and rigid pixel spacings. You can do better then
this - take a look at glish.com (or similar) for ideas on how to do a
better job with columns.
Navigation:
[Reply to this message]
|