Re: [css-d] Div not containing other divs

2007-09-28 Thread Gunlaug Sørtun
Alan Gresley wrote: I see that Trevor already has the guillotine bug [1] present on his page since the #page div has width (thus hasLayout). Since the #page div contains the #wrapimg div which will also have hasLayout {overflow: hidden;}, there will be two divs exposed to the guillotine

Re: [css-d] vertical space in IE

2007-09-28 Thread Gunlaug Sørtun
Brian Funk wrote: Several IE issues here: http://www.stoneladder.ca/sandbox/css/fixie.html http://www.stoneladder.ca/sandbox/css/fixie.css 1. In IE6 and IE7 I have a vertical gap between the list items (leftside nav) that I can't get closed. The gap was much larger until I gave a width

Re: [css-d] menu test - 2nd follow up-Revised

2007-09-28 Thread Elias Abunassar
Revised-forgot the closing bracket for: body {behavior: url(csshover.htc);} !--Here-- Maybe this would have helped, using inline CSS to fix IE7 bugs and below: !--[if lt IE7] style type=text/css media=screen body { behavior: url(csshover.htc); } #menuh ul li ul li {

[css-d] Resolved - Question about attribute selectors

2007-09-28 Thread JonMarc Wright
Thank you very much Nick and Mauricio for the responses. I should have thought to check out some specificity tables out there. Oh well, this issue and your responses sparked me to go study it for a little while and I think I have a pretty good grasp now. Take care, JonMarc On 9/28/07,

Re: [css-d] IE6 Non-Existant Class Bug

2007-09-28 Thread Seth Green
nobody's got nuthin' ? Seth Green wrote: As you will see if you load the page below... In IE6 the div remains red, even though it is explicitly set to green in the last rule. It seems that the middle rule, which targets a non-existant class is causing the problem. Remove that, and the div

[css-d] footer float dl misbehaving

2007-09-28 Thread David Bailey
Hi, I am having trouble with a footer that's not behaving the same in Safari and FireFox (Mac). I haven't been able to check it out in IE Win as my pc is not working at present. http://www.dab-hand.co.nz/NZCFBS/3col.html http://www.dab-hand.co.nz/NZCFBS/styles/main.css The problem I'm

Re: [css-d] IE6 Non-Existant Class Bug

2007-09-28 Thread Bruno Fassino
On 9/28/07, Seth Green wrote: As you will see if you load the page below... In IE6 the div remains red, even though it is explicitly set to green in the last rule. It seems that the middle rule, which targets a non-existant class is causing the problem. Remove that, and the div is

Re: [css-d] list style with images

2007-09-28 Thread Jason Das
This first one uses list, while the second one uses table.. I want to know how to get the table-based look using list... adding this may get you started ... #content ul li { clear: both; padding-top: .5em; } best, jason -- http://jasondas.com

Re: [css-d] Div not containing other divs

2007-09-28 Thread Alan Gresley
Gunlaug Sørtun wrote in reply to Trevor Bayliss: trevor bayliss wrote: http://tinyurl.com/2ywavl Maybe I`m tired but I can`t work this one out, I have a div called wrapimg (the one that has a tan border) which is meant to contain the divs: leftcontent, centrephoto and flashscroll

Re: [css-d] css style swapper

2007-09-28 Thread Gunlaug Sørtun
Ross Hulford wrote: I am looking for a simple script that uses javascript to determine the the screen resolution and swap in etiher a high res or a low res stylesheet. I think you should forget screen resolution and/or screen width, and change CSS layout according to browser width instead...

[css-d] list style with images

2007-09-28 Thread Arthur Gapusan
Hello Guys, I'm new to this list and new to CSS.. just wanna ask question about how to achieve a list style content. I uploaded the sample that I want to achieve. This first one uses list, while the second one uses table.. I want to know how to get the table-based look using list... This is

[css-d] Problems validating with TIDY

2007-09-28 Thread Tim Offenstein
I have a page I want to validate. W3C says it's valid XHTML Transitional but Tidy complains saying, line 96 column 1 - Warning: input ID __VIEWSTATE uses XML ID syntax. The page is http://www.provost.uiuc.eduwww.provost.uiuc.edu and because it has a XHTML DOCTYPE, I would think XML syntax

[css-d] Meyer web style CSS Popup help

