PDA

View Full Version : How to create a link css for page and inline frame


SolidWing68
02-18-2003, 02:08 PM
Hi I want to create a css style sheet for my webpage, and also apply that css to my inline frame also, but I don't know how to do this or even create the css..If anyone can assists me, I would appreciate it and also I will put what I would like my links to be, and also..I would want to know if I can add a scrollbar css to the page and inline frame, thankyou..

Link style:

Active link : white (no text decoration)
Hover link : white (bold)

Scrollbar :

scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #B4B4B4;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #3D3D3D;
scrollbar-track-color: #B4B4B4;

ronaldb66
02-19-2003, 09:42 AM
W3Schools CSS tutorial (http://www.w3schools.com/css/default.asp)

thox
02-19-2003, 01:33 PM
inside your <style> tag use:

@import mystylesheet.css;

where mystylesheet.css is the name of the ASCII (plain text file) where you have saved your stylesheet data.

meow
02-19-2003, 05:01 PM
Just do as you usually do but apply the concerned CSS to the framed page, not the main page.

Quiet Storm
02-19-2003, 07:35 PM
The CSS will have to be called from the page that's sitting inside the iFRAME.

If the page in the iFRAME is not your own, there will be no way to assign CSS properties to it.

:)