Hi Everyone
I have a cross browser problem the webpage is displaying different in Firefox and IE7. I've used the basic templates supplied with cms and altererd them slightly. Ive attached a image of both screens. The top is firefox and bottom is IE 7. I've also highlighted the prob
The website is www.avongraphics.co.uk
If you need anymore info please let me know
Jay
Cross Browser Problems (SOLVED)
Cross Browser Problems (SOLVED)
Last edited by jrpoole on Mon Sep 17, 2007 8:18 am, edited 1 time in total.
Re: Cross Browser Problems
Hi jrpoole.
Looking at your page construction and CSS, I notice that you are using percentages to position your #sidebar and #main blocks. #sidebar has a width of 29% but #main is without a width. Technically not needed as a DIV should stretch the maximum available space, but you may want to have one anyway. That could solve your problem in IE.
Michel
Looking at your page construction and CSS, I notice that you are using percentages to position your #sidebar and #main blocks. #sidebar has a width of 29% but #main is without a width. Technically not needed as a DIV should stretch the maximum available space, but you may want to have one anyway. That could solve your problem in IE.
Michel
Michel Godts eDesign
Web Graphic Design Services for Your Online Communication
Made with CMSms:
Concentus Women’s Chorus
Color Brighton Green
-
- Forum Members
- Posts: 80
- Joined: Thu Sep 13, 2007 10:50 am
Re: Cross Browser Problems
Hi Jay,
Yes Michel is right, set #content{width:100%} and your problem is gone!
cheers,
Bob
Yes Michel is right, set #content{width:100%} and your problem is gone!
cheers,
Bob
-
- Forum Members
- Posts: 80
- Joined: Thu Sep 13, 2007 10:50 am
Re: Cross Browser Problems
always nice to help a local 
