Links are as described in IE7 and in FireFox.
But you need to set a background colour - I use grey in FireFox as the
default - and it shows off the "transparent" corners of the curved
tables as white - and makes the grey text in the footer a tad difficult
to read.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support:
http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
Thanks
Can someone please check the left hand side navigation in IE 7 as I
use IE
6
http://www.gbwr.co.uk/index.htm
The navigation on the left of the page should look like grey blocks
with a
2px white border seperating each block and should line up with the red
gif
at the bottom of the navigation
The only hacks I use are for the navigation are here
Thanks Paul M
<!--[if IE 5]>
<style>
#navlist a {float: left; clear: both; width: 100%;}
</style>
<![endif]-->
<!--[if gte IE 6]>
<style>
#navlist a {height: 1%;}
</style>
<![endif]-->
There are several. Mostly to do with people using different hacks for
IE6 that gives problems in IE7, so some people have to rewrite parts
of their CSS.
Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
Hi
I have been picking bits up on the web about a problem with CSS and
internet
explorer 7
Is there an issue?
Paul M