Omni you should see the advanced search (In the header) on IE7, it doesn't work well, its the length of the forum.
It's probably an easy fix. I use Internet Explorer (don't ask
) on a regular basis and i've grown used to it being the length of the forum.
Switch to Firefox its 10x better than IE7
(01-08-2010, 10:54 AM)zGod Wrote: [ -> ]Switch to Firefox its 10x better than IE7
I am currently using Firefox alongside Internet Explorer.
There really isn't any reason to keep using IE.
Ie7? Why are you still on IE7? Get IE8. Can you screenshot that btw?
(01-08-2010, 03:20 PM)Omniscient Wrote: [ -> ]Ie7? Why are you still on IE7? Get IE8. Can you screenshot that btw?
I am still using IE 7 for one reason and one reason only; I haven't bothered to update.
Here's a screenshot:
That's because that table for the field is put into a DIV, which has not defined width... Automatic 100% width....
This should solve the problem.... adding a width attribute.... on the DIV in the 54th line
Code:
<div id="header">
<div style="float:right;">
TO
<div id="header">
<div style="float:right;width:250px;">
I am at school, and i don't like Ie8 at home either
.