1) cbb2Group: Members Posts: 6Joined: 10 Jan 2007Location: United StatesIP: 72.154.--.--
Posted:
Could the stylesheet switcher from the FSMenu example page be modified to switch different images? I'd like to use it to allow users on my site to change the logo. (http://master-of-metal.blogspot.com is my site) I don't know if this will work, or if I'll just have to attempt making a new script from scratch, but hopefully there's an easier way, since I don't know scripting at all, and I'm not really familiar with anything but the basic stuff in HTML.
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 125.236.--.--
Posted:
Er... why not just use a regular image switcher?
Otherwise yeah you can switch layouts with CSS provided you're changing background-image values.
- Angus.
3) cbb2Group: Members Posts: 6Joined: 10 Jan 2007Location: United StatesIP: 70.149.--.--
Posted:
There's a regular image switcher? Oh yeah. . .that does sound kinda familiar. . .DUH! Sorry, I completely forgot about it. Man, I feel retarded, lol. I do have one other question, though. Can the images have rollovers? I've got one right now on my site, but when I put the other images on it, I'd like to be able to keep the rollover and also have rollovers for the other images, if possible.
4) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 125.236.--.--
Posted:
I don't see why you can't make image rollovers work somehow. Google for an image rollover script. There's hordes of them out there.
- Angus.
5) cbb2Group: Members Posts: 6Joined: 10 Jan 2007Location: United StatesIP: 72.154.--.--
Posted:
I've got an image rollover right now, but I don't know how I'd be able to keep it along with the image switcher. How would you be able to make the rollover script know which rollover to use? If I had images A and C, with rollovers B and D, how would I get the script to know that A and B go together and C and D go together? You know what I mean? I guess it could be done with an If statement or something conditional like that, but I'm not sure what the condition would be.
I just need to learn Javascript. I've wanted to for some time now, but never have really pursued it. I need to go ahead and try it so I can quit bugging you, lol.