CCS and FP Includes pages (Full Version)

All Forums >> [Web Development] >> Cascading Style Sheets



Message


x_789 -> CCS and FP Includes pages (4/2/2005 13:27:17)

Hello all,
I am atempting to use a includes page that contains some CSS. The problem is that I insert the CSS page into a cell on the pages I want it on and it will not conform to the cells location it just moves itself to the side of the cell.. Example www.theraponuniversity.com the navigation is all the way to the left is should be in the center left cell of the table. Anyone have any help on this? Also does anyone have a link to a simple css rollover link that DOES NOT use images. One that shows a rollover color and shows the active link in a diffrent color. I am using a really hacked up css file that I saw on another site and that could possibly be my issue with the placement. I don't know either way all I can find is the uberlinks and ones iwth images and i do not want to use an image just change colors and show active in a diffrent color.. Thanks.. Blake




jaybee -> RE: CCS and FP Includes pages (4/2/2005 16:02:57)

http://css.maxdesign.com.au/listamatic/index.htm

Your menu is where it is because you've told it to be.

The css says

#navigation {
position: absolute;
left: 0;
height: 100%;
width: 160px;

Translation:

Position this absolutely (ie fix it exactly where I say regardless of the rest of the page.
Zero pixels from the left
Make it 100% of the height of the parent (ie whatever you've stuck it in)
Make it 160pixels wide




x_789 -> RE: CCS and FP Includes pages (4/2/2005 17:51:14)

OH THANK YOU THANK YOU THANK YOU.. I am not a coder at all and I have to limp my way trough front page. You made my day by answering that.. Blake




jaybee -> RE: CCS and FP Includes pages (4/3/2005 7:32:22)

You're welcome.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.046875