I am working on coding a website I designed. Here is the link to the code so far: http://uprawr.com/design/ And here is the design so far: http://uprawr.com/upRAWR_design5.jpg I only have the top navigation done, but Im having problems with the right user login part of the button nav. On modern browsers it seems to be much farther to the left than it should be. That area should only be around 260 pixels. Could someone look at my code and my css and tell me what is wrong with this? Thanks!
Define "modern browsers". You should be coding for the modern browsers. Such as ie7, Firefox, Opera, and Chrome,j etc. In your code, the reason it is so far left is because you only have padding:10px; instead of more. Change that value and your good to go (at least in Firefox, which is what I use). ~eric