 pnkmunky
join:2002-06-14 Ringwood, NJ
2 edits | trouble with IE 6+7 and FF layoutwww.lavabarrestaurant.com
Ok so the above link is the live version of the site that I have up right now. Everything is pretty much good with it except for the fact that in IE, the content area div is being shifted down below the navigation bar on the left. This is the closest I've gotten to getting the site to be cross browser compatible. In the CSS code you will notice I only have the navigation bar floated left, the content area to the right of it is not floated, it is positioned with margins next to the navigation bar. Now....
www.lavabarrestaurant.com/test
This is the site where I'm testing out new HTML/CSS code in order to get the site to look the same across all browsers (mainly IE is the one giving me trouble, as usual). Here I'm floating both the navigation bar and the content area. Problem is I'm running into new issues now that were not present before I floated the content area. I basically would like if someone could take a look at my code and help me figure out what I'm doing wrong or what I'm not doing so that my website will look the same across all browsers (mainly IE, Firefox, Safari, Opera).
CSS code for lavabarrestaurant.com
CSS code for lavabarrestaurant.com/test
|