/    Sign up×
Community /Pin to ProfileBookmark

Am I Wasting my Time?

[SIZE=”4″]
I’mve been practicing CSS for same time and I’m still facing this problem!
[/SIZE]

I did an (*.css) file and linked it on a HTML page and wrote the following code :

[code=html]
<head>
<!– Links and Connections –>
<!– Style Sheet(s) –!>
<link rel=”stylesheet” href=”file:///C:/Documents and Settings/user/My Stuff/Self Taught Programmer/CSS/Style Sheets/Navy Dark.css”>

</head>
[/code]

Some of the code works, however, the cursor and background don’t show up! 😑 !

I don’t think there’s a problem in the code cuz in the program I’m using it’s works in the “Preview” mode but doesn’t work with my IE7 and FF!

[code=html]
<style type=”text/css”>
<!–[if IE]>
/* Overall Formatting */
body [lang=”en”]
{background-color:#000000 ; background-image:url(‘Background.jpg’) ; background-repeat:repeat ; background-attachment:fixed ;
cursor:Help ;

/* Scrollbar Formatting */
scrollbar-arrow-color : #FFFFFF ;
scrollbar-3dlight-color : #0000FF ;
scrollbar-highlight-color : #00FF00 ;
scrollbar-face-color : #FF0000 ;
scrollbar-shadow-color : #FFFF00 ;
scrollbar-darkshadow-color : #C0C0C0 ;
scrollbar-track-color : #C0C0C0 ;

/* Text Formatting */
color:#FFFF00 ; direction:ltr ; margin-left:5% ; margin-right:2% ; font-size:18px ; font-family:”Comic Sans MS” ;
}
</style>
[/code]

to post a comment
CSS

6 Comments(s) ↴

Copy linkTweet thisAlerts:
@WebJoelJul 07.2007 β€”Β Navy Dark.css[/QUOTE]

Invalid file-name. You cannot have 'white-space' in a filename and expect it to work.

Try "NavyDark.css" or "Navy-Dark.css" or "Navy_Dark.css".

The only non-alphabeic characters permitted in a filename is the " - " and the " _ ".

Numerals are okay, -but cannot begin a filename. ?
Copy linkTweet thisAlerts:
@____MaNiC_MoE____authorJul 07.2007 β€”Β aha, vv.great tip!

But it's still the same problem, lol

Could it be in my CSS code?
Copy linkTweet thisAlerts:
@otuatailJul 07.2007 β€”Β If the style sheet is in the same folder as the html then a simple

<link rel="stylesheet" href=" NavyDark.css type="text/css">

Desmond
Copy linkTweet thisAlerts:
@ray326Jul 07.2007 β€”Β <link rel="stylesheet" href=" NavyDark.css type="text/css">[/QUOTE]Odd number of quotes.
Copy linkTweet thisAlerts:
@____MaNiC_MoE____authorJul 07.2007 β€”Β wtv, it's in a different file!
Copy linkTweet thisAlerts:
@WebJoelJul 07.2007 β€”Β "PBKAC" ([I]problem between keyboard and chair[/I]) ?
Γ—

Success!

Help @____MaNiC_MoE____ spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 β€” BETA 5.7,
whats_new: community page,
up_next: more Davinciβ€’003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinciβ€’003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...