New Zenner
- Join Date:
- Oct 2006
- Location:
- The Wrong Coast
- Posts:
- 22
- Plugin Contributions:
- 0
Category tabs positioning issue
I moved the category tabs div with a position: relative css tag. That has caused a couple of problems.
-
In IE7 and Forefox, the blank space before the EZpages links div is too large. The problem is much worse in IE than Firefox.
-
In Firefox, the main section has shifted about 3/4 of a page to the right.
Here's the poitioning css:```
:#navCatTabsWrapper {
margin: 0em;
position: relative;
top: -7.9em;
left: 216px;
width: 529px;
}
This is the offending URL: <http://platinumstandard.com/store>. *(I'm just getting started. Much design work is left.)*
Any suggestions?
Thanks,
Steve