2 replies [Last post]
Stackout
Stackout's picture
Offline
newbie
Denver, CO
Last seen: 10 years 10 weeks ago
Denver, CO
Timezone: GMT-6
Joined: 2013-03-16
Posts: 2
Points: 3

Good afternoon ladies and gents,

I have spent the last several days trying to implement my user login system with a drop down Jquery box; however, every time I add something new to the site, the navigation bar gets messed up, the background changes color, and all the text and DIVS are not aligning properly.

My website can be found here. Can someone look through my CSS and give me advise on how to clean it up, and how to fix the template issues?

Respectfully Submitted,
Ryan

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 2 weeks 5 days ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

Hi Stackout, Your using a

Hi Stackout,
Your using a transitional doctype and making up html tags.
Change the doctype to <!DOCTYPE html> and validate
That should help clear up most things, then we can look at any specific issues.

Stackout
Stackout's picture
Offline
newbie
Denver, CO
Last seen: 10 years 10 weeks ago
Denver, CO
Timezone: GMT-6
Joined: 2013-03-16
Posts: 2
Points: 3

Thank you, I'll check that

Thank you, I'll check that out. See what I can do next to try and solve this mess of problems. Really appreciated!