Is there a way for the dropdown box from my last category on the menu bar to be right justified and all the other dropdowns be left justified?
'Contact Us' category
<!-- m --><a class="postlink" href="http://www.optioncaddie.com/test/template.htmYes">http://www.optioncaddie.com/test/template.htmYes</a><!-- m -->, there are various ways that it could be achieved however what you have at the moment is the following:
<div Id="menuItem7_1" class="menuItem"> <p align="left"><a href=http://www.webdeveloper.com/forum/archive/index.php/"Mailto:[email protected]" style="text-decoration: none">Email the Option Caddie</a> </a></div>
I could give you the correct CSS solution, however it would be just as easy for yourself to change the <p align="left"> to <p align="right">. Obviously CSS is the preferred way to accomplish such things.
'Contact Us' category
<!-- m --><a class="postlink" href="http://www.optioncaddie.com/test/template.htmYes">http://www.optioncaddie.com/test/template.htmYes</a><!-- m -->, there are various ways that it could be achieved however what you have at the moment is the following:
<div Id="menuItem7_1" class="menuItem"> <p align="left"><a href=http://www.webdeveloper.com/forum/archive/index.php/"Mailto:[email protected]" style="text-decoration: none">Email the Option Caddie</a> </a></div>
I could give you the correct CSS solution, however it would be just as easy for yourself to change the <p align="left"> to <p align="right">. Obviously CSS is the preferred way to accomplish such things.