How do i remove all the white that its surrounding Destination
Tried applying padding:1em; or padding:auto;?
when u click destination and it shows the List, how can i have these as the same blue as that side of the Page?
Apply background-color:transparent;.
Is it easy to make the List actually open when you either Hover over Destination, and the list return to normal once uve made your selection or move the mouse away from the List?
Yes.
Code:
<a href="javascript:void(0)" id="main_text_1" class="main_text" onmouseover="toggle_dropmenu('sub1')" onmouseout="toggle_dropmenu('sub1')">Destination</a>
Also add onclick="toggle_dropmenu('sub1')" to your choices.
Is there a way for the Links to open up in the Centre of my Site?
Yes.
Code:
<a href="http://www.hotels.com" class="sub_text" target="cwindow">Dubai</a>
Bookmarks