Hi I'm trying to create buttons for the navigation page of my website. I went to grsites.com and created a button. It uploaded to my site and I cut and pasted...
Hi I'm trying to create buttons for the navigation page of my website. I went to grsites.com and created a button. It uploaded to my site and I cut and pasted...
Norine, the reason a picture shows with a red 'X' is because it cannot be found by the browser. Make sure you have a file called 'button338600on.jpg' in the...
Thanks Robert. Got it. But now how do I also make it link?... Norine ... cannot be ... of your web ... [mailto:1stJavaScript@yahoogroups.com] On ... I went to ...
Okay. I figured that out...yeah...but how do I make the black border around the button disappear. I think it's probably something in the script, but not sure...
thanks. i'll give it a try. the part about the "this" seems easy enough. i'm not sure about after that, but it's something to work on. thanks again, norine ......
the "links" buttons connects to the page, but then on that page how do I type in another website for it to link to? thanks, norine ... on. ... tag. ... if ... ...
I was able to get all the buttons down for now, button my "link" button won't go to the page when clicked on. The code is identical to the others and I have...
Hi- I am a new member and need to learn how to use CSS. Is there anywhere online someone can recommend for me? CSS seems to confuse the heck out of me. I use...
Not completely sure what you're problem is here, but I'm guessing you want the 'http:www.teamkaratecenters.com' text to appear as a hyperlink? I can see your...
Rosy, although I'm no expert in CSS, I think I can impart a number of points. 1) Whether you use tables or <div>'s and <span>'s, you are going to need to use...
Thanks Rob. You did know what my problem was...I wasn't thinking. I've used a href for all of my links. I don't know why I didn't think to use it here. Did I...
... If you can send in the code you're using for 'this.src', I'll tell you where the error lies. ... Glad to be of service!!! Most forums will flame you when...
If you go to my home page and look at the code you'll see what a mess it is. I only switched out the "home" button and left the rest as is. As for other...
Rob, Did you getmy last email with th info you asked for? I replied earlier today but haven't seen it post. If not, I'll repost it. Thanks, Norine ... you...
Hi Rob, I've cleaned up most of the mess by being resourceful and googling image swap. Although I still can't get the mouseover to work with the "this". I'm...
The problem is fairly simple. When you pass a parameter in the function, anything not passed in quotes is called a variable - it's the name of an object that...
P.S. The images on the bottom of the main page are over 2MB each - so take an age to load. As a rule of thumb, you should never make any 'thumbnail' image ...
got it. thanks. that was easy. ... quotes is ... data, e.g. ... as that's ... [mailto:1stJavaScript@yahoogroups.com] On ... mess it is. ... you have ... ...
As it's a slow Friday afternoon, I thought this 'enhancement' might be useful. It's a completely automated version of the image swap script, where you don't...
wow! that seems a bit complicated, but i'm always up for a challenge. i'm swamped with work right now so it might take me a few days to get to. i'll keep you...
Hey group. I am a new member and a college student taking javascript classes as part of my web development studies. I was hoping that I could post a question...
Hi James. As I'm sure your tutor wouldn't want me to give you the complete answer, I'll try and steer you in the right direction. If you get stuck on a...
Okay guys. Thanks a ton for the help. Here is one piece that I am having issues with. I've written the following functions to try to implement cookies on my...
Did you mean existingCookie(), as I can't find existingUser anywhere? Rob. ... having issues with. ... my website. I'm already having a hard time fully...
I have a form with three checkboxes, and want to set another variable depending on which boxes are checked. The boxes have values of 1, 2, and 4, and I want to...
Nothing wrong there, you always get 7 because you are always adding 1 + 2 + 4 (the values of the three checkboxes). If you want to only add the values of the...