Simpley, if i add new product, i can add image up beafore where has in product page...
Up here costum Image
Product Code: 43444
Reward Points: 10
Availability:35
Neverming, i got working that but now has conflict with some other thing, code is here
Code: Select all
<style type="text/css">
</style>
<link href="another_product/style-my-tooltips.css" rel="stylesheet" type="text/css" />
<p> </p>
<img src="another_product/english.png" width="48" height="48" alt="Flag Type" title="This game is 100% english language!" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="another_product/jquery.style-my-tooltips.js"></script>
<script>
jQuery.noConflict();
(function($){
$(document).ready(function(){
$("[title]").style_my_tooltips({
tip_follows_cursor:true, //boolean
tip_delay_time:100, //milliseconds
tip_fade_speed:300 //milliseconds
});
$("a[rel='add new element']").click(function(e){
e.preventDefault();
$(this).attr("title","Add another element").parent().after("<p title='New paragraph title'>This is a new paragraph! Hover to see the title.</p>");
});
});
})(jQuery);
</script>
Who is online
Users browsing this forum: No registered users and 2 guests