I'm trying out dhtml popup menu code with my site, but I've hit a snag with alignment...
Return to Recent Questions
Q:
I'm trying out DHTML Menu with my site, but I've hit a snag with
alignment. My dhtml popup menu is located at the top of my page, in a 750px-wide
div. I'd like to nest the nav dhtml popup menu in that div, but right-align it so
the menus are stuck to the right side of the div. Is that possible with
your navigation system? If so, can you give an example of how I would
achieve it?
A:
You can paste your dhtml popup menu in DIV with right alignment.
<div align="right">
<script type="text/javascript" src="data-menu.js"></script>
</div>
Return to Recent Questions
|