• jetshack

    (@jetshack)


    I’ve got a couple of questions this morning. I posted this in how to and trouble shooting but although its being looked at noone’s making any comments… maybe this is a better place for it.
    the site in question is
    https://www.jetshack.com
    The first question – You’ll notice that I’ve created buttons for the links on the right column except for those under weblinks. The thing is, I created buttons for those also. They’re just not showing up. After I put the path in for them as … \images\sample.png… I then view then site the pictures don’t show up… So I go back to manage links check the path and it says… \\images\\sample.png. To make it even weirder, I completly deleted the category Web Links, which moves the links into the Default (JetShack Links) Category… and then the images do appear. But after recreating the Web Links Category and moving the links back, the pictures go away once again.
    My second question, I primarily work on my site when I’m at work where we use IE. I implemented a new template yesterday while at work. When I got home I noticed that the right and left columns were up in the header using firefox. I think I’ve fixed that but can’t be sure. Can someone check that out for me?
    Thanks
    Jacks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Don’t cross post, especially within such a short period of time.
    You’re using back slashes for the path to your images. Change it to forward slashes.
    In Firefox 1.0, it looks like the header image overlaps some of both menu columns.
    Change top padding of your right and left menus from 10px to 60px.
    Change #header:
    margin: 10px 0;
    padding: 10px 10px;

    To:
    margin: 5px 0 0 0;
    padding: 0 0 15px 0;

    It all looked fine after I tweaked it to this with the Web Developer extension.
    – Bryan

    Thread Starter jetshack

    (@jetshack)

    Thanks for the help… I’ve made the change. I’ll check it when I get home.
    As to the other problem, I feel like an idiot. I hadn’t turned on images in the new category through the category options section

    Some more things you might like to change…
    p, add:
    text-align: justify;
    #content, change:
    top: 105px;
    #menu and #left, change the top value of padding to 70px.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formatting Questions – images / firefox’ is closed to new replies.