> Subject: [css-d] Border problems
>
>
> Hi,
>
> I've designed the following layout. Bit different in some ways
> but my client
> likes it a lot.
>
> But check in IE and it looks as we want it. Look at it in
> anything else and
> all the borders disappear!!!
>
> Any ideas please?
>
> http://www.cre
Hi Jo,
in your Style Sheet you confuse verbose border properties with
shorthand border properties.
Have a close look at
http://www.w3.org/TR/REC-CSS2/box.html#border-properties
and
http://www.w3.org/TR/REC-CSS2/box.html#border-shorthand-properties
For example, instead of writing
border-
Why do you want to use ems? If your layout needs to lineup you should go
with pixels. Users with different default font sizes will have different
column widths; it'll lineup for some and not for others. This is why
you're having the problems with the layout now. The default font size
differs slight