Any one can help me how to Resize the Dolphin Promo Block
From
906px "width"
270px "hight"
To
700px "width"
270px "hight"
Thanks lior
Any one can help me how to Resize the Dolphin Promo Block |
This is help I had before:
Sizing the flash banners: In the file: yoursite.com/inc/js/jquery.dolPromo.js around line 5 . change: $Img.css( { width: 'auto', height: 'auto', left: 0, top: 0 } ); . To (example): $Img.css( { width: '940', height: '264', left: 0, top: 0 } ); . . You may have to adjust the width and height numbers if your sites width is different than the default 960px. . . . This fix is based on a post made by MrPowless You cannot fix this in CSS. |
This is help I had before:
Sizing the flash banners: In the file: yoursite.com/inc/js/jquery.dolPromo.js around line 5 . change: $Img.css( { width: 'auto', height: 'auto', left: 0, top: 0 } ); . To (example): $Img.css( { width: '940', height: '264', left: 0, top: 0 } ); . . You may have to adjust the width and height numbers if your sites width is different than the default 960px. . . . This fix is based on a post made by MrPowless You cannot fix this in CSS.
thanks a lot i will do this and tell u if that was good :)
thanks |
ok i do that and it is work but where the picture area still big and this only resize the pictures itself.
what i will do? |
I'm not sure, sorry. I just resized the pictures to fit it. :) |
You can turn it off in Admin > Settings > Basic Settings and use HTML with a simple |
You can turn it off in Admin > Settings > Basic Settings and use HTML with a simple
can you give me script?
|
Just google free image rotator php ..... |
Just google free image rotator php .....
i do it but when i insert the html code the site mess up, this is the code i try:
<html dir="rtl"> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available free online at --> <!-- Begin var image_index = 0; <BODY OnLoad="rotateImage('rImage')"> <p><center> </center><p> </body> </html> |
I don't know about the javascript which was why I suggested you search for "PHP" that I've |