Page 4 of 9 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 83

Thread: i think this is CSS if its possible lol

  1. #31
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    @Snookerman: I took care of that.
    Jeremy | jfein.net

  2. #32
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    damn, no more bathroom breaks for me..

  3. #33
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    Ok this time im making a check list.

    1. Remove code from style.css (done)
    2. add title to alternative link code. (done)


    and still nothing.... do i have to edit the styleswitcher.js in any way shape form or idea? because i haven't touched it

  4. #34
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Make sure you link looks like this:
    Code:
    <a onclick="setActiveStyleSheet('Hathaway'); return false;" href="#">Anne Hathaway</a>

  5. #35
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    yup thats exactly what it looks like.

  6. #36
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    This is what you have:
    Code:
    <link href="http://modernrevolutions.net/layout/style2.css" title="Hathaway" type="alternative" rel="stylesheet">
    This is what you should have:
    Code:
    <link href="http://modernrevolutions.net/layout/style2.css" title="Hathaway" type="text/css" rel="alternative">

  7. #37
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Yup. My fault again. Also, Snookerman I think it should be:
    Code:
    <link href="http://modernrevolutions.net/layout/style2.css" title="Hathaway" type="text/css" rel="alternative stylesheet">
    Jeremy | jfein.net

  8. #38
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    when i tried both they kinda merged the 2 stylesheets :/

  9. #39
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Actually we're both wrong, it should be rel="alternate stylesheet" so:

    <link href="http://modernrevolutions.net/layout/style2.css" title="Hathaway" type="text/css" rel="alternate stylesheet">

  10. #40
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    it merged it again >.< ill leave it messed up so you can see what it did

Tags for this Thread

Bookmarks

Posting Permissions

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