Joomla 2.5 SEF issues - Joomla! Forum - community, help and support


i have images in article on site. images load, others don't.

sef on.

the images load simple paths, ie:

code: select all

<img src="images/slider/slider3.jpg" width="100px" height="20"/>

the images not load rollovers, ie:

code: select all

<a href="#" rel="toggle[slider3]" data-openimage="images/slider/open.jpg"
data-closedimage="images/sliders/bottom.jpg"><img src="images/slider/closed.jpg"
width="100px" height="20" border="0" />

when check source code simple path becomes:

<img src="/site4/images/slider/slider3.jpg" width="100px" height="20"/>

with addition of "/site4/" path, rollover paths stay same.

could explain why isn't happening rollover images?

i've lost hours trying figure out, i'd appreciate help!

try this. change

code: select all

<a href="#" rel="toggle[slider3]" data-openimage="images/slider/open.jpg"
data-closedimage="images/sliders/bottom.jpg"><img src="images/slider/closed.jpg"
width="100px" height="20" border="0" />

to

code: select all

<a href="#" rel="toggle[slider3]" data-openimage="/images/slider/open.jpg"
data-closedimage="/images/sliders/bottom.jpg"><img src="/images/slider/closed.jpg"
width="100px" height="20" border="0" />





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support