I don't see any kind of CSS reset, that does affect how elemnts are displayed one browser to the next. lots of ways to do it, simplest is "* {margin: 0; padding: 0;}" or use something like the Eric Meyer reset http://meyerweb.com/eric/tools/css/reset/
I seem to have fixed the problem with the colum dropping down, this was due to a width set in the flash element on the twitter widget. Changed it and it now looks ok. The only problem I am having now that I can't understand is that my social icons are not in the correct possition and my home page is not centred. This is strange as all of the other pages on the site are actually displaying fine and they all use the same stylesheet.
This site is: http://hiphopkaraokeessex.com/
Page loads fine in all browsers except IE (all versions) I am unsure why, if someone could take a look and help me out I'd greatly appreciate it.
Many Thanks. :)
to the next. lots of ways to do it, simplest is "* {margin: 0; padding: 0;}" or use something like
the Eric Meyer reset http://meyerweb.com/eric/tools/css/reset/
Al