Thanks for looking
the ul is used by the twitter script
The span on line 8 was not on its own
I have added <a ...> to the images and closed the head and added doctype
Then the big image was too big so I made it 95% wide, now the content2 box is shorter than the content1 for some weird reason (or the content of content1 is pushing its box down...
It seems better - how do I stop the content2 from flipping under content1 when resized?
Main Topics
Browse All Topics





by: s8webPosted on 2009-11-05 at 07:56:01ID: 25750789
Greetings Michel,
l1/DTD/xht ml1-transi tional.dtd ">
l>) did you mean to do that?
The first thing that you need to do is give your document a DocType, the absence of one will cause your page(s) to display differently across browsers. Add this to your page above <html>:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtm
Then close your <head> tag by adding </head> after the line <link rel="stylesheet" type="text/css" href="main.css" />
On line 8, you have an extra </span> tag, delete it.
You have an empty ul trimming on line 23 (<ul id="twitter_update_list"></u
You have an extra </span> tag on line 30. Remove that.
Lines 33-37 have closing </a> tags that aren't closing anything. Did you intend for these images to link to something? If not, get rid of the </a> tags.
If you do anymore css troubleshooting without fixing these items, you will find that if you fix something for one browser, it will break it in another.