PDA

View Full Version : CSSMW2 - link issues


caswebsolutions
05-01-2009, 02:13 PM
Hi,

i just recently updated to css menuwriter 2 and must say it does seem better than 1!

having a couple of issues though,

firstly if you visit www.pitairliegarage.co.uk/admin-login.asp the menu that appears, most of the links don't work! dunno whats going on there.....

secondly, if you visit just any general www.pitairliegarage.co.uk page, the menu there doesn't seem to have the menu headings 'centred' any idea how to do that, also how can i 'span' the menu across the full width of the navmenu area???

regards

chris.

james276087
05-01-2009, 05:06 PM
If you created this with CSS MENU WRITER, then try this.
Open the Edit Menu Theme, Click TYPE then under Type has Align( set it center)
If this doesn't help you i'm sorry,

caswebsolutions
05-04-2009, 02:39 AM
yeah i'd tried that along with trying the 'span' settings to see if that'd span the full width of the area the nav menu is in but didn't help!

caswebsolutions
05-04-2009, 01:38 PM
well the link issue i was having seems to be google chrome not liking something!! likes the css menu ok on the main pages, but the one i've created on my admin pages it don't like!

Danilo Celic
05-05-2009, 07:37 AM
I visited the admin page and when I tried to click on Add Stock or Add Model on the sub-menu for Add Items, I noticed that they "disappeared". I then used the Web Developers Toolbar in Firefox to edit the CSS to see what was going on, and I see that you have this selector defined:
/* Sets the style for a link that is being activated/clicked. */
a:active {
color: #262499;
float: left;
}
in this file:
http://www.pitairliegarage.co.uk/css/pitairliescreen.css

When I removed the float: left; from that selector, then the links seemed to work fine.

caswebsolutions
05-05-2009, 01:22 PM
thanks yeah, i was looking at it again today and have sorted that now :D

cheers