Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Wednesday, July 15, 2009

CSS: Black background on select box on Chrome

I'm using the current version of Chrome, as of this writing, at version 2.0.172.33 and the background shorthand that I declared on the stylesheet that includes a background image is rendered black in Chrome.

I'm not sure if this has been fixed(this is a bug, by the way, as reported) but a temporary fix I did was add a background color to the background shorthand style in the CSS section.


Hope that helps...

Tuesday, July 14, 2009

CSS: Common CSS Markup Errors

I was coding the day away again today and came across several markup validation errors that were a little intriguing. Thus, I googled the issues and came upon tons of wonderful knowledge mine in the place they call the web.

I just thought you might want to read up on this if you're into web development as I am. It's an interesting read for those who haven't known of these commonly made css markup errors. Believe me, once you've read all those, it's gonna be worth your time really. Saves you a lot of trouble along the way.


Common CSS Markup Errors