On 10/02/06, TMH Design <[EMAIL PROTECTED]> wrote:
> Please look at this page - www.thomashall.com <http://www.thomashall.com/>
> in IE 7 and Firefox. Can someone tell me what is going on? It was perfect in
> IE 6

1) IE7 is still just a beta, so there's no use relying on it to get
things right just yet.
http://meyerweb.com/eric/thoughts/2006/02/03/charting-ie7b2/ says it
nicely. It might have something to do with the various CSS hacks that
you've got going on.

2) I can't see any difference in your nav between IE6 and Firefox 1.5.
The date in the top-right is obscured slightly in Firefox though.

Changing the css for #date to:

#date {
    position: relative;
    top: -15px;
    text-align: right;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

...went some way towards fixing the problem. I'm not sure if that
affected IE6 though.

By the way, aren't the hacks for IE4 and Netscape 4 a bit pointless in
this day and age? :)

--
Olly
http://thinkdrastic.net/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to