CSS and IE7

  • Thread starter Thread starter Paul C
  • Start date Start date
P

Paul C

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
 
The only issue is that IE7 works, and IE6 is broken. However, the CSS
hacks used to fix IE6 break in IE7, so the CSS problem is really with
IE6, but IE7 gets the blame.

There are still some problems with IE7 and CSS, but these are relatively
minor.
 
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.
 
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]-->
 
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]-->



Jens Peter Karlsen said:
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.
 
Thanks Ronx
What part of the page do I need to set the background colour of ?
Paul M

Ronx said:
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]-->



Jens Peter Karlsen said:
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
 
The <body> tag.

--
Murray
--------------
MVP FrontPage


Paul C said:
Thanks Ronx
What part of the page do I need to set the background colour of ?
Paul M

Ronx said:
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
 
Thanks Murray
So in firefox the page background is showing as light grey? I have added a
Body background of white to the CSS has the problem now been Fixed
Thanks For your help
Paul M


Murray said:
The <body> tag.

--
Murray
--------------
MVP FrontPage


Paul C said:
Thanks Ronx
What part of the page do I need to set the background colour of ?
Paul M

Ronx said:
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
 
Back
Top