473,386 Members | 1,842 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Faux Column Background Disappears in Firefox, but not IE

3
I have two sites that use the faux column background CSS technique. Both sites were built from the same CSS foundation with a wrapper DIV that has a background set and contains header, left, center and right DIVs.

Everything works fine in IE but the background stops halfway down in Firefox. I've heard that floated elements require different CSS to accomplish this, but all the explanations I've found say that the solution is to use the faux background technique, which is what I'm doing already.

The first site uses a background image and the second uses a background color.

http://wtonline.ag.org

http://leadersunlimited.ag.org
Sep 20 '06 #1
5 2700
drhowarddrfine
7,435 Expert 4TB
Actually, things are not working fine in IE. IE is enclosing your floated elements. While this is what you want, this is not correct behavior and is a bug in IE. Firefox is correctly following the standard.

To get Firefox to do what you want, add overflow:auto to #wrapper which is the parent div. This will work for the one with the background color. I haven't checked the other one. Faux Columns is not for this particular issue.

edit: I did apply overflow:auto to the other one and it seems to fix it there, also.
Sep 20 '06 #2
dhull
3
I added the overflow: auto; to the wrapper DIV, but it added scrollbars to the sites in both IE and FF like they were using frames. Any ideas?
Sep 20 '06 #3
drhowarddrfine
7,435 Expert 4TB
Remove the height:100% from #wrapper.
Sep 20 '06 #4
dhull
3
We're really, really close now! The first site (WTOnline) looks great, but the second site (LeadersUnlimited) still has the scroll bars.
Sep 20 '06 #5
drhowarddrfine
7,435 Expert 4TB
ignore this. back in a minute.
Sep 20 '06 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: varois83 | last post by:
Hi I am currently learning the faux columns technique from various tutorials but none of them tells me how to create a 774 px band in 3 colors in photoshop. I understand I can create 3...
3
Carson Park Ranger
by: Carson Park Ranger | last post by:
Greetings. we're new here. We're trying to figure out why our black (customer's idea) background works in IE, but doesn't show in Firefox. Any help would be greatly appreciated.
14
by: Fistro | last post by:
I'm trying to find a design that would allow me to build web pages without having to worry about compatibility issues (not too much, in any case,,,) I've came across this CSS layout technique:...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.