navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

CCS and FP Includes pages

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> CCS and FP Includes pages
Page: [1]
 
x_789

 

Posts: 29
Joined: 7/31/2002
Status: offline

 
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

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
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

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to x_789)
x_789

 

Posts: 29
Joined: 7/31/2002
Status: offline

 
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

(in reply to jaybee)
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: CCS and FP Includes pages - 4/3/2005 7:32:22   
You're welcome.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to x_789)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> CCS and FP Includes pages
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts