PAGES

SITE UPDATE-17

CLICK HERE to go back to the past changes "2013 MONTHS" menu.
V.17- This was a big one. I keep a list of things that I do...and it's long. At least, it looks long to me. More than the usual small updates that have been happening lately. Here's what I did:
  • Re-fined the inner code of the Hover Warnings.
    • If you didn't know, the Hover Warnings are the red float text that is at the top of the Main Site when you scroll past them.
    • I re-worked the codes inside it.
      • I tested them on my blog once. Just to see what I could so with them. And it worked...but the title of the blog at the top of the page floated with the text. Because the code was set to <header>, anything with <header> floated...like the title.
        • Well, I went through the code and named all the <header>'s <header111>. And now, there's no conflict. PERFECT!
      • Next, I moved the .JS codes where the HTML codes are.