On 12/7/05, David Laakso <[EMAIL PROTECTED]> wrote: > > Mindy wrote: > > >Hi > > > >I have an issue with IE 6 in this navigation, it's causing the first line > of > >text to indent and I can't sort out how to solve it. I know that if I set > >"text-indent" in the style sheet to "-23px" the problem is resolved in IE > 6, > >but it causes the text to be up against the left side of the page in > >Firefox, mozilla etc (that is there is no margin). So my question is, how > do > >I serve instructions to IE to indent the text and not to Firefox etc.? > > > >http://www.testing.blueaardvark.com/YMA/index.html > > > >styles: > >http://www.testing.blueaardvark.com/YMA/styles_b.css > > > >Thanks for your help. > > > >Mindy > > > > > My /guess fix/ has not been tested. Change this selector: > #active { ... } > to read: > #navlist li#active { ... } > aside: the content is kind of tiny at 1280 *and* up. > this is a /start/ to correct it: > body {font-size: /*small*/;} > Hugging the left viewport w/ a fixed width layout is a little tough on > ones sense of equilibrium(at least mine). > Regards,~dL
I'll give it a whirl. Just coding, design is out of my hands. I'll pass along your comments. Thanks for your help, David. Mindy ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
