LondonDog1968 Posted March 28, 2011 Share Posted March 28, 2011 i would like to know where i can go from here ion web site design and information systems. maybe some one could look at my work and tell me what i could be reading or tutorials that i could work through to improve my output. web sites: tunjisaka.site50.net/index.html and wordpress: www.tunjisaka.site50.net/blog would really appreciate the feedback as I do not have a sounding board. Thanks, woof! Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted March 29, 2011 Share Posted March 29, 2011 your bold text is pretty unreadable, add some letter-spacing letter-spacing: 1.2px; Your top-right navbar is pretty odd, and moves when hovering over, maybe that's on purpose. It looks weird. align your content. Right now your main content is positioned lower than the left menu. rest is pretty okay, good luck! Quote Link to comment Share on other sites More sharing options...
Adam Posted March 30, 2011 Share Posted March 30, 2011 I love the Shutterstock(?) watermark lines on your blog header Quote Link to comment Share on other sites More sharing options...
jj-dr Posted April 7, 2011 Share Posted April 7, 2011 The content below the left navigation (SEARCH, FACEBOOK) is going off the page boundaries. Simple fix this by adding a hidden over flow to pages main content div. I assume you are using CSS for the layout of your page. Here's how you do it: If your div is called content as is <div id="content">Your content here</div>, the your css would look like this #content { overflow:hidden } This will expand the div with the content, and everything will stay within the page. Quote Link to comment Share on other sites More sharing options...
jj-dr Posted April 7, 2011 Share Posted April 7, 2011 oh, don't forget to semi-colon in your css declaration: #content { overflow:hidden; } Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted April 7, 2011 Share Posted April 7, 2011 if i am correct if it's the last style declaration that is even allowed cool eh ! Quote Link to comment Share on other sites More sharing options...
Philip Posted April 8, 2011 Share Posted April 8, 2011 if i am correct if it's the last style declaration that is even allowed cool eh ! cssfreakie is indeed correct Agree with the top nav, seems off whenever things move like that. In Chrome 11 the FB like widget is off place on the homepage (see screenshot) [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.