Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 83

Thread: i think this is CSS if its possible lol

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

    Default

    What's messed up about it? It looks like it worked.
    Jeremy | jfein.net

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

    Default

    Give the first stylesheet a title as well, if you don't they will merge. They also merge if they have the same title.

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

    Default

    this is what i see: http://www.modernrevolutions.net/bah.png

    do you guys see something different?

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

    Default

    Yes, replace:
    Code:
    <link rel="stylesheet" type="text/css" href="http://modernrevolutions.net/layout/style.css">
    With:
    Code:
    <link rel="stylesheet" type="text/css" href="http://modernrevolutions.net/layout/style.css" title="Default">
    And:
    Code:
    <a onclick="setActiveStyleSheet('Hathaway'); return false;" href="http://www.modernrevolutions.net/">Anne Hathaway</a>
    With:
    Code:
    <a onclick="setActiveStyleSheet('Default'); return false;" href="#">Default</a>
    @IllustriousLyts
    Yes, that is what I see.
    Jeremy | jfein.net

  5. #45
    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 should have:
    Code:
    <link rel="stylesheet" type="text/css" title="Defaut" href="http://modernrevolutions.net/layout/style.css">
    </link>
    <link rel="alternate stylesheet" type="text/css" title="Hathaway" href="http://modernrevolutions.net/layout/style2.css"/>
    Change default to whatever you want to name your first style.

    Edit: Nile, we're really thinking alike huh?

  6. #46
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    Ok I did both of those. and its still merged all freaky like :/ Is this hard or am i really dumb for a 17 year old??? :'(

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

    Default

    Actually, neither. The image that's corrupt in the second style, isn't int he style sheet.

    @Snookerman:
    In the other thread to about the two level menus. Lol!
    Jeremy | jfein.net

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

    Default

    there is a corrupt image in the other stlyesheet? the only image in the second stylesheet is http://www.modernrevolutions.net/web...athawaybar.png

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

    Default

    No, the image that shows up blue in the wrong style sheet isn't included IN the alternative, so it will not change. Which image do you want that to be replaced with?
    Jeremy | jfein.net

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

    Default

    i wanted to replace it with: http://www.modernrevolutions.net/web...t/hathaway.png to fit the other stylesheet.

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
  •