Re: [css-d] forcing an entire li to be a link

2008-03-12 Thread Alan Gresley
linojon wrote: Here's a demo of my problem http://www.parkerhill.com/hover-test.html When this page is viewed in Firefox or Safari, and you hover over any of the list items, you can link to the 'overlaid' link. But in IE7, you must only hover over whitespace to have a link; if you hover

Re: [css-d] Targeting IE8

2008-03-12 Thread Nick Fitzsimons
On Tue, March 11, 2008 6:54 pm, Alan Gresley wrote: So anyone who has empty declarations blocks in there style sheets will have to remove them now. Or they could do the obvious thing and report the bug to Microsoft, or vote for it if it's already been reported, and it will undoubtedly be fixed

[css-d] Background image positioning problem.

2008-03-12 Thread Renée Hellenbrecht
I'm pretty new to CSS. I can do basic layouts fairly well, but something I'm working on right now has me stumped. I've resorted to trial and error, randomly trying different properties and values to try to correct the issues I'm having, which at the moment has resulted in me accidentally cropping

Re: [css-d] position of nav bar (Drew Trusz)

2008-03-12 Thread Carrie Strongwater Drazin
re:http://www.strongwatermedia.com Thanks, Drew for all your suggestions. I am going to play around with it tomorrow and I will let you know if I am successful. Carrie __ css-discuss [EMAIL PROTECTED]

[css-d] margins background clipping

2008-03-12 Thread Niels Matthijs
Hi all, I’ve run into an irritating little problem. I’ve been experimenting with margins and paddings and after some toying around I found a little “quirck” that made the background of my parent div disappear for the given margin: HYPERLINK

[css-d] Problem with IE

2008-03-12 Thread Earth Pedal Design
I am having a problem with IE. Take a look: http://www.pnma.org/beta_index.htm Looks good with other browsers Help! John __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] Same problem with IE on different page

2008-03-12 Thread Earth Pedal Design
Check out: http://www.pnma.org/employment.htm Problems with IE Thanks ahead. John __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] how to make this DIV lay over a Flash animation?

2008-03-12 Thread Gary Badger
Is there something in this which may help? http://www.cssplay.co.uk/menus/flyout_flash Cheers, Gary. - Original Message - From: Francesco (Sin City Creative) [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Wednesday, March 12, 2008 9:41 AM Subject: [css-d] how to make this DIV

Re: [css-d] margins background clipping

2008-03-12 Thread Philippe Wittenbergh
On Mar 11, 2008, at 8:27 PM, Niels Matthijs wrote: This has to do with collapsing margins as giving the parent element a border also helps. Sadly, these are crappy solutions, I just don’t want my background clipped there. Any way to avoid/fix this without touching the method of

[css-d] Horizontal dropline menu help

2008-03-12 Thread Noah Learner
Hi All, I am trying to implement a dropline navigation on my site. It is problematic when any of the main links have a sub menu because the active li expands in size horizontally to encompass the submenu's ul. This is a problem because it makes the menu break into two lines if there are enough

Re: [css-d] margins background clipping

2008-03-12 Thread Niels Matthijs
Top padding on the parent element ? (border or padding are not 'crappy' solutions to the problem of collapsing margins in my book.) Well, the question was to fix this without touching the padding/margin method used. As I'm looking for a good way to work with margins and paddings I was

Re: [css-d] Targeting IE8

2008-03-12 Thread Alan Gresley
Nick Fitzsimons [EMAIL PROTECTED] On Tue, March 11, 2008 6:54 pm, Alan Gresley wrote: So anyone who has empty declarations blocks in there style sheets will have to remove them now. Or they could do the obvious thing and report the bug to Microsoft, or vote for it if it's already been

[css-d] Displaying nav bar background images properly.

2008-03-12 Thread Renée Hellenbrecht
I tried to post this a few days ago, although I've changed some of the CSS a bit since then, anyway. I'm pretty new to CSS. I'm rebuilding a page done years ago in tables and Javascript using CSS. I'm having serious issues with background images. I tried using some more divs, and it didn't turn

Re: [css-d] how to make this DIV lay over a Flash animation?

2008-03-12 Thread olivier Prêtre
Yes, all you is to specify a wmode paramater in the flash, be it tranparent or opaque Olivier 2008/3/12, Gary Badger [EMAIL PROTECTED]: Is there something in this which may help? http://www.cssplay.co.uk/menus/flyout_flash Cheers, Gary.

Re: [css-d] New CSS/html tools?

2008-03-12 Thread corey deep
me I use Textmate ... __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org

[css-d] Got a strange space that I can't figure out

2008-03-12 Thread Michael Stevens
http://bctaztest.bigmikes.org/ http://bctaztest.bigmikes.org/bct.css View it in FF and it looks as expected. View it in IE and there's gap of 10px or so off to the right. You can see it since the header doesn't extend fully to the right. Or, actually it does but something is pushing the

Re: [css-d] Horizontal dropline menu help

2008-03-12 Thread Gunlaug Sørtun
Noah Learner wrote: http://www.youngsbicycleshop.com/modxtest/index.php?id=63 On this page I want the width of the li photogallery to stay it's normal width and for the submenu's li's named staff, bands, box fans, crowd, and halloween to spread on the line below. How do I do this? One

[css-d] IE8 vertical-align: middle

2008-03-12 Thread listmem
IE8 Beta seems to disregard this style- vertical-align: middle Anyone know if this is a bug or is this being deprecated and IE8 is in fact correctly ignoring this? Thanks, Ben __ css-discuss [EMAIL PROTECTED]

