- This topic is empty.
-
AuthorPosts
-
March 20, 2012 at 9:09 am #99503
charisma
MemberOk. 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:
March 21, 2012 at 11:35 pm #99672charisma
MemberOn 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.
March 22, 2012 at 9:17 am #99690charisma
MemberEverything is where I want it to be. Thanks so much.
March 23, 2012 at 5:08 pm #99807charisma
MemberHey 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.
March 24, 2012 at 1:51 pm #99852charisma
MemberWell 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.
March 25, 2012 at 8:56 am #99905charisma
MemberThis is the only Javascript i have in my program.
March 25, 2012 at 3:33 pm #99915charisma
MemberI 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.
March 29, 2012 at 12:46 pm #100198charisma
MemberHave 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?
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.
