� wrote:
Rob O'Rourke wrote:
I had the last letter of some floated form elements appearing on the
next line. I've managed to get rid of the letter itself with
position: relative; on the form input but there's still a 'phantom
line' in IE adding a load of 'padding' to the bottom of the label or
fieldset.
http://www.sanchothefat.com/dev/phantom-line.html
Have you tried adding...
* html option {display: none;}
...?
That addition improves things in my IE6 (on win2K).
regards
Georg
Nope, I would never have considered that option! (no pun intended) very
bizarre behaviour... but then again it's IE6. Thanks a million Georg.
I found the PIE page i was looking for [1], it was the duplicate
characters bug however none of the triggers mentioned on that page were
present... as far as i could work out anyway. At least the fix mentioned
on the page works, along with overflow: hidden;
* html option { display: none; }
* html label.del-post-code { margin-right: -3px; overflow: hidden; }
* html label.business-type { margin-right: -3px; overflow: hidden; }
This seems to have done the trick but I still can't work out why the
initial page rendering is off sometimes. At least it doesn't appear out
of line in the layout its currently starring in so that's something.
Thanks again Georg,
Rob O
[1] http://www.positioniseverything.net/explorer/dup-characters.html
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************