02-20-2007, 12:02 PM
02-20-2007, 01:15 PM
And to change images on a forum isn't hard with a style switcher. You just state background images for forum markers/logo/etc. in the CSS style sheet you wish the buttons to apply to.
Saving the data on a cookie is an automatic process done by Javascript. Plus, the internet itself is a cookie logging all actions/activities.
http://www.alistapart.com/articles/alternate/
Saving the data on a cookie is an automatic process done by Javascript. Plus, the internet itself is a cookie logging all actions/activities.
http://www.alistapart.com/articles/alternate/
02-20-2007, 04:54 PM
Okay, I'll see if making the images background images changes anything. Thanks for the tip, I'll post back with results.
EDIT:
Thanks a ton. It works, but since it's a background image, it cannot be clicked to link to anything...Fix this how? I was thinking make it the background with css and them use an invisible GIF with HTML to click on.
EDIT:
Thanks a ton. It works, but since it's a background image, it cannot be clicked to link to anything...Fix this how? I was thinking make it the background with css and them use an invisible GIF with HTML to click on.
03-28-2007, 04:46 PM
Backgrounds weren't meant to link to anything.
You can use javascript and edit the section that holds the background image and put this:
onclick='window.location="http://www.google.com"' where the thing is. Of course, replace google with whatever your link s hould be.
You can use javascript and edit the section that holds the background image and put this:
onclick='window.location="http://www.google.com"' where the thing is. Of course, replace google with whatever your link s hould be.