Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-01-2002, 02:25 PM   PM User | #1
Guardian23
New Coder

 
Join Date: Jul 2002
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Guardian23 is an unknown quantity at this point
CSS Library Links

I have a slight problem with CSS links in HTML with my IE6 browser, it treats links to CSS libraries as if they weren't linked at all. I was wondering if someone could help me with this problem, because it doesn't seem to be a problem with the syntax in question, no errors were reported, and there isn't a problem with Styles defined within the page. Is it related to the browser or am I overlooking something?

Thanks,
Guardian23 is offline   Reply With Quote
Old 07-01-2002, 03:16 PM   PM User | #2
sage45
Super Moderator


 
Join Date: May 2002
Posts: 1,036
Thanks: 0
Thanked 11 Times in 11 Posts
sage45 is an unknown quantity at this point
Post either a link or some code and we can see if we can help you...

-sage-
__________________
HTML & CSS Forum Moderator

"If you don't know what you think you know, then what do you know."
R.I.P. Derrick Thomas #58
1/1/1967 - 2/8/2000
sage45 is offline   Reply With Quote
Old 07-02-2002, 05:29 AM   PM User | #3
Guardian23
New Coder

 
Join Date: Jul 2002
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Guardian23 is an unknown quantity at this point
code:
<HEAD>
//other stuff (title,etc.)
<LINK REL=STYLESHEET TYPE="text/css" HREF="stylesheetsname.css">
</HEAD>
//rest of page

I also tried the "@import url(stylesheetsname.css)" within the <style> tags, but that didn't work either.
Guardian23 is offline   Reply With Quote
Old 07-02-2002, 08:00 AM   PM User | #4
glenngv
Supreme Master coder!


 
glenngv's Avatar
 
Join Date: Jun 2002
Location: Los Angeles, CA Original Location: Philippines
Posts: 10,241
Thanks: 0
Thanked 112 Times in 111 Posts
glenngv will become famous soon enough
make sure the path to the css is correct.
can you post the content of the css?
__________________
Glenn
_____________________________________________
Play Tower of Hanoi Android app (Ad-FREE!)
Play Tower of Hanoi Android app (FREE!)
Go to Tower of Hanoi Leaderboard
Play Tower of Hanoi Facebook app
glenngv is offline   Reply With Quote
Old 07-02-2002, 11:49 AM   PM User | #5
Guardian23
New Coder

 
Join Date: Jul 2002
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Guardian23 is an unknown quantity at this point
I just figured it out, turns out that my class names in my HTML and CSS had been changed by me when saving the CSS, so IE didn't 'technically' have a problem,it just didn't match up.

Thanks anyway though!
Guardian23 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:02 PM.


Advertisement
Log in to turn off these ads.