I have an external style sheet that holds all of my styles, sitewide. The menu that appears on every page is inserted via php include, and makes heavy use of the style sheet.
When I originally had the menu inside of the HTML doc (before I decided to use the include), I had the expected issues with Firefox and IE measuring widths/padding/etc differently, and had to make use of the "/width" fix.
Now that I am using an external menu, however, I had to drop the "/width" fix. I just found this to be the oddest thing, and was wondering if I should be expecting some major mess as I'm completing the site.
Cliffs:
- Had standard CSS width discrepancies between IE and Firefox.
- Used /width fix
- Calling up the menu via php include removes the need for the fix.
- ???
When I originally had the menu inside of the HTML doc (before I decided to use the include), I had the expected issues with Firefox and IE measuring widths/padding/etc differently, and had to make use of the "/width" fix.
Now that I am using an external menu, however, I had to drop the "/width" fix. I just found this to be the oddest thing, and was wondering if I should be expecting some major mess as I'm completing the site.
Cliffs:
- Had standard CSS width discrepancies between IE and Firefox.
- Used /width fix
- Calling up the menu via php include removes the need for the fix.
- ???