Re: [css-d] how to make this DIV lay over a Flash animation?

2008-03-12 Thread Rob Emenecker
Maybe this will help... http://www.alohatechsupport.net/webdesignmaui/maui-web-design-articles/layer _flash_under_html.html ...Rob __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] IE8 vertical-align: middle

2008-03-12 Thread Bruno Fassino
On Wed, Mar 12, 2008 at 6:40 PM wrote: IE8 Beta seems to disregard this style- vertical-align: middle Anyone know if this is a bug or is this being deprecated and IE8 is in fact correctly ignoring this? It is a bug. MS is aware of this since I've seen on their forum [1] an answer

Re: [css-d] Same problem with IE on different page

2008-03-12 Thread Alan Gresley
John wrote: Check out: http://www.pnma.org/employment.htm Problems with IE Thanks ahead. John Hi John Can you please specify the versions of IE you are referring and provide a clear description of the problem. I have now started to hunt with each version starting with IE8. I

Re: [css-d] margins background clipping

2008-03-12 Thread Alan Gresley
Niels Matthijs wrote: Top padding on the parent element ? (border or padding are not 'crappy' solutions to the problem of collapsing margins in my book.) Well, the question was to fix this without touching the padding/margin method used. As I'm looking for a good way to work with

Re: [css-d] IE8 vertical-align: middle

2008-03-12 Thread listmem
Thanks Bruno. ~Ben Quoting Bruno Fassino [EMAIL PROTECTED]: It is a bug. MS is aware of this since I've seen on their forum [1] an answer saying: vertical-align inside of table cells has not yet been implemented in IE8 standards mode. Vertical-align has also other problem in IE8 beta 1,

Re: [css-d] Displaying nav bar background images properly.

2008-03-12 Thread Gunlaug Sørtun
Renée Hellenbrecht wrote: I'm pretty new to CSS. I'm rebuilding a page done years ago in tables and Javascript using CSS. I'm having serious issues with background images. I tried using some more divs, and it didn't turn out well. This is the original page, so you get an idea of how it

[css-d] Gentle site check please

2008-03-12 Thread Cynthia M. Brumbaugh
Ok, so I am finally getting off the porch and testing my running shoes. Please be gentle but honest. http://www.chekmed.com/med_index.htm This page does validate both html and css. Cynthia Who admits to learning everything she knows about css from this list.

Re: [css-d] Horizontal dropline menu help

2008-03-12 Thread Alan Gresley
Noah Learner wrote: Hi All, I am trying to implement a dropline navigation on my site. It is problematic when any of the main links have a sub menu because the active li expands in size horizontally to encompass the submenu's ul. This is a problem because it makes the menu break into two

Re: [css-d] Site Check Please

2008-03-12 Thread David Laakso
Matthew Stoneback wrote: In IE 6 - The right column gets pushed down and under the left column in the main content area. The orange navigation bar is too far right. The green header backgrounds are too tall in the main content area. Adding display: inline; to selector #messageText

Re: [css-d] Gentle site check please

2008-03-12 Thread Frank Piuck
Cynthia M. Brumbaugh wrote: Ok, so I am finally getting off the porch and testing my running shoes. Please be gentle but honest. http://www.chekmed.com/med_index.htm This page does validate both html and css. Cynthia You have padding on the a:hover, but not a{ This causes the links to

Re: [css-d] Gentle site check please

2008-03-12 Thread jennifer ham
Quoting Cynthia M. Brumbaugh [EMAIL PROTECTED]: Ok, so I am finally getting off the porch and testing my running shoes. Please be gentle but honest. http://www.chekmed.com/med_index.htm This page does validate both html and css. Cynthia Who admits to learning

Re: [css-d] Gentle site check please

2008-03-12 Thread Cynthia M. Brumbaugh
Thanks to all, 1. I 'think' I have fixed the jumping on hover issue. 2. Do I even need any display property on a and a:hover? I am still really shaky on this idea. 3. I am back to wanting to throw my monitor across the room, after I put the nav back into a list I got the little circles back in

Re: [css-d] Gentle site check please

2008-03-12 Thread listmem
Quoting Cynthia M. Brumbaugh [EMAIL PROTECTED]: Thanks to all, 1. I 'think' I have fixed the jumping on hover issue. 2. Do I even need any display property on a and a:hover? I am still really shaky on this idea. 3. I am back to wanting to throw my monitor across the room, after I put the

Re: [css-d] Gentle site check please

2008-03-12 Thread listmem
Quoting Cynthia M. Brumbaugh [EMAIL PROTECTED]: Heaven help me, I think I have list-style none everywhere I can put it and still I am seeing dots. Maybe I have been staring at this too long. I am certain it is so simple, but I can't see it to save my soul. Thank You for helping. Cynthia

[css-d] getting an image to show on rollover of menu items

2008-03-12 Thread Copeland
Please ignore wonky dials on left of the beginning of this layout, thanks! ; ) And no I haven’t done the IE conditional stylesheet yet either. I am having trouble getting a menu to show an image of a radio dial *over* the list items. The idea is that as the viewer rolls over each item, it looks

Re: [css-d] Same problem with IE on different page

2008-03-12 Thread David Laakso
Earth Pedal Design wrote: Check out: http://www.pnma.org/employment.htm Problems with IE Thanks ahead. John IE/6 is doubling the margin. Add display:inline; to: #topNav table, #topNav ul { ... } -- http://chelseacreekstudio.com/