[css-d] Navigation all wonky in IE6

2007-12-14 Thread Blake
Hi guys, http://svitavice.blakehaswell.com/ The background is acting all weird on hover in IE6. The top level background is getting a background image for the 'daddy' class, while LIs with the daddy class are losing their background image on hover. I wrote this over a year ago and the project

Re: [css-d] need help on nested list styling

2007-12-14 Thread Richard Brown
Hi Patrick On 14/12/2007, Patrick Aljord [EMAIL PROTECTED] wrote: fixed it myself :) It still doesn't work on XP in either Firefox or IE7. In Firefox we see the drop down but cannot actually get to any of them. As soon as you mouse down the hover disappears and in IE the hover sits to the right

Re: [css-d] Ideal way to link-ify a div?

2007-12-14 Thread Jesper Rønn-Jensen
In the time since last posting I have tried out the implementation strategy as mentioned by Jukka and Georg/Gunlaug (with working example on http://www.gunlaug.no/tos/moa_29.html ) Now even with the working example by Georg, I still had a lot of implementation issues. One of the last things that

Re: [css-d] Navigation all wonky in IE6

2007-12-14 Thread Alan Gresley
Blake wrote: Hi guys, http://svitavice.blakehaswell.com/ The background is acting all weird on hover in IE6. The top level background is getting a background image for the 'daddy' class, while LIs with the daddy class are losing their background image on hover. I wrote this over a

[css-d] Nav not positioned right in IE

2007-12-14 Thread Amy Drayer
Dear CSSers: I am about to pull out the gun and shoot myself over this mess. Any and all help GREATLY appreciated. A note: The invalidation errors should not cause this problem (it's a CMS, I cannot fix them). Please see: http://new.jocohealth.net/ CSS:

Re: [css-d] Nav not positioned right in IE

2007-12-14 Thread Gunlaug Sørtun
Amy Drayer wrote: I am about to pull out the gun and shoot myself over this mess. Any and all help GREATLY appreciated. A note: The invalidation errors should not cause this problem (it's a CMS, I cannot fix them). http://new.jocohealth.net/ Well, you seem to have some clear options :-)

Re: [css-d] Nav not positioned right in IE

2007-12-14 Thread Amy Drayer
It looks like some of the elements that are using absolute positioning are being positioned relative to the viewport and not the parent div as you desire. If the parent div is static the absolute positioned div will seek the next higher parent that is not static. In this case, the body. Dear

Re: [css-d] Gap after positioned element in IE7 (zoomed)

2007-12-14 Thread David Hucklesby
David Hucklesby wrote: Working on a fixed width page with an image inside the header DIV, I found an unwanted gap below it when IE7 was zoomed. [...] http://webwiz.robinshosting.com/temp/ie7-gap/ Bruno Fassino replied: This seems the problem that I tried to describe here [1]. The only fix

Re: [css-d] CSS Drop Shaow for Div techiques

2007-12-14 Thread David Hucklesby
On Thu, 13 Dec 2007 20:03:34 -0500, Karen Davis wrote: I'm wanting to add a drop shadow around a contentWrapper div and would like to know which technique is superior. Well, it depends on your underlying design as to which of many methods will work well for you. Can you provide a bit more

[css-d] Site Review

2007-12-14 Thread Scott Everett
This is a site we designed that just went live this week for a Herman Miller furniture dealership in Pasadena. The style sheets still contain some invisible debris, but the design should be tight across most browsers (down to IE 6). All comments and criticism are welcome (particularly if you see a

Re: [css-d] Nav not positioned right in IE

2007-12-14 Thread Jim Davis
Amy, It looks like some of the elements that are using absolute positioning are being positioned relative to the viewport and not the parent div as you desire. If the parent div is static the absolute positioned div will seek the next higher parent that is not static. In this case, the body. Be

Re: [css-d] Site Review :: herman miller ::

2007-12-14 Thread David Laakso
Scott Everett wrote: This is a site we designed that just went live this week for a Herman Miller furniture dealership in Pasadena. The style sheets still contain some invisible debris, but the design should be tight across most browsers (down to IE 6). All comments and criticism are welcome

[css-d] generate markup and css control issues

2007-12-14 Thread Mark Finney
Dear List, I am working with Drupal for the first time and am styling a view that has generated a ul list... So far all the possible ways of calling the items I am trying to style with css have failed... the mark up is a mess - see below. My specific concerns are with the classes, can you have a

Re: [css-d] Site Review :: herman miller ::

2007-12-14 Thread Ben Sgro
Hello, Loading this on Mac os 10.4 w/FireFox gives me: AJAX Search API Load Failure: Ivalid version argument: http://www.google.com/uds/api?file=uds.jsv= Line 68 In firefox. I refreshed a few times... Only seems to happen on the homepage. Also, this is asking to get owned: form

Re: [css-d] box floats too far right in IE6

2007-12-14 Thread Dean | Crossroads Club
Well, I added display:inline but no go. It's still far right in IE6. I figure I could increase the margin-bottom with the div that is being cleared like so; #top { margin: 0 0 50px 0; padding: 0; float: left; } but I was curious as to why increasing margin-top to the

[css-d] IE6 Vanishing Link on Position - (Sorry, I didn't include a subject in my last post everyone. ; ( )

2007-12-14 Thread Joshua Kappers
Hey everyone! I recently had an issue that was pretty strange. I just want to know if anyone has ever heard of it or can point me to some sort of reference on any similar issues because I've yet to find anything. I have a fieldset with a div inside it. The div is relative positioned. I have a

Re: [css-d] Site Review

2007-12-14 Thread Rick Faircloth
Like the design, Scott... elegant, clean, interface easy to understand, good functionality. Good work! Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Everett Sent: Friday, December 14, 2007 11:49 AM To: css-d@lists.css-discuss.org

Re: [css-d] IE6 Vanishing Link on Position

2007-12-14 Thread Ingo Chao
Joshua Kappers wrote: ... I have a fieldset with a div inside it. The div is relative positioned. I have a link inside the div that I want to absolute position to the top right of the div. However, when I add position relative to the link, it vanishes in IE6. There are NO other styles on the

Re: [css-d] creating my nav in CSS

2007-12-14 Thread David Laakso
juliann wheeler wrote: I created my first nav bar in CSS. The only problem is that I had to create three different style sheets to get around all the bugs with different browsers/platforms. Here is the latest version: http://www.pcg-advisors.com/new/home5.html Is there any way to