Styling scrollbars

posted May 6, 2008  

I’m only going to show you how to style scrollbars because sometimes it helps make a site look better…SOMETIMES. I should tell you right now before you read on any further, styling scrollbars only work on IE, surprisingly enough. I won’t go into it, but there are many other reasons why you shouldn’t spend too much time trying to style scrollbars.
more →

filed under: scrollbars

tags: , ,


Getting position:fixed to work on IE

posted April 25, 2008  

Like I mentioned in another post, having a div with a position:fixed doesn’t work in lower versions of IE; but IE7 beta 2 apparently works, but you have to declare the document as strict:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>

In this tutorial, I’ll show you a way to get around this and implement a fake “position:fixed.”
more →

filed under: ie solutions

tags: , ,


tag cloud
Copyright © 2008-2009 csswoes.com • Bryan Duran • All Rights Reserved