Ok this one is a two-parter.
both based on this WIP www.visualcomm.com/site
I've been loading content into a div tag with javascript. What I'd like to do is have the button corresponding to the current loaded html file stay at a certain state while that content is present. And when the user clicks on another button to load different content, that button will then change states. I don't even know if its possible with the way I'm doing this. So if someone could let me know either way that would be great.
Second part, same site. Everything displays fine and works fine in Safari and Firefox (haven't had a chance to try IE yet though), except that in FF there are blue borders around the nav buttons. After noticing this, I went back into the stylesheet and added a border: none; to each of the buttons, but that didn't work. I'm thinking the borders are for some other reason. Possibly because of the javascripting. Any ideas?
Thanks
Zac
both based on this WIP www.visualcomm.com/site
I've been loading content into a div tag with javascript. What I'd like to do is have the button corresponding to the current loaded html file stay at a certain state while that content is present. And when the user clicks on another button to load different content, that button will then change states. I don't even know if its possible with the way I'm doing this. So if someone could let me know either way that would be great.
Second part, same site. Everything displays fine and works fine in Safari and Firefox (haven't had a chance to try IE yet though), except that in FF there are blue borders around the nav buttons. After noticing this, I went back into the stylesheet and added a border: none; to each of the buttons, but that didn't work. I'm thinking the borders are for some other reason. Possibly because of the javascripting. Any ideas?
Thanks
Zac