This is a discussion on "CSS Newbie: Firefox alignment problems" within the Web Page Design section. This forum, and the thread "CSS Newbie: Firefox alignment problems are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS Newbie: Firefox alignment problems
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
CSS Newbie: Firefox alignment problems
Gidday gang,
I've been teaching myself CSS over the past 2 days and for the most part I thought I had it all working. All the problems I've had have been in IE...until now. If anyone could offer any suggestions, I'd be most appreciative. Site can be viewed here: http://johnbayne.com/hiclone1/2.html The problem I have is this: in the (usually abominable) IE 6, the page aligns pretty much how I want it. There's three different <div> elements and they align beneath each other, like HTML tables would, & as I want them to. In Firefox & the standard-CSS browsers, however, the 3 <div> areas overlap each other, creating one big muddle up the top. I'm guessing this is probably a fairly simple problem; I have tried looking for a solution but my noobie mind found no success. Any help most appreciated. Cheers, - JB HTML:
|
|
|
|
|||
|
Re: CSS Newbie: Firefox alignment problems
Your problem is being caused by the css code indicated below: #header { ... float: left; ... } Firefox et al are doing what should be done. When you float an element, you take it out of the normal flow of elements on the page. Remove it and see what happens. |
![]() |
| Tags |
| css, newbie, firefox, alignment, problems |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tricky floating problems for div alignment | escaflowne11 | Web Page Design | 4 | Dec 10th, 2006 08:03 |
| Alignment problem in Firefox | guvna | Web Page Design | 11 | Nov 14th, 2006 17:40 |
| DIV alignment in Firefox and Netscape | johnmr | Web Page Design | 1 | Sep 11th, 2006 17:15 |
| alignment problems | joojoo | Web Page Design | 7 | Aug 15th, 2006 08:55 |