My navbar doesn't line up in IE... how can I fix this without using Javascript...
http://opentech.durhamcollege.ca/~intn2201/brittains/labs/index2.php
Also it has to be able to work on all resolutions.
And it has to validate in strict.
|
My navbar doesn't line up in IE... how can I fix this without using Javascript... http://opentech.durhamcollege.ca/~intn2201/brittains/labs/index2.php Also it has to be able to work on all resolutions. And it has to validate in strict. |
|||||||||||
|
|
You don't need to put absolute position to every single button, just |
|||
|
|
|
Put all the buttons inside a div, instead of using position relative on each button. Then each button should be next to each other. |
|||
|
Put all the buttons inside one div. You have:
Remove the nested divs. And also you're missing a closing div after your last form close.
|
|||
|
|