[css-d] IE7 with haslayout and cursor text problem

2007-05-05 Thread old9
Hi there, Here is a very simple snippet: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> test #container {zoom:1; border:1px solid red;} blah the problem appears only in IE7, move your cursor to the #container filed (the red rectangle,

Re: [css-d] @Media in Gecko & IE (suite)

2007-05-05 Thread Éric Vesque
Sébastien FICHOT a écrit : > Hi > > The url http://www.w3.org/TR/CSS2/cascade.html#at-import says that > "In the absence of any media types, the import is unconditional. Specifying > 'all' for the medium has the same effect. " > so I've tried to import the rule using the media type "screen" as I

Re: [css-d] Extra padding in Firefox

2007-05-05 Thread david
Robert Ginn wrote: > >From: david <[EMAIL PROTECTED]> > > >Perhaps you could: > > >1. Leave the tags alone, unstyled except for one thing in CSS: hide > >them. When CSS is enabled, the HR isn't shown. > > >2. Get the desired "horizontal rule" effects you want using the border > >of eithe

Re: [css-d] Extra padding in Firefox

2007-05-05 Thread Robert Ginn
Robert Ginn wrote: > > I've been working in XHTML Strict, mostly for experience, but it > > doesn't like the tag, at least the "noshade" attribute. I'd > > like this page to work in Strict, but am stuck on the noshade > > problem. Without it, the hr's look strange---and without any hr's at

Re: [css-d] page check please

2007-05-05 Thread jeffrey morin
i'm seeing bios pop up but no images besides the first in ie6 Jeff __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- htt

[css-d] page check please

2007-05-05 Thread Noah Learner
Hi All, Can you please click on the faces on the left. I want to make sure that two onclick events work that the person's bio comes up and a detail photo comes up too. I am especially interested in internet explorer 6.0 and older. http://www.bartlettsfarm.com/staff1.html Many Thanks, Noah ___

Re: [css-d] Extra vertical space

2007-05-05 Thread Lee Powell
You still have default margins being applied to the H1 and the P elements. You can either remove these or simply add overflow: hidden; to the #content div. Lee Message: 27 Date: Sat, 05 May 2007 15:18:41 -0600 From: Tango <[EMAIL PROTECTED]> Subject: Re: [css-d] Extra vertical space To: css-d

Re: [css-d] @Media in Gecko & IE (suite)

2007-05-05 Thread Sébastien FICHOT
Hi The url http://www.w3.org/TR/CSS2/cascade.html#at-import says that "In the absence of any media types, the import is unconditional. Specifying 'all' for the medium has the same effect. " so I've tried to import the rule using the media type "screen" as I need to import a rule for the media pr

Re: [css-d] Extra vertical space

2007-05-05 Thread David Hucklesby
On Sat, 5 May 2007 19:05:37 +0100, Gary Benson wrote: > > Ok, so I'm trying to make a box with rounded corners by using images for the > top and > bottom edges, but I'm getting big gaps between the images and the they > surround. > Check out http://www.relaxshiatsu.co.uk/ to see what I mean.

Re: [css-d] Extra vertical space

2007-05-05 Thread Gunlaug Sørtun
Gary Benson wrote: > I'm trying to make a box with rounded corners by using images for the > top and bottom edges, but I'm getting big gaps between the images > and the they surround. > http://www.relaxshiatsu.co.uk/ You're experiencing 'collapsing margins'[1]. What you want is something clo

Re: [css-d] Extra vertical space

2007-05-05 Thread Roger Roelofs
Gary, On May 5, 2007, at 2:05 PM, Gary Benson wrote: > Ok, so I'm trying to make a box with rounded corners by using > images for the top and bottom edges, but I'm getting big gaps > between the images and the they surround. Check out > http://www.relaxshiatsu.co.uk/ to see what I mean. The HT

Re: [css-d] Extra vertical space

2007-05-05 Thread Tango
Gary Benson wrote: > Richard Brown wrote: > >> On 05/05/07, Gary Benson <[EMAIL PROTECTED]> wrote: >> >>> The top and bottom s are where the images are (in CSS). >>> Weirdly, the space is only present if I have block-level markup >>> like in the content -- the space disappears if I just >

Re: [css-d] Extra vertical space

2007-05-05 Thread Gary Benson
Richard Brown wrote: > On 05/05/07, Gary Benson <[EMAIL PROTECTED]> wrote: > > Richard Brown wrote: > > > On 05/05/07, Gary Benson <[EMAIL PROTECTED]> wrote: > > > > The top and bottom s are where the images are (in CSS). > > > > Weirdly, the space is only present if I have block-level > > > > mark

Re: [css-d] Extra vertical space

2007-05-05 Thread Richard Brown
Hi On 05/05/07, Gary Benson <[EMAIL PROTECTED]> wrote: > Richard Brown wrote: > > On 05/05/07, Gary Benson <[EMAIL PROTECTED]> wrote: > > > The top and bottom s are where the images are (in CSS). > > > Weirdly, the space is only present if I have block-level markup > > > like in the content -- t

Re: [css-d] Extra vertical space

2007-05-05 Thread Gary Benson
Richard Brown wrote: > On 05/05/07, Gary Benson <[EMAIL PROTECTED]> wrote: > > The top and bottom s are where the images are (in CSS). > > Weirdly, the space is only present if I have block-level markup > > like in the content -- the space disappears if I just > > have this: > > > > > > > >

Re: [css-d] Extra vertical space

2007-05-05 Thread Richard Brown
Hi Gary On 05/05/07, Gary Benson <[EMAIL PROTECTED]> wrote: > > The top and bottom s are where the images are (in CSS). > Weirdly, the space is only present if I have block-level markup > like in the content -- the space disappears if I just > have this: > > > > blah blah blah > >

[css-d] Extra vertical space

2007-05-05 Thread Gary Benson
Hi all, First of all my apologies if you get another copy of this but I sent this 24 hours ago and it's not appeared in the archive yet. Ok, so I'm trying to make a box with rounded corners by using images for the top and bottom edges, but I'm getting big gaps between the images and the they sur