Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-20-2006, 04:13 PM   PM User | #1
rickemc
New to the CF scene

 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
rickemc is an unknown quantity at this point
Help with 2 small problems,

I am have some trouble with some javascript mouse roll overs,

http://www.print2webcorp.com//model/...rketplace.html

In this link when view in ie, and rolled over the previewad button the first image works fine, then the seconed image flickers like crazy and does not work right,

This only works in ie

nothing works in firefox.
can someone please help me out, if you are going to make changes in my code can you please show me what you have done in pastebin.com


thanks
rickemc is offline   Reply With Quote
Old 10-20-2006, 05:24 PM   PM User | #2
jmrker
Senior Coder

 
jmrker's Avatar
 
Join Date: Aug 2006
Location: FL
Posts: 2,764
Thanks: 29
Thanked 453 Times in 447 Posts
jmrker will become famous soon enough
In FF, I am getting an error around here (line #67)
PHP Code:
    ht document.getElementsByTagName("html");
    
ht[0].style.filter "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"
I am having trouble finding where this particular syntax is defined as
I have not seen a 'filter' style before. Are you sure this is a valid tag?
jmrker is offline   Reply With Quote
Old 10-20-2006, 05:26 PM   PM User | #3
rickemc
New to the CF scene

 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
rickemc is an unknown quantity at this point
I am not sure, Does it look ok?
I thought they were valid
rickemc is offline   Reply With Quote
Old 10-20-2006, 06:02 PM   PM User | #4
radnor
New Coder

 
Join Date: Oct 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
radnor is an unknown quantity at this point
I think "filters" are just for IE...

Try this in IE then FF.
filters
radnor is offline   Reply With Quote
Old 10-20-2006, 06:12 PM   PM User | #5
rickemc
New to the CF scene

 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
rickemc is an unknown quantity at this point
Nope, That sites all messed up in ff, but ok in ie,

can someone please help?
rickemc is offline   Reply With Quote
Old 10-20-2006, 06:32 PM   PM User | #6
Beagle
Senior Coder

 
Join Date: Jul 2005
Location: New York, NY
Posts: 1,084
Thanks: 4
Thanked 19 Times in 19 Posts
Beagle is an unknown quantity at this point
filters are not implemented in FF, which would be your problem. You're going to have to figure out if you can get rid of the filter rule or not, and if not, you'll have to come up with a separate solution for FF. I recommend dropping the filter before trying to figure the rest out.
Beagle is offline   Reply With Quote
Old 10-20-2006, 06:39 PM   PM User | #7
rickemc
New to the CF scene

 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
rickemc is an unknown quantity at this point
Quote:
Originally Posted by Beagle View Post
filters are not implemented in FF, which would be your problem. You're going to have to figure out if you can get rid of the filter rule or not, and if not, you'll have to come up with a separate solution for FF. I recommend dropping the filter before trying to figure the rest out.

So what filter rule do you mean? and what is it filtering?
rickemc is offline   Reply With Quote
Old 10-23-2006, 02:01 AM   PM User | #8
Beagle
Senior Coder

 
Join Date: Jul 2005
Location: New York, NY
Posts: 1,084
Thanks: 4
Thanked 19 Times in 19 Posts
Beagle is an unknown quantity at this point
ht[0].style.filter
Beagle is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:54 AM.


Advertisement
Log in to turn off these ads.