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


posted April 8, 2008  

I’ve seen a lot of people in forums having problems with their container divs not expanding with the content inside. I’ve had plenty of those problems myself. One of the main reasons is that the content is inside an absolutely positioned div.
more →

filed under: layouts

tags: , , , ,


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