Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.1K
2 Posted Topics
use this #wrapper{ width:1000px; margin:0 auto; } <div id="wrapper"> </div> when u use 1024px width its going to horizontal scroll bar for resolution 1024x768 so it is not right so whenever u use width for website use 1000px Thanks & Cheers
Re: Navigation CSS
use "display:block" for link as well as hover link also ( but try to use list style like <ul> <li><a href="#"></a></li> </ul> )
The End.
Yog1823