hi i am building a ajax application that would show funny videos
when i was making the main list were all my flash videos would show
well i made it so i have an external php file would retreive the list of videos and import it into a div
see i have used css to format my list of data in the php so when the main ajax load the list would be in the right format as i want it to
when i went to test to see if my data would load in the right format
first i tested it in firefox it worked perfectly as i setted it up
but when i tested my script in internet explorer 7 the format was way off
the question is that i do not know why the format was way off in internet explorer7 but it worked perfectly in firefox
what i think is that the css in internet explorer did not load and in firefox it did so if it is the css how do i make it load
here are the url to the php page with the list
http://www.licut.com/movie/list.php
and here it the ajax application that load this list in
http://www.licut.com/movie/index.html
look that the php page first to see what it is suppose to look like and then try looking at the ajax application in firefox and then internet explore if you are experienced in coding you would understand what i mean
please help me and thank you in advance
michael roberts