Viewing 5 replies - 16 through 20 (of 20 total)
  • mores

    (@mores)

    remember &nbsp needs a semicolon after it.  

    Thread Starter turbohog

    (@turbohog)

    Thanks Mores and Churchtemer. I got it to work…buut…the links are about 9 px below the images, and I’d rather them be around 4/5…like in Sonic World. (Yes, it is my site, I’m just upgrading to WordPress) Thanks.
    Edit: Also…see the affiliate section? How could I do that on wordpress?
    It didn’t work when I put the code into the sidepar.php. Thanks again!

    mores

    (@mores)

    I see you got it to work – just reduce the height and everythign bumps up ??

    You might want to add a “margin-bottom:10px;” or something to “sidebar ul” to get some spacing between the individual colors.

    Thread Starter turbohog

    (@turbohog)

    Ok I got that working too. ?? Any ideas about the affiliate section? Thanks

    mores

    (@mores)

    You mean with the mouse-over thingie? You forgot the necessary javascript.
    It should work like your old site … just put this

    <SCRIPT LANGUAGE="JAVASCRIPT">
    if (document.images) {
    image1 = new Image
    image2 = new Image
    image3 = new Image
    image4 = new Image
    image5 = new Image
    image6 = new Image
    image7 = new Image
    image8 = new Image
    
    image1.src = "https://www.sonicworld.net/site/images/blank.jpg"
    image2.src = "https://www.sonicworld.net/site/images/ee.jpg"
    image3.src = "https://www.sonicworld.net/site/images/tsw.gif"
    image4.src = "https://www.sonicworld.net/site/images/sd.gif"
    image5.src = "https://www.sonicworld.net/site/images/saa.png"
    image6.src = "https://www.sonicworld.net/site/images/tss.gif"
    image7.src = "https://www.sonicworld.net/site/images/sh.gif"
    image8.src = "https://www.sonicworld.net/site/images/sonicretro.png"
    
    }
    </SCRIPT>

    right above the affiliate section. Make sure to adapt the image paths to fit the new site structure.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Multiple Background Colors in Sidebar?’ is closed to new replies.