Go Back   Ultimate Web Site Drop Down Menu Forum > UDM4 > Troubleshooting
Register FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Display Modes
Unread 10-24-2007, 09:59 PM
Admin
Posts: n/a
  #1  
Default

One thing to try would be closing the image tag...

Code:
<img src='/path/to/image.gif' />
Another thing to try might be to do something with CSS...

Code:
<li class='spacer_line'><span></span></li>
then in your CSS:

Code:
li.spacer_line {
    height:5px;
    background-image:url("/path/to/image.gif");
    background-repeat:no-repeat;
}
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:29 AM.


Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.