I haven't been on Devbest in awhile but I'm going to try to be more active now that I'm looking to further my programming/coding skills. When I first looked into coding I started on CodeAcademy and learned quite a bit but I eventually got bored with it. CodeAcademy showed me the basics of web...
1st Question. How can I put icons on my navigator bar and make them appear at the end so it looks good?
2nd Question. How can I have an image appear behind my navigator bar?
3rd. How can I have it so when you hover over a certain thing on my navigation bar a drop down selection appears?
My...
Okay so earlier you guys helped me with making it so my navigator bar didn't fall down when the browser was half-screen. Now I need help with making both my navigator bar, and footer to go from end to end. Notice how my navigator bar is in the middle, and my footer is spaced at the front, and...
https://42b9c6d53221eeffec6f6f59d0a6075617abc4e2.googledrive.com/host/0B_4NG1EnO104dlBMT3V6b3ZVREU/
how can i make it so my footer so it goes form side to side.
idk how i managed to do it with my navigator bar.
Okay so basically my website appears fine for me: https://42b9c6d53221eeffec6f6f59d0a6075617abc4e2.googledrive.com/host/0B_4NG1EnO104dlBMT3V6b3ZVREU/
But apparently when other people visit it the website has duplicated images, and things aren't in the right place. Magic attempted to help me...
I did what you said here's my code:
<!DOCTYPE html>
<html>
<head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: left;
}
a:link, a:visited {
display: block;
width: 300px;
font-weight: bold;
color: #FFFFFF...
Pre-Problem: http://gyazo.com/916ed88104a05db5cfba715f2f90a6f3
After Problem: http://gyazo.com/87efbae8137b3596ab88585047e7574b ~ How can I prevent this from occurring when the tab is minimized?