[thelist] CSS help

Michael Robertson mike at mikeemedia.com
Fri Feb 21 13:31:04 CST 2003


This is one that won't show up unless i put it inline

.submitButtons{
 position:absolute;
 left:391px;
 top:326px;
 z-index:70;
}


if i nest that div inside a div with this rule it shows up also.

#logOnBox{
position: absolute;
left:365px;
top:80px;
color:white;
width:250px;
border: 1px white solid;
padding:8px;
z-index:60
}

Another question: is it better to have a single .css file in a site with 500
rules or 10 files with 50 rules?

////////////////////////////////////////////////////////////////////////////
//////////////////////////////////


>
> --- Michael Robertson <mike at mikeemedia.com> wrote:
>
> > I'm doing some compatability testing in IE4. I have an external
> > .css file linked to a page. Several css rules are working except
> > for one class that will not work unless i put the rule inline like
> > <div style="......"> as opposed to <div class="...">. it also works
> > if i nest the div inside another one on the page. Any suggestions?
>
> Suggestion #1: Post the rule that doesn't work and a code snippet.
> Mind reading get really hard over email!
>
> Tom
>
> =====
> >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> http://www.pixelmech.com/
> var me = tom.pixelmech.webDeveloper();
>
> http://www.maccaws.com/
> [Making A Commercial Case for Adopting Web Standards]
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
> --
> * * 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 !
>
>





More information about the thelist mailing list