Search found 4 matches

by mixermanic
Sun Apr 11, 2004 9:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with left and right margins and 100% width
Replies: 8
Views: 4944

Sorry for the delay in replying - I been on holiday!! :)

Thank you so much!!!!! That has made my life a lot easier.

I have no idea why it works either - but it does, so there we are. Ah the mysteries of the web..... :lol:

Thanks again,

Martin
by mixermanic
Wed Apr 07, 2004 11:02 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with left and right margins and 100% width
Replies: 8
Views: 4944

OK I changed the left page margin to 0px, which worked fine, but put the tree div against the left screen edge.

Then I changed the left margin of the tree div to 20px to shift that to the right, but that also moved the menu to the right again :(

I'm sure I'm doing something dumb. Just can't work ...
by mixermanic
Wed Apr 07, 2004 9:19 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with left and right margins and 100% width
Replies: 8
Views: 4944

Hiya,

http://www.designersounds.co.uk/test/index.html

The data for the top menu is:
http://www.designersounds.co.uk/test/sc ... nu_data.js

The menu isn't actually in a div - I have a tree navigation in the div and it is this div that seems to affect the menu placement.

Ignore the second menu on ...
by mixermanic
Tue Apr 06, 2004 4:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with left and right margins and 100% width
Replies: 8
Views: 4944

Problems with left and right margins and 100% width

Hi everyone!

I have set my page L and R margins to 20px using CSS:

body{
margin-top : 200px;
margin-bottom : 10px;
margin-left : 20px;
margin-right : 20px;
font : 9pt verdana, arial, sans-serif;
text-align : left;
background : #FFFFFF url("img/schematic_bg.gif") fixed no-repeat;
}

The ...