[css-d] page check and help with placement

2008-06-11 Thread Erin Spangler
Hello everyone, Please check this image: http://www.thedogsonline.com/temp-site/new-showcase/images/example-image.jpg against this page: http://www.thedogsonline.com/temp-site/new-showcase/showcase-template.html http://www.thedogsonline.com/temp-site/new-showcase/showcase.css and you'll see that

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 {back

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 wi

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... > > > > ...try introducing the style changes / additions I've used... > >

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 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 backg

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 > alway

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-gb&sec=personal >> >> >> Tim >> >> Not from this end at least... -- http://chelseacreekstudio.com/ ___

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:l

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 cont

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 u

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 a

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

2008-06-11 Thread Melianor
[EMAIL PROTECTED] wrote: > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> > > > http://www.w3.org/1999/xhtml";> > />Test > > > * {border: 0;margin: 0;padding: 0; } body {font-family: > Verdana, Helvetica, Sans-Serif;font-size: .75em; }#menu { > backgro

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; l