View Full Version : Omni Slide Menu (bartext: to image
1) Script Title: Omni Slide Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...lide/index.htm
3) Describe problem: (bartext:'MY MENU', // bar text (the vertical cell) use text or img tag )
Hello,
i will like to know Image cod for (bartext:'MY MENU',
http://www.kanimation.net/image.jpg
Thanks in advance
rangana
10-30-2008, 01:49 AM
You need to replace highlighted:
bartext:'MY MENU', // bar text (the vertical cell) use text or img tag
...with img tag instead:
bartext:'<img src="myimage.jpg" alt="My Menu">'
Do you want a background for that part, or just an image in there like Ragana gives the answer to above? If you want the background it would be a different solution then the one that Ragana gives.
First: Thank you,
I have another problem, pink border
http://www.kanimation.net/pink.jpg
why pink border,
Could you please help me?
["<img src='banner.jpg' alt='myimage'>", "http://www.dynamicdrive.com/", "_new", 1, "no"],
I have new found problem,
rangana
10-31-2008, 12:07 AM
The border is created when you place an image inside an anchor tags.
The fix is by removing the border, or setting a different one:
["<img src='banner.jpg' alt='myimage' style='border:0px;'>", "http://www.dynamicdrive.com/", "_new", 1, "no"],
I have new found problem,
What is your new problem?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.