|
Posted by Ben C on 07/16/07 16:28
On 2007-07-16, 0dev <ch1.will@yahoo.com> wrote:
[...]
> These are the main CSS rules for the footer:
>
> /* For footer navigation */
> .footer-box {
> font-family: Arial, Helvetica, sans-serif;
> color: #fff;
> background-color: #830d12;
> }
> .listhostels a:link, .listhostels a:visited {
> text-decoration: none;
> color: #fff;
> }
> .listhostels a:hover {
> text-decoration: underline;
> color: #fff;
> }
> .footer-box h1, .footer-box h2 {
> margin-top: 0;
> padding-top: 0;
> font-size: 12px;
> font-family: Arial, Helvetica, sans-serif;
> margin-bottom: 0;
> padding-bottom: 0;
> color: #fff;
> }
> .listhostels {
> font-size: 9px;
> margin-top: 0;
> padding-top: 0;
> }
>
> Is there anything in there that Mac Safari handles differently than IE/
> FF that would cause the problem shown in the images linked to in the
> original post?
The difference between Safari and FF is not in those styles but in the
widths you've set on the table and on the cells in it. I explained this
in an earlier post.
Navigation:
[Reply to this message]
|