[css-d] hover / current menu item problems

2008-08-18 Thread Stuart King
Hi css-der's . . . I am trying to get my hover and current state a darker color and underlined. Unfortunately, this is not working. The menu items stay the same. Please advise. URL: http://www.skingdesign.com/cb_site/pages/partners.html thanks. --s

Re: [css-d] hover / current menu item problems

2008-08-18 Thread Bill Brown
Stuart King wrote: I am trying to get my hover and current state a darker color and underlined. Unfortunately, this is not working. The menu items stay the same. Please advise. http://www.skingdesign.com/cb_site/pages/partners.html Hi Stuart-- On Line 94 of your cb_main.css style sheet, you

Re: [css-d] hover / current menu item problems

2008-08-18 Thread Rees, Mark
Stuart King wrote: I am trying to get my hover and current state a darker color and underlined. Unfortunately, this is not working. The menu items stay the same. Please advise. http://www.skingdesign.com/cb_site/pages/partners.html Hi Stuart-- On Line 94 of your cb_main.css style sheet,

Re: [css-d] hover / current menu item problems

2008-08-18 Thread David Laakso
Stuart King wrote: I am trying to get my hover and current state a darker color and underlined. Unfortunately, this is not working. The menu items stay the same. Please advise. URL: http://www.skingdesign.com/cb_site/pages/partners.html thanks. --s Assuming you mean the top

Re: [css-d] hover / current menu item problems

2008-08-18 Thread Stuart King
HI Mark and David . . . I should have been a little clearer, the menus underneath the image: div id=strap img src=../imgs/hdr_partners.jpg alt=cartlidge and Brown vineyard image / ul li id=activea href=# id=currentPartners/a/li lia href=winemakers.htmlWinemaking/a/li lia href=sales.htmlSales amp;

[css-d] Another IE problem

2008-08-18 Thread Eystein Alnaes
I've been toying with making my own little rounded corners tutorial, because I figured that's exactly what the internet needs. The example so far is here: http://thatnorwegianguy.com/playtime/rounded-corners.html It works fine in Opera, Safari and Firefox. But off course I had to run into IE

Re: [css-d] Another IE problem

2008-08-18 Thread David Laakso
Eystein Alnaes wrote: I've been toying with making my own little rounded corners tutorial, because I figured that's exactly what the internet needs. The example so far is here: http://thatnorwegianguy.com/playtime/rounded-corners.html It works fine in Opera, Safari and Firefox. But off

Re: [css-d] Another IE problem

2008-08-18 Thread Eystein Alnaes
http://thatnorwegianguy.com/playtime/rounded-corners.html This brought it up fpr me in XP IE/6.0 (tested only on a local file): * html .wrap-me { position:relative; zoom:1;} * html .inner-wrap, * html .middle-wrap, * html .outer-wrap { height: 0;} Thank you David, that did it. I should

Re: [css-d] Position relative to background image

2008-08-18 Thread Del Wegener
Del Wegener wrote: I got it to work--almost. The graphic is in the foreground. Please look at http://www.edi-cp.com/newtech/test4_background_header.shtml In both IE7 and FF3 it looks okay if no zooming is taking place. In FF, the blue box stays in the proper relation to the graphic

Re: [css-d] Position relative to background image

2008-08-18 Thread David Laakso
Del Wegener wrote: Del Wegener wrote: I got it to work--almost. The graphic is in the foreground. Please look at http://www.edi-cp.com/newtech/test4_background_header.shtml In both IE7 and FF3 it looks okay if no zooming is taking place. In FF, the blue box stays in the proper relation

[css-d] horizontal absolute nested list in IE6

2008-08-18 Thread roxanne sutton
i am having problems getting an absolutely positioned nested list (used for the site menu) to show in IE6. This previews well for all other browsers i am testing. http://www.roxstyle.com/projects/blssi/blssi-portal/v1-e/index.html i am currently using a display:none and display: block method

[css-d] iepng fix spacing

2008-08-18 Thread Marc Hilt
This is my first post, I did try to find the answer through the archives but came up empty. I am attempting to use some transparent png graphics, when I use the behavior to get IE6 (I do not have 7 on my machine) to handle the transparent png's IE shifts everything around, for some reason it

[css-d] Centering landscape images vertically within a lightbox (not working in any browser)

2008-08-18 Thread webteam
Hi, I'm having a lot of difficulty vertically aligning landscape thumbnails to sit in the middle of their containers on this page: http://www.bfi.org.uk/rw_dev/ava_gardner_and_killers_1946.html They persist in aligning to the top of the container. The portrait images easily center

Re: [css-d] Hover bug with IE6/IE7 and forms?

2008-08-18 Thread Richmond
Thierry - You were absolutely correct, thank you for your advice, much appreciated. Is it because position: relative; is inherited? I'm trying to understand if it's an error in my CSS or an IE6/IE7 bug. Thanks! Richmond __

Re: [css-d] Centering landscape images vertically within a lightbox (not working in any browser)

2008-08-18 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of webteam Sent: Monday, August 18, 2008 9:30 AM To: 'css-d@lists.css-discuss.org' Subject: [css-d] Centering landscape images vertically within a lightbox (not working in any browser) Hi,

Re: [css-d] iepng fix spacing (Marc Hilt)

2008-08-18 Thread roxanne sutton
it looks like you are using http://www.twinhelix.com/css/iepngfix/ i am using that also on a project currently at http://www.roxstyle.com/projects/blssi/blssi-portal/v1-e/index.html i keep the ie6 hacks on their own css and call them in the head with !-- [if lte IE 6] link href= / ![end if] --