Click to See Complete Forum and Search --> : CSS positioning for IE


DotComDG
04-01-2010, 02:44 PM
Could anyone tell me how to resolve the issue described below?

In Internet Explorer, the Google Search on the following page appears way off the page too the right.

http://www.axtell.com/_test_site/template2-possum.html

Also, in the above page, the div <div id="footer1"> appears to the right, whereas it's supposed to be centered at the bottom of the page like it is here:

http://www.axtell.com/_test_site/template2.html

Thanks a million!

skywalker2208
04-01-2010, 03:15 PM
Most likely because of the css below.


#cse {
left:600px;
position:relative;
width:400px;
}