Jump to content

Take a look at this please


d_barszczak

Recommended Posts

it's not bad

but the images (style, mood) don't match the overall design

 

too much white space and PLAIN feeling

 

I know you want it organized and professional, hence the plain is good. But you can be plain AND stylish --

perhaps do some borders or something? or a "holder" for the menu on the left?

 

Link to comment
Share on other sites

i think the menu on the left should be a HOVER hide/show because I fell let down when my mouse hovers and nothing happens... :-[ its like this incredible build up of anticipation just to fall on my face clicking...  :D

 

I too agree with the PLAIN...

 

also I think you should try centering Your (TABLE) :-X <-- switch to a div layout.

this will also minimize your code when dressing it up as well as make it WAY easier for you to apply styles to and maintain

 

just leaf around through google for web design pages.. and see what you like that is both subtle and attractive and develop your own style

 

and the nav on the top right... Oh-boy... it took a solid 2min for my cursor to reach that thing... (higher screen resolution then the developing screen I guess) putting that in the container div and using the style as follows will help with that tremendously.

 


<style>
div.container{
  margin: 0px auto; /*this will center the main element that holds the rest on your screen.*/
  width: 800px ; /*or 1024 you cant use fluid on your site because of the lack of content.. you would have the same problems*/
}
</style>
<body>
   <div class="container">

      <div class="header">  
      <h1>Header stuff here</h1>
      </div>
      
      <div class="body">
      <p>Body suff here plus easy to decor your div too</p>
      <p>this is where you would place too nested divs one for the nav 
           that would be floated left and one for the body text floated left or right.</p>
      </div>

      <div class="footer"><--footer stuff-->
      </div>
   </div>

</body>

 

see.... less code.. makes browsers Happy the www over ;)

 

I hope at least one thing helps you in your en devours.

 

good luck...

 

Jos.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.