No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Is it possible to set a table behind an image? I am trying to do a mouseover feature on an image, however it isn't working because the table is on top of the image.
Is it possible to do the mouse over feature in HTML?
I am trying to link a PDF document in HTML and I keep getting this error: "Bad Request Your browser sent a request that this server could not understand. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." My code is …
If you are trying to do this solely in HTML, just take your image [CODE]<img src="smileyface.gif">[/CODE] then add a style tag in there with a fixed position [CODE]style="position: fixed;"[/CODE] after that if you want to move it vertically or horizontally just add the appropriate positions into the style tag. Here …
The End.
aslittell