Jump to content

how to get the (hidden) css file...


visitor

Recommended Posts

Hi,

 

I found this great site http://www.cssplay.co.uk/menu/complex_slides#nogo on the net. The css file is mentioned in here... <link rel="stylesheet" media="all" type="text/css" href="../css/default.css" />

 

So I tried the following... http://www.cssplay.co.uk/css/default.css

 

But still I can't retrieve the proper css file. Can anybody help me, please?

 

Thanks,

 

visitor

Link to comment
https://forums.phpfreaks.com/topic/180709-how-to-get-the-hidden-css-file/
Share on other sites

Hi salathe,

 

But why is the css place as follows... this suggests the code is placed in a separate css file, or am I wrong? I just want to understand it...

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>

 

<link rel="stylesheet" media="all" type="text/css" href="../css/default.css" />

 

<style type="text/css">

 

visitor

It's just below the lines you've pasted above:

<link rel="stylesheet" media="all" type="text/css" href="../css/default.css" />

<style type="text/css">
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/complex_slides.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
...
...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.