February 21st, 2005, 10:02 AM
|
#4 (permalink)
|
| Ultimate Member
Join Date: Dec 2004
Posts: 1,558
|
Overall it looks pretty decent. As far as the buttons go, I think they're fine the way the are (as they move as crypto pointed out). It adds a bit of depths to the menu that otherwise is absent.
But making the background fixed so it's not moving like crypto suggested is a good idea. You can do this by changing this line of code in each of the content pages: Code: <body alink="green" background="http://www.sofnet.com/~eaglefeather/Back/parchment.jpg" link="black" vlink="navy">
to this: Code: <body alink="green" background="http://www.sofnet.com/~eaglefeather/Back/parchment.jpg" style="background-attachment:fixed;" link="black" vlink="navy">
And as far as the frames go, they're not obtrusive or anything so they work but, in my opinion, the left frame (menu) should be a fixed size. Maybe something about 130 or so.
Best of luck. |
| |