CSS adjustments

Search engine friendly UL list type menu for Actinic V8 and V9. Styled by CSS and animated by a small JavaScript.
Post Reply
Andrew
Posts: 3
Joined: Wed May 13, 2009 5:21 pm

CSS adjustments

Post by Andrew »

I have installed Norms extension here http://www.ziplob.co.uk/

When Nomination is clicked upon and the menus expand, they reach too far across the page and end up behind the right hand boxes.

I have looked at the CSS but can not find a way to make the expanding menus move slightly to the left than they are now.

Noe can I find a way for the menus to appear on the top of the right hand boxes.

If anyone has any experience here could they please assist me?

Thanks in anticipation

Andrew
__________________
Jewellery247.co.uk
AndrewBerry.com

W: http://www.WelshGoldOnline.co.uk
W: http://www.jewellery247.co.uk
W: http://www.AndrewBerry.com
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: CSS adjustments

Post by norman »

NorList usually displays above all other page content so something else is probably wrong.

This error is much more likely to be due to something in actinic.css. I see some z-index settings that look unusual.

If you need to tinker with relative location of the NorList popouts, look in listmenu_v.css for

Code: Select all

.menulist ul {
display:none;
left:168px;
position:absolute;
top:-1px;
}
And change the left:168px; setting as required.
Norman
Andrew
Posts: 3
Joined: Wed May 13, 2009 5:21 pm

Re: CSS adjustments

Post by Andrew »

Works a treat Norm, cheers

A little off topic, but where is the setting to alter the width of the centre section in Actinic V9. On ziplob.co.uk (test site) it over shoots under the right hand boxes. I have checked the CSS and tinkered and found I can alter the margin to the left of the centre section but not the overall width.

Thanks Again

Andrew
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: CSS adjustments

Post by norman »

Not my area, sorry. I'm neither a graphic designer nor CSS expert.
Norman
Post Reply