This is a discussion on "CSS layout problem in FF" within the Web Page Design section. This forum, and the thread "CSS layout problem in FF are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS layout problem in FF
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
CSS layout problem in FF
Hi,
I am having real trouble trying to get my layout to work in FF... The usual "works in IE" applies :mad:. Could someone please help... http://v2.btronics.co.uk the stylesheet is at http://v2.btronics.co.uk/stylesheet.css Thanks |
|
|
|
|||
|
Re: CSS layout problem in FF
*sigh*
If it works in IE but breaks in Firefox, then your coding methods are wrong. Firefox (almost) always displays web pages correctly. They may not look right to you, but that's because your code is wrong. IE hardly ever gets a web page completely right, unless it's an extremely simple one. The only reason your page works in IE is that you tweaked it to work in IE. Your link is not working, so I can offer only generic advice. Design your pages in Firefox (or Opera, or Safari), and then hack for IE (use conditional comments). Validate your HTML and CSS with the W3C validator (not with Dreamweaver or another authoring tool). |
|
|||
|
Re: CSS layout problem in FF
Hi,
I only use dreamweaver for the colour coding http://v2.btronics.co.uk Thanks Ben |
|
|||
|
Re: CSS layout problem in FF
Thanks, i now have the wrapper displaying correctly though how can i get the content div to expand to 100% width between the menu and far right? i have included diagram on the index page. http://v2.btronics.co.uk Your help is extremely appreciated.
|
|
|||
|
Re: CSS layout problem in FF
Quote:
Actually your page doesn't validate. Your content <div> is floated left, but you haven't set a width. This means it will expand to allow room for the widest element inside. If you want it to fill the container, try giving it a suitable width. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS Layout Problem | AlexDS | Web Page Design | 7 | Aug 14th, 2007 10:48 |
| layout problem | samv | Web Page Design | 21 | Feb 17th, 2007 10:21 |
| Problem with Layout | dg81 | Web Page Design | 3 | Jan 15th, 2007 03:31 |
| layout problem | bean_2k1 | Web Page Design | 3 | Sep 13th, 2006 02:53 |
| layout problem | key_uk | Web Page Design | 3 | Apr 3rd, 2006 01:53 |