CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 5th, 2001, 04:20 PM
mstembri mstembri is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Norcross, GA
Posts: 458 mstembri User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Is it possible to integrate php in a css page... Er, does a CSS page have to have .css as the extension?

Reply With Quote
  #2  
Old January 5th, 2001, 05:17 PM
rod k rod k is offline
Apprentice Deity
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237 rod k User rank is Private First Class (20 - 50 Reputation Level)rod k User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 m 8 sec
Reputation Power: 17
Send a message via AIM to rod k
I'm not sure if any browsers would choke if you used a .php extension for a css file declaration or not. Give it a shot.

If all else fails, just use an addtype directive to have PHP parse the css files.

Of course, if you have a lot of css files and they don't all need to have PHP involved, then you'd be adding extra overhead where it isn't needed....

Reply With Quote
  #3  
Old January 5th, 2001, 07:59 PM
newmediaarts newmediaarts is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 1999
Location: Olympia, WA, USA
Posts: 13 newmediaarts User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to newmediaarts
Your could put the .css files that need PHP parsing into a specific directory and then declare the addtype in a .htaccess file in that particular folder avoiding the problem that Rod K notes.

------------------
Luke Bowerman
new media arts
www.newmediaarts.org

[This message has been edited by newmediaarts (edited January 05, 2001).]

Reply With Quote
  #4  
Old January 5th, 2001, 08:02 PM
TSRealm TSRealm is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2000
Location: Randolph, NJ
Posts: 36 TSRealm User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 14
Send a message via ICQ to TSRealm
It works fine. I have CSS on .php files at tsrealm.com and it seems to work fine.

------------------
================
-Khill, www.tsrealm.com

Reply With Quote
  #5  
Old January 5th, 2001, 08:57 PM
philip
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Just make your CSS an include. Using :
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>
<STYLE TYPE="text/css">
[/code]
is preferred over linking like :
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>
LINK REL="stylesheet" HREF="http://www.example.com/my.css" TYPE="text/css">
[/code]
as some browsers (albeit old ones) do not enjoy the latter. So including the CSS works very well imho. Also, consider reading this article :
http://phpbuilder.com/columns/tim20000821.php3

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > PHP & CSS

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap