XHTML help
- Started
- Last post
- 6 Responses
- RFRSH
I am trying to do the following.
For the initial page that lists the different galleries, I want to put writing over the image. I was able to achieve a similar effect by creating tables and using the image as a background, but that of course took away the link aspect of the image. I need to keep it exactly the way it is now (link's with hover action) but I want to put text inside the frame, over the image. I'm guessing this can be done with some sort of layer, DIV but I also want it to be compatible with older browsers. Nothing ancient, but at least it should work on browser dating back 2 years ago.
Could anyone lend me a hand with the correct code?
- heavyt0
that sample puts the images in as bg images.
i would assume that if you use:
[div style"background-image: url['image.gif']; width:100px; height:250px;"] [a href="#" style="height:100px; width:250px; line-height:100px']link text[/a][/div]
shoudl work.TR1
- RFRSH0
thanks. I actually got it working from a user who helped me at YH. I should have noted that.
- hiten0
what script are you using to run that gallery?
- RFRSH0
I wrote the script. I plan on making it a free download after I clean up te code and fix the output so it validates correctly. It's a total mess right now but it works.
- hiten0
awesome...lets us know when its up! i want it!
- RFRSH0
Ok, no problem.