Topic awaiting preservation: Personal Website (with MSIE qualms :/) |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: USA |
posted 04-11-2005 19:33
Hey guys... finally got around to working on a personal website: http://www.rpi.edu/~laporj2/ |
Paranoid (IV) Inmate From: France |
posted 04-11-2005 21:20
For the menu, you should try to loop through the direct children of the nodes, instead of doing a hard guess like you do in nextUL( ), to make sure the browsers do NOT insert some TEXT elements between the HTML elements. |
Paranoid (IV) Inmate From: USA |
posted 04-11-2005 22:27
quote:
|
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 04-11-2005 22:42
Looks nice, it would be good if the menu was cookied (i.e which menus are opened or closed). Or if you loaded the page dynamically into the center of the design. Also, the font doesnt suit the text you have in blue for some reason. |
Paranoid (IV) Inmate From: USA |
posted 04-13-2005 05:37
Ok, updated with some style this time. |
Paranoid (IV) Inmate From: France |
posted 04-13-2005 20:58
Nice style. |
Paranoid (IV) Inmate From: USA |
posted 04-14-2005 01:06
quote:
|
Paranoid (IV) Inmate From: USA |
posted 04-21-2005 06:44
Well, it's now cross-browser (by this I mean it works in at least MSIE, FF, and Opera, and hopefully Safari/Konqueror) - though the open/close all and the cookies saving isn't back in yet. A few things to note, that others might find handy:
code: var db = [];
|
Bipolar (III) Inmate From: London |
posted 04-21-2005 10:34
Congratulations on getting your site up and running smoothly, I've just a few comments on your last post... quote: You're right of course with the first point, however don't take it literally, you can have a ul inside a li which is inside a ul, you may have realised this but I just thought I'd make it clearer, the second unordered list is considered another list item inside the original one. |