IKLOP
10-29-2003, 01:17 AM
I'm trying to integrate a poll feature into my website. To make space where I want the poll to go, I have created a 1x1 transparent gif. I then have an image tag that stretches the gif to whatever height and width I want the poll space to be. Then I add the parameter align='right' so that the text will wrap around this image. This works pretty well to get the text out of the way for the poll. I realize I could do this by having a table and dealing with colspan, but by doing the image method the text will seemlessly wrap around the poll/image and not create any weird spaces.
The dilema comes in that I can't figure out how to get the poll text over that image. I've tried using css, the only way I think it can be done, but either I don't know the exact position of the text because the whole page is centered, or the poll text just pushes the rest of the text out of the way. I can't figure out a way to get the text right over the image, no matter the size of the browser and all that other stuff.
If you want to see how the image thing works, you can see the original site here (http://www.iklopstudios.com) and the site with the image here. (http://www.iklopstudios.com/index2.php)
Thanks in advanced
The dilema comes in that I can't figure out how to get the poll text over that image. I've tried using css, the only way I think it can be done, but either I don't know the exact position of the text because the whole page is centered, or the poll text just pushes the rest of the text out of the way. I can't figure out a way to get the text right over the image, no matter the size of the browser and all that other stuff.
If you want to see how the image thing works, you can see the original site here (http://www.iklopstudios.com) and the site with the image here. (http://www.iklopstudios.com/index2.php)
Thanks in advanced