RE: [WSG] Styled not picked up by FF

2004-05-22 Thread Jason Turnbull
> Kim Kruse wrote:
> Once again... thank you very much. It's almost embarrassing. 
> Just out of curiosity... how long have you been working with CSS?

Just over a year now, I by no means an expert. I was fortunate in that I
started to learn web design using CSS, so I didn't have to change my way
of thinking, ask me to do a nested table layout and I'd be lost.

It is only because of mailing lists such as this and a large number of
resources provided by the experts, that has made my learning experience
easier.

Regards
Jason


*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



Re: [WSG] Styled not picked up by FF

2004-05-22 Thread Kim Kruse
Jason,

Once again... thank you very much. It's almost embarrassing.

Just out of curiosity... how long have you been working with CSS?

Kim


- Original Message - 
From: "Jason Turnbull" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 22, 2004 12:35 AM
Subject: RE: [WSG] Styled not picked up by FF


> Kim Kruse wrote:
> http://www.pagemakers.dk/divtest/ 
> Is the padding on the #content is not being picked up by FF
> or is it something else preventing FF from moving the #content text
down? 

Kim,

The top navigation seems to be causing this, the #nav is floated left.
Add a clear:left to the container style, which is what follows the #nav

Regards
Jason


*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 


*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



RE: [WSG] Styled not picked up by FF

2004-05-21 Thread Jason Turnbull
> Kim Kruse wrote:
> http://www.pagemakers.dk/divtest/ 
> Is the padding on the #content is not being picked up by FF
> or is it something else preventing FF from moving the #content text
down? 

Kim,

The top navigation seems to be causing this, the #nav is floated left.
Add a clear:left to the container style, which is what follows the #nav

Regards
Jason


*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*



Re: [WSG] Styled not picked up by FF

2004-05-21 Thread Ryan Christie
Kim Kruse wrote:
Hi,
 
I've one small problem with this page http://www.pagemakers.dk/divtest/ 
 
Is the padding on the #content is not being picked up by FF... or is 
it something else preventing FF from moving the #content text down? 
The CSS is here  http://www.pagemakers.dk/divtest/mouseriders.css
 
Thank you
Kim
I think you have a typo in your CSS file --
.content overskrift {
should probably read
#content .overskrift {
As for what causing the top padding to not show up in Fox, I've not a clue =/
--
Ryan Christie| e: [EMAIL PROTECTED]
Harrisonburg, VA | w: http://shadyland.theward.net
---() ()--
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*