i have add the switch menu to my homepage. but i want to set a image on the right
site next to the menu.
Surly you don't mean 'site'. If you mean 'side'. You could use two floated divisions and a third to clear the float:
HTML Code:
<div style="float:left;">
switch menu here
</div>
<div style="float:left;">
image here
</div>
<div style="clear:left;"></div>
Please elaborate and:
Warning: Please include a link to the DD script in question in your post. See
this thread for the proper posting format when asking a question.
Please post a link to the page on your site that contains the problematic script so we can check it out.
Bookmarks