Re: [css-d] Solution for Vertically Centering Image. WAS: image gallery

2006-10-06 Thread Daniel Klug
Eystein Alnaes wrote: > Luckily my javascript skills are so bad I ended up with > a css solution :P > > ~eys This is an awesome method! I use it all the time. ;-) I had a question about using empty tags to get it to work in IE6. What bug is this triggering? I've found instances in the past for

[css-d] Site Check

2006-10-01 Thread Daniel Klug
Hi All! Could I please get a site check? http://www.lamerstreet.com http://www.lamerstreet.com/style/soLame.css Thanks! -Daniel __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/

Re: [css-d] Body background not working

2006-10-01 Thread Daniel Klug
Scott Haneda wrote: >> the only suggestion i have is to be sure you're declaring your style right. >> >> >> /* stuff */ >> >> >> i guess another thing might be to declare the background properties in >> the order set forth by the w3c. > > Ok, did all that, even took it to the most basic: > b

Re: [css-d] Center in screen

2006-09-27 Thread Daniel Klug
mamrg wrote: > Hi, > > How can i center in screen (width and height) this page: ? > I like the Auto-Width margin method. It doesn't sink the div offscreen if the window is too thin. http://bluerobot.com/web/css/center1.html -Daniel _

Re: [css-d] Body background not working

2006-09-27 Thread Daniel Klug
Scott Haneda wrote: >> cj wrote: >>> i'm seeing a red background on the sides (when my width is around 1200+). >> I'm seeing red, too. But just to be sure, you could use hex. #FF > > What browser? I changed it to hex, but "red" has never caused me any > issues. This is pretty strange. Sugge

Re: [css-d] Body background not working

2006-09-27 Thread Daniel Klug
cj wrote: > i'm seeing a red background on the sides (when my width is around 1200+). I'm seeing red, too. But just to be sure, you could use hex. #FF __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listin

Re: [css-d] CSS Block Element Links

2006-09-15 Thread Daniel Klug
the img tag is inside a span tag? If you remove > the span tags surrounding short.gif and lst_hotline_120.jpg and put a > class attribute on those img tags (e.g. class="tag" for short.gif, > class="thumb" for lst_hotline_120.jpg), does that solve the problem for &g

Re: [css-d] CSS Block Element Links

2006-09-14 Thread Daniel Klug
Daniel Klug wrote: > Hey all, > I'm trying to make an entire 'block' of elements into a link (like a > table, but using spans and divs). ... > Other browsers behave, but not IE. The text in the link is hovering > with the 'text' cursor, but I ca

[css-d] CSS Block Element Links

2006-09-13 Thread Daniel Klug
Hey all, I'm trying to make an entire 'block' of elements into a link (like a table, but using spans and divs). I laid out the Pics, spans, text, etc.. then positioned the elements accordingly. I have everything working perfectly in Firefox, but only 'sort-of' in IE. In IE, It