Hard Light Productions Forums

Off-Topic Discussion => Arts & Talents => Topic started by: Ashrak on March 21, 2004, 01:37:04 am

Title: webbie
Post by: Ashrak on March 21, 2004, 01:37:04 am
wasnt allowed to use a lot of pics so .... i coded it all! :)

Here (http://www.hot.ee/ashrak)
Title: webbie
Post by: Xelion on March 21, 2004, 11:07:32 pm
Nice use of colors and hues :yes:. For some reason those progress bars always seem to stand out. Cool!

Some of the CSS could use optimization (the big O), for example

margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;

to -->

margin: 0px;

and

color: #CCCCCC;
color: #99CCFF;

can be

color: #CCC
color: #9CF

Some tips on website design:



Keep up the good work :yes:
Title: webbie
Post by: an0n on March 22, 2004, 12:39:11 am
And your header-image needs centering.
Title: webbie
Post by: Ashrak on March 22, 2004, 06:45:38 am
yeah that header pissed the hell of me ... apparently there is a small pixel cell which you cant remove on the right :(
Title: webbie
Post by: Xelion on March 22, 2004, 08:14:56 am
Actually u can but its quite a lot of trouble to get rid of it. First of all the width measurements for the table and several other columns have to be properly fixed. I think thats it and the problem should be solved unless you have put padding or cell-spacing in there somewhere...
Title: webbie
Post by: Xelion on March 22, 2004, 11:38:38 pm
Fix sent to your hotmail account