Difference between revisions of "Web Development"

From Eugene Eric Kim
(Created page with '== eekim.com == I have a background image that I want to be resizable. I couldn't figure out how to do it in pure CSS that would work with both Firefox and IE, so I reverted to ...')
 
m (1 revision: Importing pages from Burden's Landing)
(No difference)

Revision as of 22:30, 8 September 2010

eekim.com

I have a background image that I want to be resizable. I couldn't figure out how to do it in pure CSS that would work with both Firefox and IE, so I reverted to this JavaScript hack.

It's not perfect. At some point, I need to modify it to only stretch the width 100% and to position it at the bottom of the page.