I have been trying to use a jquery horizontal menu which I downloaded and have successfully implemented it into my dreamweaver page.
But I want to adjust the width and height of the actual links <a> tags but the CSS will not allow me to do it
I notice that when I view source in the browser there is a div class "holder horizontal" attached to each menu item, <a> tag and it has inline style for width and height - but it isn't in the HTML page.
I've checked the jquery file and cannot find any sign of a width or height style for a "holder horizontal" div
I want to know where these inline element styles are which are controlling the width and height of the menu so I can edit them...
Please can someone help me with this as I have reached a brick wall and cannot get anywhere further…
Many thanks in advance..
Cammy
I am working on it locally, I know that an a tag is an inline element and presumed that after much investigation the div "horizontal holder" with inline styles of width and height must be coming from the javascript. As a nubie with no javascript experience I don't know how to remove these styles. I've looked at the file but its like double dutch to me. Will try and post it later as I am at work just now.
MAny thanks for all your help...
Heres the HTML of my DW page and screenshot of the page in browser...
<div class="container">
<div id="CS5Icons"><img src="images/CS55icons.png" width="199" height="37" alt="cs5 icons" /></div>
<div id="followme"><img src="images/socmedicons.png" width="188" height="37" alt="facebook" />
<!-- end .followme -->
</div>
<div id="menu-wrap">
<div class="menu-horizontal">
<a href="#" class="active">Home</a>
<a href="#">Portfolio</a>
<a href="#">About me</a>
<a href="#">Contact</a>
</div>
</div>
North America
Europe, Middle East and Africa
Asia Pacific