Re: [css-d] Fixed LI dimension with XHTML

2008-06-11 Thread andreas
Philippe, Why didn't I think of that :) Thank you. However is there anyway I could get the hyperlink to fill the entire LI element once it's been floated? I would like for my mouseover effect to be applied when you are over the entire menu item and not only the text itself.About the fixed

Re: [css-d] CSS popup not popping in IE

2008-06-11 Thread Duncan Hill
On Tue, 10 Jun 2008 19:36:45 +0100, Nancy E. Sosna Bohm [EMAIL PROTECTED] wrote: This pure-css popup works in FireFox, but not IE. http://tinyurl.com/6xkooa The css is: div#popup a span {display:none;} div#popup a:hover span {display: block; position: absolute; top: 150px;

Re: [css-d] Fixed LI dimension with XHTML

2008-06-11 Thread Melianor
[EMAIL PROTECTED] wrote: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; html xmlns=http://www.w3.org/1999/xhtml;head meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /titleTest/title style type=text/css

Re: [css-d] Fixed LI dimension with XHTML

2008-06-11 Thread Philippe Wittenbergh
On Jun 11, 2008, at 3:36 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Why didn't I think of that :) Thank you. However is there anyway I could get the hyperlink to fill the entire LI element once it's been floated? I would like for my mouseover effect to be applied when you are over

Re: [css-d] How would you approach an organization chart in CSS?

2008-06-11 Thread tedd
At 4:51 PM -0700 6/10/08, Conjurer wrote: I need to redo a organization chart that is a graphic and therefore not editable. I could rework it in another graphic, but I was trying to think how you could do it with just markup and CSS. It is a tree with a President at the root, 4 positions under

Re: [css-d] Float doesn't shrink fit content under Safari - any workarounds?

2008-06-11 Thread Timothy Armes
Is there no one that can help me on this issue? On Tue, Jun 10, 2008 at 10:02 AM, Timothy Armes [EMAIL PROTECTED] wrote: Hi, I'm struggling with a Safari float shrinking problem and I'm desperately seeking a solution. I've spent days on the issue now. I have a floated container containing

Re: [css-d] CSS popup not popping in IE

2008-06-11 Thread Nancy E. Sosna Bohm
The css is: div#popup a span {display:none;} div#popup a:hover span {display: block; position: absolute; top: 150px; left:330px; width: 300px; padding: 5px; margin: 10px; z-index: 100; color:#00; background-color:cc; font: 10px arial; text-align:left;border:1px

Re: [css-d] Float doesn't shrink fit content under Safari - any workarounds?

2008-06-11 Thread David Laakso
Timothy Armes wrote: Is there no one that can help me on this issue? http://www.timothyarmes.com/gallery.php?lang=en-gbsec=personal Tim Not from this end at least... http://www.chelseacreekstudio.com/ca/cssd/tl.html -- http://chelseacreekstudio.com/

Re: [css-d] overflow bg image

2008-06-11 Thread Matt Tibbits
Yes, it should. In FF though, if the content doesn't go all the way to the bottom of the window, it interprets bottom right as being the bottom right of the content INSTEAD of the bottom right of the browser window... Not sure if I understand what you want. The background-image should always

Re: [css-d] overflow bg image

2008-06-11 Thread Bill Brown
Matt Tibbits wrote: Yes, it should. In FF though, if the content doesn't go all the way to the bottom of the window, it interprets bottom right as being the bottom right of the content INSTEAD of the bottom right of the browser window... Not sure if I understand what you want. The

Re: [css-d] overflow bg image

2008-06-11 Thread Gunlaug Sørtun
Matt Tibbits wrote: In FF though, if the content doesn't go all the way to the bottom of the window, it interprets bottom right as being the bottom right of the content INSTEAD of the bottom right of the browser window... If this is more like what you want...

Re: [css-d] overflow bg image

2008-06-11 Thread Matt Tibbits
Yes, that is exactly it... little tricky but that does the job. Thank you, for your help. Matt If this is more like what you want... http://www.gunlaug.no/tos/alien/mt/test_08_0611.html ...try introducing the style changes / additions I've used...

Re: [css-d] overflow bg image

2008-06-11 Thread Matt Tibbits
If you compare how it looks in IE and FF you should see what I mean. Adding the styles you recommended: html{height:100%;margin:0;padding:0;} ...fixed the problem at the bottom of the screen, but introduced a new behaviour at the top. It's hard to explain but basically if I resize the browser

Re: [css-d] overflow bg image

2008-06-11 Thread Philippe Wittenbergh
On Jun 12, 2008, at 1:21 AM, Matt Tibbits wrote: Yes, it should. In FF though, if the content doesn't go all the way to the bottom of the window, it interprets bottom right as being the bottom right of the content INSTEAD of the bottom right of the browser window... body {background: