Personal site redesign

ddadhi

New Member
Hi all, i already redesign my personal site

1. How about the screen resolution size? is it okay or else
2. How about the color?

Anything else, please feel free to comment below.

personal page http://matamulia.com

thanks
BR
Adhi
 

smoovo

New Member
Lot of stuff... Very good. :)

Maybe try to use the links without background or use image buttons... Also i noticed that your page shifting left, for example, if you are in the main page and then you clicking on "Work", it jumps... I post solution for this couple days ago... Just add this,

HTML:
html {height:101%;}

to your style sheet. But just as it is, not with "body" element,

HTML:
html, body {height:101%;} <- wrong

because it's not necessary. This code works perfect with any browser type or version... ;)

Very nice work.


____________________
SMooVo- Web Design
[email protected]
www.SMooVo.com
 

ddadhi

New Member
Lot of stuff... Very good. :)

Maybe try to use the links without background or use image buttons... Also i noticed that your page shifting left, for example, if you are in the main page and then you clicking on "Work", it jumps... I post solution for this couple days ago... Just add this,

HTML:
html {height:101%;}

to your style sheet. But just as it is, not with "body" element,

HTML:
html, body {height:101%;} <- wrong

because it's not necessary. This code works perfect with any browser type or version... ;)

Very nice work.


____________________
SMooVo- Web Design
[email protected]
www.SMooVo.com

thanks for your correction
 

nedo

New Member
I would change background color to darker or brighter, any will work. current one is really hurting eyes.
 
Top