View Single Post
Old 10-04-2012, 05:33 PM   PM User | #2
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,461
Thanks: 52
Thanked 457 Times in 455 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
I haven't tested it, but it's possible that Safari is one of the few browsers left that will not let you address elements by their bare id. If that's the case you would be looking for something like

Code:
onmouseover="document.getElementById('image_2').src='uploads/news/id2/narrowboats-2.png';"
//etc
which will work in all browsers
xelawho is offline   Reply With Quote