If you're going to use brackets use them consistently. I'm not being a nit picker. Good syntax will keep you from getting stray bugs. Like this:...
You should fix this syntax. if (currentAd1 <= imgCt1) currentAd1++; else { currentAd1 = 0; }
I have used this in the past. Create a file called contactInfo.js and put this code in it. var myContactInfo =...
You can't really control the speed at which a given browser loads an image. There are too many factors. User's processor speed, internet speed,...
I looked at your site in IE and FF. I see the problems. The big problem with IE is padding and margins are different. More specific the box model...
Couldn't you just put a drop down or a couple radio buttons?
Line 2 would be line 2 of your first javascript not line 2 of your html. Post a link for more help.
<head> <script> function onMouseOver() { document.getElementById("myimage").src = "submit_over.gif"; } function onMouseOut() {...
AlexPato, You didn't post any code or a link to the page. What is it specifically you need?
There is no way to completely hide your javascript. Firebug and other tools can always get in to it. Even if you wrap it in PHP it won't be...
1. The dark links at the top as was previously mentioned are hard to read. 2. The headings are rather large in comparison to the other text. 3....
trafford, Kindly post your html too. There is not enough information here to try and duplicate your problem.
I would start with a template. There's a ton of free ones on the web. Search "css layouts free". http://www.freecsstemplates.org/css-templates/
You're in the wrong forum. Ask moderate to move your post. JSP is a tag based language that looks like html. It is coded on the server not on...
This is just an opion. Rather than having a fixed width site, why not use a fluid css layout. There a ton of templates for this on the web. In...
Separate names with a comma.