[css-d] Headings sometimes not working in Firefox

2005-12-20 Thread Larry Wilcox
Sometimes when I use an h1, h4, tag etc. the text doesn't show properly
in Firefox but is OK in IE. 

This is the code I'm using. 
h4 style=position:absolute; bottom:6px; left:139px;There will be no
services on Christmas Day/h4 

I end up having to set font-size to get a larger type. Where am I messing
up? 

Larry

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: 12/16/2005
 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Headings sometimes not working in Firefox

2005-12-20 Thread Larry Wilcox
 
 Sometimes when I use an h1, h4, tag etc. the text doesn't show 
 properly in Firefox but is OK in IE.

Define properly and doesn't show properly for us.

 This is the code I'm using. 
 h4 style=position:absolute; bottom:6px; left:139px;There will be 
 no services on Christmas Day/h4

Is it possible that the absolute pos. is in some cases causing the header to
be displayed off-screen? Beneath some other element?

 I end up having to set font-size to get a larger type. Where am I 
 messing up?

Or is it just that the font-size is too small. Could it be inheriting this
from its container?

Brian

The header shows up... Just not in the header format. If I set a font-size
tag the font shows up as expected.

Larry
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --
http://www.evolt.org/help_support_evolt/

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.1.371 / Virus Database: 267.14.1/207 - Release Date: 12/19/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.371 / Virus Database: 267.14.1/207 - Release Date: 12/19/2005
 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Headings sometimes not working in Firefox

2005-12-20 Thread Larry Wilcox
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Uwe Kaiser
 Sent: Tuesday, December 20, 2005 11:43 AM
 To: css-d@lists.css-discuss.org
 Subject: Re: [css-d] Headings sometimes not working in Firefox
 
 On 20.12.2005 14:43, Larry Wilcox wrote:
  Sometimes when I use an h1, h4, tag etc. the text doesn't show 
  properly in Firefox but is OK in IE.
  
  This is the code I'm using. 
  h4 style=position:absolute; bottom:6px; 
 left:139px;There will be 
  no services on Christmas Day/h4
  
  I end up having to set font-size to get a larger type. Where am I 
  messing up?
  
  Larry
 
 If I understand you right, you wonder why a h4 element has 
 different default size in different browsers in relation to 
 normal text size.
 
 This behavior is normal, since nowhere is defined that an h4 
 element has to be (i.e.) 1.4 times bigger than normal text size.
 
 
 
 Regards,
 
 Uwe Kaiser

I have the h4 tag set in the css file for 18px but it doesn't show that big
in Firefox.

Could this have anything to do with an absolutely positioned div?

Larry

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.371 / Virus Database: 267.14.1/207 - Release Date: 12/19/2005
 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


RE: [css-d] line appearing above tabs

2005-08-26 Thread Larry Wilcox
 Try adding a new id like the following.

#banner {
Background-color: #730019;
}

Larry

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Callum Mcleod
Sent: Friday, August 26, 2005 6:13 PM
To: CSS Discussion Group
Subject: [css-d] line appearing above tabs

Hi all,

I'm working on a site for a client, and just recently an unwanted line has
started appearing above the navigation tabs in Firefox 1.0.6 only on the
home page.

link: http://www.southernwinejournal.com/mt-test/

Anyone have an idea why this is happening or what I can do to fix it?

Cheers,
Callum
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --
http://www.evolt.org/help_support_evolt/

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.15/82 - Release Date: 8/25/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.15/82 - Release Date: 8/25/2005
 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/