Results 1 to 17 of 17

Thread: Attaching style sheets - which way? [resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090

    Attaching style sheets - which way? [resolved]

    I use:
    <link href='orange.css' rel="stylesheet" type='text/css' title='default' />

    But I know you can also use:
    @import url (orange.css);

    Now, I would like to go over using the second way, but I have JS on my page which stores in cookies which style sheet the user has activated and displays the correct one. How can I do this with the new way of importing style sheets?

    It's the title bit that the script reads, so that's what I need to keep. If it's very tricky, I'll use PHP instead, and use its cookies instead.
    Last edited by Acidic; May 1st, 2004 at 06:03 PM.
    Have I helped you? Please Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width