[Catalyst] CSS file how to?

gaurav001 gmpatel001 at yahoo.com
Fri May 9 16:27:22 BST 2008


Hello Gurus,
I am facing problem defining CSS file.
my view.fb file is 

name: Overview
method: post
stylesheet: 'http://localhost:3000/src/course/static.css',

and CSS file is like this::::::::::


.fb_menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#CCCC33;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.fb_submenu{
margin-bottom: 0.5em;
background-color:#FFCC66;
color:#000000;
width:140px;
padding:2px;
}

.fb_content{
position: absolute;
left: 200px;
top: 50px;
}

.fb_rightcontent{
position: absolute;
left: 775px;
top: 50px;
}

=====================================
I defined correctly in HTML file...it doesnt call my static.css file...how
can i ?

Plz help me
Thank you



-- 
View this message in context: http://www.nabble.com/CSS-file-how-to--tp17150479p17150479.html
Sent from the Catalyst Web Framework mailing list archive at Nabble.com.




More information about the Catalyst mailing list