[thelist] CSS / IE question
erniegerdie at fastmail.fm
erniegerdie at fastmail.fm
Tue Mar 23 16:05:40 CST 2004
Soz, just got back to my machine.
If you haven't already seen it, the problem is that you don't have a
closing bracket on this section of your styles
h1, h2, h3, h4, h5, h6 {
font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, sans-serif;
font-weight: normal;
color: #006;
margin-top: 1px;
margin-bottom: 1px;
letter-spacing: 1px;
background-color: transparent;
text-align: left;
<<<---missing closing curly here
remember to check your syntax ;-)
Mike.
On Tue, 23 Mar 2004 13:04:57 -0800, "David Siedband" <david at calteg.org>
said:
> cool. Thanks for the help in condensing these styles.
>
> I just tested on a windows machine running IE 6.0/Win98 and the borders
> and background colors don't render...
>
> Here's the URL of the page
> http://www.watershedportals.org/san_joaquin/DOTMDL/
>
> thanks
>
> --
> Dave
>
>
>
>
>
> On Mar 23, 2004, at 11:54 AM, erniegerdie at fastmail.fm wrote:
>
> > As you didn't post what exactly was wrong or on which version of IE
> > your
> > using, I'm not sure whats not rendering properly.
> >
> > Anyhow for starters I would suggest stripping down your css, look at
> > the
> > code below:
> >
> > .tab1, .tab2, .content2, .content1 { background: #eee; border: 1px
> > solid
> > #006; }
> > .tab1 { background: #ccc; font-weight: bold; }
> > .tab2 { font-weight: bold; }
> > .content1 { border-top-width: 0px; }
> > .content2 { background: #fff; border-style: dotted; border-top-width:
> > 0px; }
> >
> > Notice its possible to use shorthand to define you border. Same goes
> > for
> > "padding" and "margin"
> >
> > Mike.
> >
> > On Tue, 23 Mar 2004 11:35:09 -0800, "David Siedband" <david at calteg.org>
> > said:
> >> I have some styles that seem to not render as intended on some
> >> versions
> >> of IE/win.
> >>
> >> Any ideas on what's happening here and what I might do to correct
> >> this?
> >>
> >> thx
> >> --
> >> David
> >>
> >>
> >>
> >> .tab1 {
> >> background: #ccc;
> >> border: #006;
> >> border-style: solid;
> >> border-top-width: 1px;
> >> border-right-width: 1px;
> >> border-bottom-width: 1px;
> >> border-left-width: 1px;
> >> font-weight: bold;
> >> }
> >>
> >> .content1 {
> >> background: #eee;
> >> border: #006;
> >> border-style: solid;
> >> border-top-width: 0;
> >> border-right-width: 1px;
> >> border-bottom-width: 1px;
> >> border-left-width: 1px;
> >> }
> >>
> >> .tab2 {
> >> background: #eee;
> >> border: #006;
> >> border-style: solid;
> >> border-top-width: 1px;
> >> border-right-width: 1px;
> >> border-bottom-width: 1px;
> >> border-left-width: 1px;
> >> font-weight: bold;
> >> }
> >>
> >> .content2 {
> >> background: #fff;
> >> border: #006;
> >> border-style: dotted;
> >> border-top-width: 0;
> >> border-right-width: 1px;
> >> border-bottom-width: 1px;
> >> border-left-width: 1px;
> >> }
> >>
> >> --
> >> * * Please support the community that supports you. * *
> >> http://evolt.org/help_support_evolt/
> >>
> >> For unsubscribe and other options, including the Tip Harvester
> >> and archives of thelist go to: http://lists.evolt.org
> >> Workers of the Web, evolt !
> >
> > --
> > http://www.fastmail.fm - Access all of your messages and folders
> > wherever you are
> > --
> > * * Please support the community that supports you. * *
> > http://evolt.org/help_support_evolt/
> >
> > For unsubscribe and other options, including the Tip Harvester
> > and archives of thelist go to: http://lists.evolt.org
> > Workers of the Web, evolt !
> >
>
> --
> * * Please support the community that supports you. * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
--
http://www.fastmail.fm - Access all of your messages and folders
wherever you are
More information about the thelist
mailing list