| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Oct 2003
Posts: 5
![]() | Javascript Problems in IE Hey all.. I am working on a page right now with macromedia dreamweaver mx and fireworks mx to create the java rollovers.. The only problem is, the page displays fine in IE until I put the rollovers in, once that javascript is there, the page loads completely blank, however, it works fine in Netscape.. I changed a few things with the javascript (I guess the script type tag doesn't work in IE) but still, blank page.. I was wondering if anyone has ever run into this before, and if maybe you could check out the code and tell me what to try or what to change.. I've been working with this since early yesterday, but I am completely out of ideas as far as a fix goes. Help me.. anyone ?here is the site. right here. Thanks alot, in advance.
__________________ -brains |
| |
| | #2 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | Hey that's strange, it's usually the other way around with JavaScript not working on NS. ![]() It looks like you are missing a closing comment tag right here in the head section of your page which I think is why nothing is being displayed: body { scrollbar-face-color:#FFFFFF; scrollbar-shadow-color:#839EB5; scrollbar-highlight-color:#FFFFFF; scrollbar-3dlight-color:#456E90; scrollbar-darkshadow-color:#456E90; scrollbar-track-color:#FFFFFF; scrollbar-arrow-color:#F0A25C } <!-- A:link {text-decoration: none; color: #456E90; font-family: Arial;} A:visited {text-decoration: none; color: #839EB5; font-family: Arial;} A:active {text-decoration: none; color: #F0A25C; font-family: Arial;} ????: NamePros.com http://www.namepros.com/programming/15436-javascript-problems-in-ie.html A:hover {text-decoration: none; color: #839EB5; font-family: Arial;} //--> <-- Missing </style> :webdev: |
| |
| | THREAD STARTER #3 (permalink) |
| New Member Join Date: Oct 2003
Posts: 5
![]() | deadserious.. thanks.. I feel like a moron, but thanks !! that was bothering me for so long.. I was wondering why I was still getting an error when I tried to validate my tags it was giving me a "you did not close your style tag.. " I kept thinking.. yes I did.. it's right there.. I was digging way too deep in.. I can't thank you enough.. mad props on my page for that. heheh
__________________ -brains |
| |
| | #4 (permalink) |
| NamePros Regular Join Date: Aug 2003 Location: UK
Posts: 568
![]() | you could use a css rollover i came accross last night, i havent used it yet but it looks to work: http://www.pixy.cz/blogg/clanky/cssnopreloadrollovers/ let us know how you get on, ie if you have any problems or if it worked first time.. Thanks, Tjobbe |
| |