2007-09-28 Thread Ling, Luke C
I've been trying to duplicate Eric Meyer's Pure CSS Popup tutorial and apply it to my own site. Sorry there's no link, dev server is behind a firewall. Eric's tutorial is here: http://meyerweb.com/eric/css/edge/popups/demo.html I have a two column design with a div in the left column floated

Re: [css-d] Div not containing other divs

2007-09-28 Thread Alan Gresley
Gunlaug Sørtun wrote: Alan Gresley wrote: I see that Trevor already has the guillotine bug [1] present on his page since the #page div has width (thus hasLayout). Since the #page div contains the #wrapimg div which will also have hasLayout {overflow: hidden;}, there will be two divs

Re: [css-d] css style swapper

2007-09-28 Thread Del Wegener
I am looking for a simple script that uses javascript to determine the the screen resolution and swap in etiher a high res or a low res stylesheet. Ross; The following does a fine job of switching style sheets. You will need somethoing else to determine screen resolution. Style Sheet

Re: [css-d] Firefox ol display inconsistencies - thoughts?

2007-09-28 Thread Gunlaug Sørtun
Chris Hane wrote: Most of the time everything works without issue. However, I have some users who are experiencing intermittent issues. The navigation bar is displayed as a vertical list instead of a horizontal list. To show the issue, I have two screen shots. Impossible to debug

Re: [css-d] vertical space in IE

2007-09-28 Thread Bruno Fassino
On 9/28/07, Brian Funk wrote: Several IE issues here: http://www.stoneladder.ca/sandbox/css/fixie.html http://www.stoneladder.ca/sandbox/css/fixie.css 1. In IE6 and IE7 I have a vertical gap between the list items (leftside nav) that I can't get closed. The gap was much larger until I gave a

Re: [css-d] Div not containing other divs

2007-09-28 Thread Gunlaug Sørtun
trevor bayliss wrote: http://tinyurl.com/2ywavl Maybe I`m tired but I can`t work this one out, I have a div called wrapimg (the one that has a tan border) which is meant to contain the divs: leftcontent, centrephoto and flashscroll stopping before the footer. To make wrapimg expand to

[css-d] vertical space in IE

2007-09-28 Thread Brian Funk
Several IE issues here: http://www.stoneladder.ca/sandbox/css/fixie.html http://www.stoneladder.ca/sandbox/css/fixie.css 1. In IE6 and IE7 I have a vertical gap between the list items (leftside nav) that I can't get closed. The gap was much larger until I gave a width to the list items but I

[css-d] :hover psuedo class problem in IE6

2007-09-28 Thread chike loney
hey guys have a prob with ie6 and a :hover class for my links... i want the links to have an image on the hover here;s the code the link_prev and link_next :hover psuedo classes dont work the psuedo classes definitions are in bold... the other code is just there to know if it's a bug wid

Re: [css-d] menu test - 2nd follow up

