Spunkmeyer
-
how to write single line css
Wow, that's a very handy tip. Saves going through it manually. Good work.
-
Floating in IE
Yeah, I realize that #1 was what caused your problem. I was merely pointing out issues with that code that are just as important. There's no point in having a strict doctype if you don't adhere to it. Catching issues at the beginning is a …
-
Question about CSS sprites
CSS Sprites are fantastic. Visit http://www.thedailyspunkmeyer.com and you'll see that all my images are css sprites. While larger images seem like they take longer to load than smaller images, they don't really. The fact that all the smal…
-
Transparent Scrolling Foreground
Hey, The background image effect was achieved by adding: "background:url(images/bg.jpg) top center fixed no-repeat;" to his css. The "fixed" position indicates that the background is static. The content boxes simply have a tran…
-
Floating in IE
1) You're missing a closing ">" on your content div. Add that in and it works fine in ie 6/7 (i copied the code and did it myself and it works / validates) 2) Also, you have no character encoding declared. You need that for it to …
-
Feedback on Website Please
Hey, The site looks nice from my perspective, although I seem some issues that should be addressed: 1) The dinosaur on the right has some sort of copyright on it : "something picture.ltd" I can't quite make it out. I assume because …
-
The Daily Spunkmeyer
Hey there, Thanks for the advice! Concerning the right side column with the background, there's actually going to be a "categories" box there as well that will grow in size as categories are added to it. Unfortunately, since I haven&…