HighDots Forums  

Firefox 1.5 CSS problems?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Firefox 1.5 CSS problems? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dan
 
Posts: n/a

Default Firefox 1.5 CSS problems? - 12-08-2005 , 11:32 AM






I was visiting csszengarden.com and noticed that the blossoms.jpg image
in the lower right corner does not appear in Firefox 1.5. It does
appear in previous versions of Firefox, and even IE6! Any ideas on what
happened in Firefox 1.5 to break it?

The code in the style sheet:
body {
font: 8pt/16pt georgia;
color: #555753;
background: #fff url(blossoms.jpg) no-repeat bottom right;
margin: 0px;
}


Reply With Quote
  #2  
Old   
Eric B. Bednarz
 
Posts: n/a

Default Re: Firefox 1.5 CSS problems? - 12-08-2005 , 06:48 PM






Gus Richter <gusrichter (AT) netscape (DOT) net> writes:

[csszengarden]

Quote:
Sorry, but I did not read carefully enough. Are you sure that Previous
Fx versions display it? If so, then it was a bug and it has been
corrected.
Prior to 1.5 the root element was basically equivalent to the viewport.
This has been corrected for consistancy with other minority
implementations alright, whether or not that actually was a bug will be
known as soon as a CSS > 1 spec saying so may be cited otherly than as
work in progress.


--
Quote:
|| hexadecimal EBB
o-o decimal 3771
--oOo--( )--oOo-- octal 7273
205 goodbye binary 111010111011


Reply With Quote
  #3  
Old   
Gus Richter
 
Posts: n/a

Default Re: Firefox 1.5 CSS problems? - 12-08-2005 , 06:55 PM



Dan wrote:
Quote:
I was visiting csszengarden.com and noticed that the blossoms.jpg image
in the lower right corner does not appear in Firefox 1.5. It does
appear in previous versions of Firefox, and even IE6! Any ideas on what
happened in Firefox 1.5 to break it?

The code in the style sheet:
body {
font: 8pt/16pt georgia;
color: #555753;
background: #fff url(blossoms.jpg) no-repeat bottom right;
margin: 0px;
}

Because despite promoting Standards, they code basically to IE,
proofread with IE mainly, don't proofread/test carefully enough with
other browsers and have missed it, or know about it and don't care that
Standards Conforming Browsers don't display that image.

The reason that you don't get the background image in question with
Firefox (or any conforming browser), is due to the fact that it is
applied to <body> and its content is <container> which is positioned
absolutely, so body has no height.

--
Gus


Reply With Quote
  #4  
Old   
Gus Richter
 
Posts: n/a

Default Re: Firefox 1.5 CSS problems? - 12-08-2005 , 07:06 PM



Gus Richter wrote:
Quote:
Dan wrote:

I was visiting csszengarden.com and noticed that the blossoms.jpg image
in the lower right corner does not appear in Firefox 1.5. It does
appear in previous versions of Firefox, and even IE6! Any ideas on what
happened in Firefox 1.5 to break it?

The code in the style sheet:
body {
font: 8pt/16pt georgia;
color: #555753;
background: #fff url(blossoms.jpg) no-repeat bottom right;
margin: 0px; }


Because despite promoting Standards, they code basically to IE,
proofread with IE mainly, don't proofread/test carefully enough with
other browsers and have missed it, or know about it and don't care that
Standards Conforming Browsers don't display that image.
Sorry, but I did not read carefully enough. Are you sure that Previous
Fx versions display it? If so, then it was a bug and it has been corrected.
I would then have to say that the page was coded to Behaviour rather
than to Standards, as described below.

Quote:
The reason that you don't get the background image in question with
Firefox (or any conforming browser), is due to the fact that it is
applied to <body> and its content is <container> which is positioned
absolutely, so body has no height.
--
Gus


Reply With Quote
  #5  
Old   
Dan
 
Posts: n/a

Default Re: Firefox 1.5 CSS problems? - 12-09-2005 , 08:37 AM



Thanks Gus and Eric for your informative replies.


Reply With Quote
  #6  
Old   
Arne
 
Posts: n/a

Default Re: Firefox 1.5 CSS problems? - 12-09-2005 , 12:08 PM



Once upon a time *Gus Richter* wrote:

Quote:
Dan wrote:
I was visiting csszengarden.com and noticed that the blossoms.jpg image
in the lower right corner does not appear in Firefox 1.5. It does
appear in previous versions of Firefox, and even IE6! Any ideas on what
happened in Firefox 1.5 to break it?
<snipped code>

Quote:
Because despite promoting Standards, they code basically to IE,
proofread with IE mainly, don't proofread/test carefully enough with
other browsers and have missed it, or know about it and don't care that
Standards Conforming Browsers don't display that image.

The reason that you don't get the background image in question with
Firefox (or any conforming browser), is due to the fact that it is
applied to <body> and its content is <container> which is positioned
absolutely, so body has no height.
Right or wrong, I can see the image in the right botton corner of the
page, with my Mozilla 1.7.11

But if I right click on it and choose "View Background Image" I'll get
the top left image only.

--
/Arne

Google Group Users, read about The Usenet Improvement Project:
http://blinkynet.net/comp/uip5.html


Reply With Quote
  #7  
Old   
Eric B. Bednarz
 
Posts: n/a

Default Re: Firefox 1.5 CSS problems? - 12-09-2005 , 07:01 PM



Arne <invalid (AT) domain (DOT) invalid> writes:

Quote:
Dan wrote:

I was visiting csszengarden.com and noticed that the blossoms.jpg image
in the lower right corner does not appear in Firefox 1.5. It does
*/_^^^^^^^
appear in previous versions of Firefox,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^_/*

Quote:
Right or wrong, I can see the image in the right botton corner of the
page, with my Mozilla 1.7.11
(surprise)

HTH




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.