2007-09-28 Thread Elias Abunassar
I just joined, sorry for the late reply. Maybe this would have helped: !--[if lt IE7] style type=text/css media=screen body {behavior: url(csshover.htc); #menuh ul li ul li { float: left; clear: left;

[css-d] Firefox ol display inconsistencies - thoughts?

2007-09-28 Thread Chris Hane
I have a navigation bar that goes across the top of the screen. It is based of off this tutorial: http://tutorials.mezane.org/tabbed-navigation-using-css/#Introduction Most of the time everything works without issue. However, I have some users who are experiencing intermittent issues. The

[css-d] css style swapper

2007-09-28 Thread Ross Hulford
I am looking for a simple script that uses javascript to determine the the screen resolution and swap in etiher a high res or a low res stylesheet. Thanks. __ css-discuss [EMAIL PROTECTED]

Re: [css-d] menu test - thank you!

2007-09-28 Thread JGardner
Wow, I can't believe you went to all of this trouble, thank you!! Thank you for the links - I read the information (understood about 1/2 but will read again) I have everything up and working - thanks to this group and Georg. Thank you again, Jennifer PS I hope to some day be knowledgeable

Re: [css-d] Div not containing other divs

2007-09-28 Thread Alan Gresley
I wrote: Hi George and Trevor I see that Trevor already has the guillotine bug [1] present on his page since the #page div has width(thus hasLayout). Since the #page div contains the #wrapimg div which will also have hasLayout {overflow: hidden;}, there will be two divs exposed to

Re: [css-d] footer float dl misbehaving

2007-09-28 Thread Alan Gresley
David Bailey wrote: Hi, I am having trouble with a footer that's not behaving the same in Safari and FireFox (Mac). I haven't been able to check it out in IE Win as my pc is not working at present. http://www.dab-hand.co.nz/NZCFBS/3col.html http://www.dab-hand.co.nz/NZCFBS/styles/main.css

Re: [css-d] footer float dl misbehaving

2007-09-28 Thread David Laakso
David Bailey wrote: Hi, I am having trouble with a footer that's not behaving the same in Safari and FireFox (Mac). I haven't been able to check it out in IE Win as my pc is not working at present. http://www.dab-hand.co.nz/NZCFBS/3col.html

[css-d] Page check

2007-09-28 Thread Scott Povlot
I have just finished a new page design. This is my first using a fixed width page. It looks OK on Windows IE6/7 and Firefox. Can you please validate on other OS and browsers? Also, any comments on the design would be appreciated. The URL is

[css-d] Styling dls

2007-09-28 Thread Mark Finney
Dear List, I am trying to style a dl to display its dts horizontally with its dd's (containing images) below each dt... Anyone have any tips on doing this or can direct me to appropriate info? Thanks! Mark __ css-discuss [EMAIL

Re: [css-d] Page check

2007-09-28 Thread David Laakso
Scott Povlot wrote: I have just finished a new page design. This is my first using a fixed width page. It looks OK on Windows IE6/7 and Firefox. Can you please validate on other OS and browsers? Also, any comments on the design would be appreciated. The URL is

Re: [css-d] Page check

2007-09-28 Thread Scott Povlot
Thanks, David. I changed the #shop width to 200px. That's much better. However, I am not sure what you mean about Eighty percent of default (on body) is kind of tiny start point for those using a high dpi monitor. What resolution are you using? What do you suggest for a font setting? Scott

Re: [css-d] Target specific element

2007-09-28 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: http://www.linkhomes2000.co.uk/moving-terminology-00.php Need to target only all the sets of three letters with an inline display. Do you mean... ul.lbar li a {display: inline; background: red /* test only */;} ...which only targets the links in leftbar? regards

[css-d] coloring OL item numbers

2007-09-28 Thread Anthony Ettinger
I have a simple OL ol lifoo/li libar/li /ol I want to color the numbers blue and the text inside li green; blue | green 1. foo 2. bar This would seem rather common, but alas I can't find a well-supported solution. I've tried li:first-letter {

Re: [css-d] Page check

2007-09-28 Thread David Laakso
Scott Povlot wrote: Thanks, David. I changed the #shop width to 200px. That's much better. However, I am not sure what you mean about Eighty percent of default (on body) is kind of tiny start point for those using a high dpi monitor. What resolution are you using? What do you suggest

Re: [css-d] coloring OL item numbers

2007-09-28 Thread Philippe Wittenbergh
On Sep 29, 2007, at 8:41 AM, Anthony Ettinger wrote: I've also tried re-implementing the counter and counter-increment css properties for ol but that also is only supported in Opera and FF. And Konqueror and Safari, although those implementations are a bit buggy. It should work for your

Re: [css-d] menu test - My Pleasure

2007-09-28 Thread Elias Abunassar
Chris- My pleasure...no worries. I hope you find the solution you're looking to accomplish. No worries about the link. Whatever I can do to help, anyone, 'if' I know the answer. Took a hiatus for a bit, now back-in full-time. Just transferred my domain and revising my site. I'll let you know

Re: [css-d] Styling dls

2007-09-28 Thread Mauricio Samy Silva
Hi Mark, can direct me to appropriate info? A great article about DL stylizations. Russ teach us many ways for play with definition lists. Have a look at: http://www.maxdesign.com.au/presentation/definition/ Regards, Maurício Samy Silva http://www.maujor.com/

[css-d] (IE7) Bullets shift downward on items that wrap when width is applied

2007-09-28 Thread Bob Salsburg
http://www.christchurchgastonia.org/bullets.html I lifted these two lists out of my page to troubleshoot style elements, etc. I even embedded the relevant styles in the header. It appears that, in IE7 (gr), the bullets shift to the last line in a wrapped item. So, I present this

Re: [css-d] (IE7) Bullets shift downward on items that wrap when width is applied

2007-09-28 Thread Philippe Wittenbergh
On Sep 29, 2007, at 11:10 AM, Bob Salsburg wrote: http://www.christchurchgastonia.org/bullets.html I lifted these two lists out of my page to troubleshoot style elements, etc. I even embedded the relevant styles in the header. It appears that, in IE7 (gr), the bullets shift to the