473,407 Members | 2,320 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,407 software developers and data experts.

CSS Box problem in Firefox

CES
I’m at a total loss as to why this doesn't work in Firefox.

This is a strait forward box with four rows. While the text is displayed properly in both IE and Firefox the background color doesn't display properly(it displays at the top of the browser in FireFox).
Any indication as to why this violates the W3 Standard would be appreciated.
---- HTML----

<div class="dFrame">
<div class="dR1">
<div class="dR1C1">
</div>
<div id="id_dR1C2">
</div>
</div>
<div class="dR2">
<div class="dR2C1">
</div>
<div id="id_dR2C2">
</div>
<div class="dR2C3">
</div>
</div>
<div class="dR3">
<div class="dR3C1">
The Text is in the right place but the background color displayes at the top in Firefox???
</div>
</div>
<div class="dR4">
<div class="dR4C1">
</div>
<div class="dR4C2">
</div>
</div>
</div>
----CSS----

..dFrame
{
width:800px;
}

..dR1, .dR2, .dR3, .dR4
{

margin:0;
padding:0;
}

..dR1C1, #id_dR1C2
{
float:left;
width:50%;
height:20px;

}

#id_dR1C2
{
background-color:Fuchsia;
}

..dR2C1, #id_dR2C2, .dR2C3
{
float:left;
width:15%;
height:300px;
background-color:red;
}

#id_dR2C2
{
width:70%;
}

..dR3C1
{
width:100%;
height:25px;
background-color:blue;
}

..dR4C1, .dR4C2
{
float:left;
width:50%;
height:75px;
background-color:green;
}
Aug 6 '05 #1
1 2336
CES wrote:
I’m at a total loss as to why this doesn't work in Firefox.

This is a strait forward box with four rows. While the text is displayed
properly in both IE and Firefox the background color doesn't display
properly(it displays at the top of the browser in FireFox).
Any indication as to why this violates the W3 Standard would be
appreciated.


seems fine to me, please provide a URL where this occurs [my firefox
1.0.6 rendering is @ <http://jedifans.com/screens/test1.png>

--
Hope This Helped and MTFBWY...
Kieren aka JediFans - <URL:http://jedifans.com/>
The Force Is With Me, SuSE Linux Professional 9.3, Mozilla Firefox
1.0.6, Mozilla Thunderbird 1.5 Alpha 2 and Revenge Of The Sith!
Aug 6 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Jeremy Epstein | last post by:
I've got a 4-page form that lets users enter a whole lot of information, which is then submitted and emailed at the end. All the fields are stored as session data. The whole thing works fine: ...
6
by: Geoff | last post by:
When trying to focus a field in Firefox, I get the following error: Error: " nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame ::...
87
by: expertware | last post by:
Dear friends, My name is Pamela, I know little about CSS, but I would like to ask a question I have an image on a web page within a css layer: <DIV ID=MyLayer STYLE = "position:...
14
by: expertware | last post by:
Ok! to avoid confusion I will start a new argument. Thanks!! FIREFOX 1.0.7 AND IE6 viewed through DATATIME: a summary REPORT ===============================================================...
5
by: SPE - Stani's Python Editor | last post by:
Hi, During optimizing SPE for Ubuntu, I found something strange. I have Ubuntu 5.10 "The Breezy Badger" and unfortunately this code is not working: >>> import webbrowser >>>...
7
by: Coder | last post by:
Hi I have the following code in java script, it is not giving proper output in FIREFOX but running fine in IE... can anybody help me out to make this run in FIREFOX . <script...
12
by: amit | last post by:
Hello group, I'm kinda skeptical about a code is being used in my js program. All it does is checking what browser is being run and finds out if FLASH is installed or not. This code works...
6
by: scotty | last post by:
I have a script that loops through an existing table list and prepares each href element node to trigger a function when an image is clicked. The function that will be run passes a property value...
7
by: Carlos Mendonça | last post by:
Has anyone managed to get ClickOnce to work with Firefox? It seems to me that it still has the same issues VS 2K5 had. I appreciate any comments or tips.
3
by: SAL | last post by:
Hello, I did google this issue and found some stuff related to BrowserCaps section of either web.config or machine.config but it didn't work. It seems that most pages in my webapp are okay but a...
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: 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
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.