okay here's problem , can help.
back in old html days able place large image , use wallpaper or background , place smaller "invisible" images on mouse on function, i.e. blank button on larger image. saved me tons of time having cut larger image , making sections buttons , trying place them close each other possible same. code use place blank images on "background" following:
<img style="position:absolute; top:50px; left:170px; width:100px; height:100px" src="images/blank button.png" />
and place blank button in right place.
now tried in joomla , life of me can't find damn blank button, did place small "red" dot in center of button locate , later replace image final blank button image had red dot removed. add code image when moused on it pop small window on image.
i'm wondering if there's i'm missing or not possible joomla going suck big time because love joomla!
back in old html days able place large image , use wallpaper or background , place smaller "invisible" images on mouse on function, i.e. blank button on larger image. saved me tons of time having cut larger image , making sections buttons , trying place them close each other possible same. code use place blank images on "background" following:
<img style="position:absolute; top:50px; left:170px; width:100px; height:100px" src="images/blank button.png" />
and place blank button in right place.
now tried in joomla , life of me can't find damn blank button, did place small "red" dot in center of button locate , later replace image final blank button image had red dot removed. add code image when moused on it pop small window on image.
i'm wondering if there's i'm missing or not possible joomla going suck big time because love joomla!
donsasso wrote:...
back in old html days able place large image , use wallpaper or background , place smaller "invisible" images on mouse on function, ...
if did correctly in 'good old days' same technique work now. correct way give div (or p) tag class or id. use css put background in element( div or p tag).
Comments
Post a Comment