November 4, 201213 yr Hello, everyone. I am kind of a noob in web design and in these forums, but i was hoping you could help me with something that made me bang my head against the wall for quite some time. I am creating a website and i am having problems with the navigation menu i made, only when viewed in IE9, no problems with chrome or firefox. The problem is that he last button in the menu hangs lower than the rest for no apparent reason. I watched a beginners video tutorial from video2brain.com and based my site on the sample page step by step. Funny thing is the tutorial page also displays the same issue! http://video2brain.net/chad/ This is a link to the index.html [snipped url as requested] Thank you in advance Edited November 5, 201213 yr by Wickham
November 4, 201213 yr If you don't already, you should be using Dropbox to store your work (sign up for the free 2Gb account). Once it's in your Dropbox, you can share a link to the file on the web and we can look at it there. Another option if you want people to be able to poke at your code is to recreate it in JSFiddle.
November 4, 201213 yr Author If you don't already, you should be using Dropbox to store your work (sign up for the free 2Gb account). Once it's in your Dropbox, you can share a link to the file on the web and we can look at it there. Another option if you want people to be able to poke at your code is to recreate it in JSFiddle. Well that did not cross my mid, thanks for the tip! I will be updating the original post with the dropbox link
November 4, 201213 yr try using a css reset as Its the padding on the ul that looks like its causing the problem add to ul in your css padding:0;
November 4, 201213 yr Author try using a css reset as Its the padding on the ul that looks like its causing the problem add to ul in your css padding:0; Thank you Sir! I tried adding padding:0 before, but it seems i was doing it in the wrong place...
Create an account or sign in to comment