Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SWAP IMAGE doesn't work in IE

Status
Not open for further replies.

dome11

Technical User
Aug 3, 2007
11
US
I created a page with a table with thumbnails that swap. Three "batches" of thumbnails swap three bigger blank pics respectively. You can see it at


My big problem is that it works well in Safari, Firefox, and Netscape, but in InternetExplorer the second "batch" will not swap. The funny thing is that the first and third do swap.

I am so confused...

Thanks for any help!
 
In your table you have:
Code:
<table width="1098" border="0" [b]onmouseover="MM_swapImage('Blank2','','hsBlank.gif',1)"[/b]>
I'm betting that IE overrides the individual rollovers with the table rollover. (OR the others may ignore the Blank2 vs. BLANK2)

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Thanks for your time Traingamer!

I changed the Blank2 to BLANK2 everywhere, and now the second batch doesn't work on safari anymore, either...

I am a novice with all this... How do I make it that the individual rollovers are not being overridden with the table rollover?

Thanks again!
 
Why do you have a rollover on the table and the images?
What happens when you remove the one on the table?

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 


I don't know !!! [surprise]

Thank you so much. Took the table swap off and it all worked fine.

Thank you thank you thank you!
 
Glad to help. By the way, those are great photos! [smile]

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Yeah, the photographer is a good friend of mine. That's why I am making this website for him. Thanks again!
 
Hi everyone,
I'm new to this forum...
I have a similar mouseover problem on my site which has gradually got worse ie the problem started on one page then eventually crept into all the pages except the home page. The next/back buttons have a swap image script which now doesnt work? Also the bottom nav bar had pop-up menus which now dont appear? I'm wondering if anyone can spot the errors in the html?
Many thanks :)


ps just to point out that my other big issue is how to deal with the text..it looks perfect on my system but spills out everywhere on others...I haven't yet found a way of solving it?
 
monajones - 404
dome11 - u can have both undestanding that rollover on table will only happen when you are not hoovering over image. Use 2 css classes....or the combo...as long as you don't use JS (MM_stuff) for both.
All the best!

:--------------------------------------:
fugitive.gif


All around in my home town,
They tryin' to track me down...
|MostarNetworks|
 
I'm sooo pleased I've found the problem to my popups and mouseovers not working! It was the following:

</style>
<script language="JavaScript" type="text/JavaScript">
<!--function mmLoadMenus() {

the 'function mmLoadMenus() {' needed to be on the next line thats all!
:)
 
cool, nice work :)

:--------------------------------------:
fugitive.gif


All around in my home town,
They tryin' to track me down...
|MostarNetworks|
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top