Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Click button to access css file

  • This topic is empty.
Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #99503
    charisma
    Member

    Ok. I removed the other two css files all together, and it looks great. The only thing is. My links do not have the same colors as the old site has. On the black background style. Plus the background is a more gray then a black.

    Here’s the old site:

    http://www.aacwinnipeg.mb.ca/inv/inv.html

    and here’s mine:

    http://www.cjwebconsulting.com/new/index.html

    #99672
    charisma
    Member

    On my second page style. I have white text on black background. Some of the links are orange and I want them to be like the others, a kind of yellow. How can I change this? Went through the css file and from what i see it is the right color.

    http://www.cjwebconsulting.com/new/index.html

    #99690
    charisma
    Member

    Everything is where I want it to be. Thanks so much.

    #99807
    charisma
    Member

    Hey there Homimpa.I’m trying to get the page to default pack to first contrast. But it only happens when I quit the browser and not just close it. I think it’s a setting in the code.

    #99852
    charisma
    Member

    Well when you go to the site and if you click on the second or third page style on the left hand side., and then you close your browser. Then reopen it. it will still be on the same contrast page you lats visited. But if you completely shut down your browser and open again it will default back to the first page style. I would like it to default as soon as you close your browser.

    #99905
    charisma
    Member

    This is the only Javascript i have in my program.

    #99915
    charisma
    Member

    I solved it Hompimpa.

    The old code:

    else var expires = “”;
    document.cookie = name + “=” + value + expires + “; path=/”;

    The new code:

    else var expires = “0”;
    document.cookie = name + “=” + value + expires + “; path=/”;

    Thanks very much for all your help.

    #100198
    charisma
    Member

    Have a question for you Hompimpa, I want to take this site one step further, I would like to put the page into a table, to tighten things up, and center things. Is this a big process?

Viewing 8 posts - 16 through 23 (of 23 total)
  • The forum ‘CSS’ is closed to new topics and replies.