You can add it as the background-image for your link:
Code:
<li>
<a href="#" onMouseover="cssdropdown.dropit(this,event,'dropmenu3')" style="background: url(file.gif) no-repeat right;">
Features
</a>
</li>
The button looks pretty small - you may have to change some of the spacing.
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
Thanks, that helped It took out my divider by me adding that in there, so with having this
<li>
<a href="#" onMouseover="cssdropdown.dropit(this,event,'dropmenu3')" style="background: url(file.gif) no-repeat right;">
Features
</a>
</li>
Is there a way to add another image right after my arrow?
How do you have the dividers inserted for the other links? Is it part of the background image? If so, all you need to do is adjust the padding/widths for that button and some of the neighboring buttons so that it reappears.
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
<li>
<a href="#" onMouseover="cssdropdown.dropit(this,event,'dropmenu3')" style="background: url(file.gif) no-repeat right;">
Features
</a>
<span style="background: url(divider.gif) no-repeat; width: 2px;"></span>
</li>
Last edited by KDLA; 05-18-2006 at 03:15 PM.
Reason: deleted too much
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
Bookmarks