Forum Moderators: not2easy

Message Too Old, No Replies

CSS and Server Side Includes

         

Matrixster

10:37 pm on Aug 4, 2005 (gmt 0)

10+ Year Member



I am using SSI for my top nav bar on my site. Where should the css formatting for this nav bar go?

1) In the file that just contains my nav bar info?
or
2) In the html file that will include that nav bar as well as the rest of the page html?

Thanks

jatar_k

10:40 pm on Aug 4, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



whether they are included or not the style info can go in your style sheet that is included normally

the included files are pieced together before they are sent to the browser and will arrive at the browser in one full chunk, then the browser will apply the styles at that point.

Are you having problems or just wondering?

Matrixster

11:03 pm on Aug 4, 2005 (gmt 0)

10+ Year Member



just wondering, Thanks!