PDA

View Full Version : Apply CSS text button to Front Page Shared Borders


carva
09-23-2005, 02:29 PM
Hi,

I have just created a CSS which formats my navigation buttons within a page. Its very simple and the text and background change when hovered over and is in a table.

I now need to apply the table of navigation buttons to my whole site and want to place them in vertical Front Page shared borders. Is this possible?

Thanks in advance for any help

stickfigure
09-25-2005, 06:58 AM
Since Front Page saves each Shared border as a seperate page, you would just have to link the .css file to each shared border:

<link href="patch/to/yourfile.css" rel="stylesheet" type="text/css">

I've done it before and it worked quite nicely, but i prefer using the PHP Include function to do what you are doing... :D
Of course that would mean running your pages in PHP...

carva
09-26-2005, 10:23 AM
Thanks very much - that worked. I was actually unaware the '_borders' folder was hidden and didnt know there where seperate files for each of the shared borders - thank you.