Your menu script is awesome, Andy. I've tried three and yours is by far the easiest to configure and maintain. I'm doing a beta test with it for my employer's intranet, and so far, only one problem.
If I specify page margins within the HTML code, the menu
Page margins vs. CSS with menu
-
- Beginner
- Posts: 1
- Joined: Sun May 19, 2002 7:24 pm
Re: Page margins vs. CSS with menu
.. i noticed the same problem - and tried some ways to overcome
this problem - no way.
Right now you have to put the margins in the body tag.
BTW:
writing the doctype w/o url helps sometimes ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
this problem - no way.
Right now you have to put the margins in the body tag.
BTW:
writing the doctype w/o url helps sometimes ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
- Beginner
- Posts: 1
- Joined: Sun May 19, 2002 7:52 pm
Re: Page margins vs. CSS with menu
Thanks for the tip, Stefan. I'll give that a try.