Two questions:

Re combining multiple stylesheets--

Can someone provide me with the exact syntax for linking multiple  
stylesheets so they can be linked in an html head with a single link  
call.  What I want to do is to have one link in the head of my html  
document that links to a number of stylesheets or to one stylesheet  
that is somehow linked to a number of other stylesheets.

I need both the syntax for linking the stylesheets to a single  
stylesheet and the syntax that needs to be in the html head.

I've found references that say that this can be done using @import  
within a stylesheet linking it to others or link tags within a  
stylesheet with a common title attribute but I can't figure out the  
correct syntax at each end for doing this.

Re padding --

Why do the dimensions of a div get bigger when I change the padding  
in the div?  I thought padding simply indented content from the outer  
dimension of a div.  Is there any way to create "padding" in a div  
and keeping the outer dimensions of the div the same without  
decreasing the size of the div by the amount of the padding?

Here is the style where the padding is causing the size of the div to  
expand:

.titleDiv {
        position:relative;
        float: left;
        width: 451px;
        height:87px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        padding: 12px;
        background-color: #FF00FF;
        }

Thanks,

--Kenoli



Kenoli Oleari
1801 Fairview Street
Berkeley, CA  94703
Neighborhood Assemblies Network
510-601-8217, [EMAIL PROTECTED]
http://www.sfnan.org, http://www.horizonsofchange.com








Kenoli Oleari
1801 Fairview Street
Berkeley, CA  94703
Neighborhood Assemblies Network
510-601-8217, [EMAIL PROTECTED]
http://www.sfnan.org, http://www.horizonsofchange.com




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to