[css-d] IE class + id ordering

2006-07-01 Thread Mike Nowak
Hi, weird issue that I haven't seen before and I'm wondering if anyone knows a quick workaround. Basically, I have two navigation bits: div id=subnav ul lia href=# class=subnavoption on id=subnavoverviewspanItem 1/span/a/li lia href=# class=subnavoption id=subnavdrillsspanItem 2/span/a/li

Re: [css-d] IE class + id ordering

2006-07-01 Thread Ingo Chao
Mike Nowak wrote: #subcontenttabs ul li a#tabstats.taboption{ background: url(../img/Baseball/tabs/stats_off.gif); } #subcontenttabs ul li a#tabstats.tabcurrent {background: url(../img/Baseball/tabs/stats_on.gif); } Basically, what IE does is it ignores the tabcurrent declaration. It

Re: [css-d] Using ems to size nested lists - Firefox seems to ignore

2006-07-01 Thread francky
Rose Thorn wrote: Thanks for your info Francky. It helped me to discover that I had erred in another place within my css code. Glad you managed to find what was wrong! I guess I should have run it through the w3c validator BEFORE posting my problem! My apologies to all who's time I may have

Re: [css-d] Differences between IE/FF with fieldset padding/margins

2006-07-01 Thread francky
Micky Hulse wrote: Micky Hulse wrote: Search for Legend: http://archivist.incutio.com/viewlist/css-discuss/?search=legend Search for Fieldset: http://archivist.incutio.com/viewlist/css-discuss/?search=Fieldset This thread in particular might be helpful (one of my favorite CSS-d list

Re: [css-d] liquify current layout

2006-07-01 Thread David Laakso
James Fishwick wrote: Ideally I'd like to mirror the general layout of this layout: http://blog.html.it/layoutgala/LayoutGala23.html James, I am not sure I really understand what you are after. Is this even remotely close?: http://www.chelseacreekstudio.com/cssd/layout01.html Regards, ~dL --

Re: [css-d] Print stylesheet/alt text

2006-07-01 Thread francky
Design Groups wrote: I've seen a lot of requests (in my searches for this answer) for people who want to display background images with CSS. It seems I want something different, and I can't seem to find the answer to this. I'm hoping you all can help :) What I want to do is display the alt

Re: [css-d] Print stylesheet/alt text

2006-07-01 Thread Ingo Chao
francky wrote: http://home.tiscali.nl/developerscorner/css-discuss/test-no-print-images.htm. PS I don't understand why Opera is showing the body-background (color and img) while turned off in css at print (in FF and IE no problems here). Maybe an Opera-specialist in the list can tell?

Re: [css-d] Print stylesheet/alt text

2006-07-01 Thread Gunlaug Sørtun
francky wrote: I don't understand why Opera is showing the body-background (color and img) while turned off in css at print (in FF and IE no problems here). Maybe an Opera-specialist in the list can tell? Depending on Opera version..? Older versions did print screen-style background, unless

Re: [css-d] Fluid 3 column layout with images

2006-07-01 Thread David Laakso
Christine Reed wrote: Very many thanks David - your suggestion did the trick beautifully. I will remember that! However, I don't understand what you mean when you wrote: Part of the problem, Claire, is the software can't find the doctype, because dl/dl is

Re: [css-d] Print stylesheet/alt text

2006-07-01 Thread Design Groups
Thanks Andrew :) I need something more cross-browser compatible though :( I did do something that's a bit ugly but it works great - thought I would share in case anyone else needed the idea for future reference (or can improve upon it!) Basically, I created a print class in my stylesheet - in

[css-d] css shiftiness

2006-07-01 Thread Colin
Hello, Maybe I took the short bus in today. I'm attempting to layout 3 divs(in #blurbTop, #blurbMdl, and #blurbBtm) inside a container div(#blurb) to allow for different amounts of content, and things aren't lining up as I would expect. The page does validate. In ff1.5/win for some reason,

Re: [css-d] Differences between IE/FF with fieldset padding/margins

2006-07-01 Thread Philippe Wittenbergh
On Jul 1, 2006, at 8:52 PM, francky wrote: Micky Hulse wrote: Micky Hulse wrote: Search for Legend: http://archivist.incutio.com/viewlist/css-discuss/?search=legend Search for Fieldset: http://archivist.incutio.com/viewlist/css-discuss/?search=Fieldset This thread in particular

Re: [css-d] css shiftiness

2006-07-01 Thread Gunlaug Sørtun
Colin wrote: In ff1.5/win for some reason, #blurbMdl seems to shift 3px to the left, and #blurbBtm an additional 4px. I could shift the background-position to line things up, but I don't think that should be necessary. http://url123.com/z7pxr Check those background-images in your

Re: [css-d] [solved] css shiftiness

2006-07-01 Thread Colin
Thanks Georg, I thought I was nuts for a while. I was able to line things up in photoshop, and everything looked normal. I presume the png compression utility I used mucked things up, but it could very well be me. Very much appreciated...cheers! Colin Colin wrote: In ff1.5/win for some reason,