Hi Kirupans,
I’m trying to figure out what should be a simple CSS task: making a fixed-height horizontal space with a repeating background image, ideally that would be centered vertically in the browser. The problem is making it totally cross-browser compatible.
I used to just use tables to do this but the background attribute for the <td> tag is apparently nonstandard and Safari won’t render it!
You can see an example of what I’m trying to do here: LKDP.com
It renders the way I want it in FireFox, but not Safari and not always IE.
So what’s the most logical way to do the same thing in CSS? Thanks so much in advance!