Re: [css-d] em-based typographic grid

2008-04-21 Thread Felix Miata
On 2008/04/20 21:22 (GMT+0200) Aleksandar Vacic' apparently typed: > David Laakso wrote: >> Have you tested at minimum font-size 24px (FF) / 32px (Opera)? > Not really. That's like double the original size, seems a bit too much. If you don't, how can you be sure it will behave acceptably

Re: [css-d] Button element with img

2008-04-21 Thread Kepler Gelotte
> I've got a problem with a button element containing an image. Hi, It sounds like you may want to try this instead: Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904

Re: [css-d] em-based typographic grid

2008-04-21 Thread Aleksandar Vacić
Jukka K. Korpela wrote: >> Why not? :) > > That's not really an answer to my questions, especially the last one. This goes into philosophical side of things. :) I truly believe that for anything one might want to do -- "why not" is good approach. Just because there's obstacles, i

Re: [css-d] Problem with dropdown menu alignment (PVII)

2008-04-21 Thread Al Sparber
See if this example helps: http://www.projectseven.com/testing/customers/autos/ If not, don't hesitate to mail or phone our support center. You do qualify for one-on-one support. -- Al Sparber - PVII http://www.projectseven.com Fully Automated Menu Systems | Galleries | Widgets Raising Dreamwea

Re: [css-d] Problem with dropdown menu alignment (PVII)

2008-04-21 Thread Gunlaug Sørtun
Sarah Atkinson wrote: > I have this list that works fine in firefox but becomes mis-aligned > in Explorer. It’s aligning to the parent block item in FF but in IE > it aligns to the text which is centered. Any ideas on a fix? >

[css-d] Problem with dropdown menu alignment (PVII)

2008-04-21 Thread Sarah Atkinson
I have this list that works fine in firefox but becomes mis-aligned in Explorer. It’s aligning to the parent block item in FF but in IE it aligns to the text which is centered. Any ideas on a fix? It uses an altered PVII pop-menu magic style HYPERLINK "http://easywithwiese.com/newvehicles.php"h

Re: [css-d] Selector for immediately following parent (adjacent child)?

2008-04-21 Thread Bjoern Hoehrmann
* Timothy Kelty wrote: >I have some default styles set up to always float an image when its >inside of a , like so: > >p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } > >I want to have a selector that zeros the top margin IF the is >immediate child of the , with no paragraph

[css-d] Selector for immediately following parent (adjacent child)?

2008-04-21 Thread Timothy Kelty
I have some default styles set up to always float an image when its inside of a , like so: p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } I want to have a selector that zeros the top margin IF the is immediate child of the , with no paragraph text between them. Currently

[css-d] Button element with img

2008-04-21 Thread Bernat Lleonart
Hi, I've got a problem with a button element containing an image. This is the html: And this is the css: button { padding: 0; background: aqua; border: none; width: 22px; height: 22px; } button img { margin: 0; } The problem is that, a

Re: [css-d] Float Drop in IE 6/7

2008-04-21 Thread Rahul Gonsalves
On 21-Apr-08, at 6:20 PM, Gunlaug Sørtun wrote: > Rahul Gonsalves wrote: >> Ref: http://cat.org.in/index.php/about/ CSS: > To fix, add... Georg, Thank you once again. Works perfectly. I steadily grow deeper in debt to you. IE 5.01 is being a bit of a pain, but I am not too worried about that

Re: [css-d] Float Drop in IE 6/7

2008-04-21 Thread Gunlaug Sørtun
Rahul Gonsalves wrote: > Ref: http://cat.org.in/index.php/about/ CSS: > http://cat.org.in/index.php?css=site/master_css.v.1208803215 > > The right column (#secondary) seems to drop below the left (#primary) > on a regular basis in most versions of IE (5 through 7 inclusive) > that I have here. >

Re: [css-d] :: Footer not resting at bottom of page ::

2008-04-21 Thread Rahul Gonsalves
Amarinder, On 21-Apr-08, at 11:12 AM, Amrinder wrote: > I have problem with the footer of my website: www.awayback.com it is > not staying at bottom of the page. Things are fine in case of low > resolution i.e. 1024x768 but in high resolution screens (1200x1024) > footer is hanging mid way

[css-d] Float Drop in IE 6/7

2008-04-21 Thread Rahul Gonsalves
Ref: http://cat.org.in/index.php/about/ CSS: http://cat.org.in/index.php?css=site/master_css.v.1208803215 The right column (#secondary) seems to drop below the left (#primary) on a regular basis in most versions of IE (5 through 7 inclusive) that I have here. Fixes, and an explanation? I thou