2 Attachment(s)
CSS Internet Explorer 6 issue
Can anyone tell me how to resolve an IE6 compatibility issue? I'm trying to right justify a "Google search" on the following page:
http://www.axtell.com/_test_site/ax.html
But IE6 shrinks the <div id="cse"> that holds the Google search so small, that there's no room for the search field anymore:
Attachment 13587
Here's how it is supposed to look:
Attachment 13588
FYI, here's the style sheet:
http://www.axtell.com/_test_site/css/axtellstyle.css
Can You Help Me Locate the TD
aPeg,
Thanks for your quick response. Can you help me locate the "containing" TD that you're referring to? Are you referring to this <div>?
#cse
{
position: relative;
padding: 0px 0px 0px 600px;
width:400px;
}
Thanks!
apeg: right align search bar?
apeg,
Again, thanks for the quick reply!
So I edited the code per your suggestion; however, now it's no longer "right-justified". I need the search to hug the right side of the page... Any suggestions?
http://www.axtell.com/_test_site/axtest.html
Thanks!