Okay This will be my 3rd request for help. I hope someone actually responds this time. i was able to fix my last two problems by deconstructing my code but now this new issue doesn't seem to be helped by that. I marked up the design to make it easy to help.
My design seems to space differently depending on which browser I preview it in(Firefox and Safari).
I'd like the design to look like the firefox version. I can't figure out what in my code is creating that giant space to the right of the navigation bar in the Safari design. I've read over my code and modified it a million times and I can't get rid of that giant space and I don't know how to make it disappear. I want the navbar up against the edge of the wall, like in the firefox version.
Aside from fixing the problem, I'd like to know, whats creating it ? PLEASE HELP.
I noticed your footer has a fixed width, and yet your main content (and wrapper) is using em's. Is this intentional? Why don't you just make the entire site fixed width?
I noticed your footer has a fixed width, and yet your main content (and wrapper) is using em's. Is this intentional? Why don't you just make the entire site fixed width?
No. I'm just new to web design, I'm coming over from schooling in print.
My design seems to space differently depending on which browser I preview it in(Firefox and Safari).
In Firefoxit looks like this:
http://img.photobucket.com/albums/v26/csanders/Picture34.png
In Safari it looks like this:
http://img.photobucket.com/albums/v26/csanders/Picture33.png
SAFARI=BAD FF=GOOD
I'd like the design to look like the firefox version. I can't figure out what in my code is creating that giant space to the right of the navigation bar in the Safari design. I've read over my code and modified it a million times and I can't get rid of that giant space and I don't know how to make it disappear. I want the navbar up against the edge of the wall, like in the firefox version.
Aside from fixing the problem, I'd like to know, whats creating it ? PLEASE HELP.
Below is my code:
CSS
HTML
Dumb question, but whats a fixed width ? Do you mean resizing it in photoshop ?
Also I tried setting the logo to 100% but the gap to the right side still exists in Safari.
I mean instead of css being width=100%, try width=150px (or however wide your image is).
No. I'm just new to web design, I'm coming over from schooling in print.
So, instead of a width of 50em on your wrapper, try something like 900px.