Whoa what a change! It aligns fine in the 1280x768 resolution. In fact you could get a statistic counter from
http://statcounter.com/ to show how many visitors use what resolution and others. It's free I think and invisible.
I like the new boxes with CSS styling, it is clear, concise and easy to look at. The top picture looks good even if the title text is a little too small - thinking of people with bad eyesight here. For the search box you could format the button to make it more seemless like:
Code:
input {
background-color: #fff;
border: 1px solid #999999;
}
which would change all the inputs to that, or you could make classes and apply them to the appropriate tag like so:
Code:
.form {
background-color: #fff; /* I think this is an IE bug fix */
border: 1px solid #999999; /* #ccc and #eee are good too */
}
and in your form you just add class="form".
You can apply different attributes to the textfield and the submit button by adding classes and linking to them from within the tag.
I'm not sure you can have the "related links" text above the adsense as this may be a breach of their policy. Your META description is brief: "Science News Daily" for good SEO tips (which I have applied myself) check out
www.wordsinarow.com and look for SEO tutorial.
The rollovers are effective but im a little wary of the red and the bunched up nature of the links. I think if you formatted the CSS using an list "ul" and "li" then it would probably be a little easier to use. For good css navigation techniques take a look at
www.alistapart.com under CSS for ideas of navigation.
I visited the page "http://www.hawaiistreets.com/sciencenews/ScienceNews.php?catid=7&blogid=4" and there was no adsense on the left side. Also the title of the page does not reflect what page you are on. Seeing as I am in "Computers and Software" category you could put in your title tag (automated of course, using php) Science News Daily : Computers and Software.
On this page:
http://hawaiistreets.com/sciencenews/?itemid=28 you have 3 adsense codes...
You have added a footer! Good work perhaps you can add a
before copyright?
Where is the link back to the main page when you are looking at an article? The image at the top is a link - which is good. What about a link before "submit an article" or somewhere for people to go back.
Thank for the NB's
