Zen Follower
- Join Date:
- Apr 2006
- Location:
- Chiang Mai
- Posts:
- 203
- Plugin Contributions:
- 0
element.style mystery css
of course it is another 'looks fine in Firefox but messed up in InternetExploded'.... I know this might be tough to answer without a URL (localhost) but I thought maybe someone has experience with this...
I've got the cross sell mod working but when I inserted
.centerBoxContentsCrossSell {
padding-left: 1em;
it pushed what I think is the contents to the right - pushing into the right column - while the header stayed put.
FIREBUG* tells me that
centerBoxContentsCrossSell centeredContent back style=width: 100%;
and that
element.style {
width:100%;
but it doesn't tell me where this is coming from - it doesn't have a stylesheet.CSS line reference for that 100% -
I've searched almost everyconceivable stylesheet and related php file looking for '100%' - the only thing I can find set like that is mainWrapper.
Link to jpg showing FIREBUG and partial screenshot:
http://www.wasanajones.com/boxcontentspushed.jpg
any ideas?
THANKS :blink:
PS: anyone not using FIREBUG should rush out and download it -- incredibly useful in figuring out not only the div/class/css mysteries of the universe - but also to ID what is affecting what you see --- hugely useful.