Re: [css-d] CSS problems with Opera 8.5:

2006-01-27 Thread Zoe M. Gillenwater
Cory Perry wrote:
 Hey all, I noticed today that in Opera 8.5 on the Mac, my header is not 
 lined up like it should be across the top of my site. It is fine in FF 
 and Safari on the Mac and it is fine in FF and IE6 on the PC.

 Any idea on what would cause this in Opera only? Here is a link for 
 those of you that have Opera so you can check it out...

 http://www.9mmcreative.com/
   

Try zeroing out the padding on the body element (Opera 8.5 and lower 
uses padding, not margin, on the body, which makes a lot more sense if 
you think about it).

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

__
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] CSS problems with Opera 8.5:

2006-01-27 Thread Cory Perry
Zoe M. Gillenwater wrote:

  



Try zeroing out the padding on the body element (Opera 8.5 and lower 
uses padding, not margin, on the body, which makes a lot more sense if 
you think about it).

Zoe

  

Thank You! That worked perfectly.

Cory
__
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] CSS problems with Opera 8.5:

2006-01-27 Thread Kelly Miller
BTW, while we're discussing interesting things Opera does with CSS, anyone
ever see Opera 7.5 go haywire if you use a series of floated elements in an
absolutely positioned box?

Every other browser (including Opera 8.5) properly shrink-wrapped without
dropping the floats to the next line; but Opera 7.5 dropped every single
float to it's own line.

Not a problem I'm having (I found a few ways around it), just something I
wanted to note.
__
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] CSS problems with Opera 8.5:

2006-01-27 Thread Andrew Gregory
On Sat, 28 Jan 2006 04:19:33 +0800, Kelly Miller  
[EMAIL PROTECTED] wrote:

 anyone ever see Opera 7.5 go haywire if you use a series of floated  
 elements in an absolutely positioned box?

The original CSS 2.0 spec required width to be specified on floats, so  
Opera 7.5 (and earlier) requires a width. The current CSS 2.1 spec has  
removed that requirement, and I believe Opera 8 (and later) no longer need  
that width.

HTH,
-- 
Andrew Gregory, URL: mailto:[EMAIL PROTECTED] 
URL: http://www.scss.com.au/family/andrew/ 
__
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/