Tag Archive | "css"

How To Set A Maximum Width or Maximum Height For An Image With CSS

Monday, April 5, 2010

0 Comments

I was trying to figure out how to set the maximum width and maximum height for my images, and I wanted a way that didn’t require PHP programming. I finally found a way and stumbled upon how CSS could make use of expressions as well. It’s a method where you can have a conditional statement [...]

Continue reading...

PHP Code to Detect IE Browsers

Sunday, May 24, 2009

2 Comments

The extremely buggy way that Internet Explorer renders CSS annoyed me again, this time because of the different way it displays elements with z-indexes. I spent a couple of hours trying to fix the bug, failed, and decided to go about it another way. The problem lay in a CSS/Javascript rotating banner gallery ,so I [...]

Continue reading...