I am currently developing http://www.stopsweats.org
The menu needs to be horizontal. I have tried using display:inline for the li , ul and even the div tag but in IE8 it does not seem to do anything.
Firefox and Chrome are being good to me as usual.
I have tried and tried but is there something I have missed out? Please advise.
Use
float:leftto save the time need to makedisplay:inlinework with IE.