Cole Kuryakin wrote:
Hello All -

...

First, go here with FF:
http://www.koisis.com/.clients/asdem/dev/index.php?cmd=004004

You'll notice in the UL a heading called "Getting Help". In that the single
LI that follows there's a little question-mark icon (which sit's in a span
tag). That's the way it should look.

Now, within the fieldset (pink box) there are two Legend items (green boxes)
with two other large question mark icons with "Personal Information" and
"Curriculum Vitae" next to each.

This is the way that should look also.


Now, head over to the same link with IE7.

What you'll see in IE 7 is that the little question-mark icon in the
"Getting Help" UL/LI has vanished, and the Legends within my fieldsets have
shifted to the right.

....

Can anyone please show me the error of my ways in regards to both of these
issues?

Great appreciation in advance!

Cole

Hello,

I haven't had time to check the image issue but the legends being shifted right is an IE oddity affecting versions 7 and below.

In your IE stylesheet you need to target the versions mentioned above so the following should work for you:

* html legend { margin-left: -7px; }  /* IE lte 6 */
*+html/*/*/ legend { margin-left: -7px; } /* IE 7 */

-Rob



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to