I got a simple problem, should be easy to fix except I don't know much beyond basic HTML.
I'm trying to layer a text over an image, and have both be links to the same link. I used simple tables, with div tags for the text. I'm trying to avoid making an image for every link, trying to go for minimal data transfer needed. So instead of nine images, I have one that serves as the background for all of them. It works in IE, but not in Firefox. What gives?
Is there a more elegant solution?
Thanks in advance.
I should probably disclose that it's work-related, but my boss doesn't know I'm working on it. I'm just tinkering around with an idea and if it works, I'll show it to him.
I'm trying to layer a text over an image, and have both be links to the same link. I used simple tables, with div tags for the text. I'm trying to avoid making an image for every link, trying to go for minimal data transfer needed. So instead of nine images, I have one that serves as the background for all of them. It works in IE, but not in Firefox. What gives?
Is there a more elegant solution?
Thanks in advance.
I should probably disclose that it's work-related, but my boss doesn't know I'm working on it. I'm just tinkering around with an idea and if it works, I'll show it to him.

Comment