Re: Drastic css layout change in product listing please help!
There are a number of CSS properties that IE6 doesn't know how to handle, and a lot of bugs that show up in specific circumstances. Most of those have known fixes or workarounds, but sometimes they are tricky to fix.
If margin-top doesn't fix the <p> spacing, try margin-bottom.
Re: Drastic css layout change in product listing please help!
Ok will try
I really need to fix what is going on with IE explorer in the product description page
Can you help me ? because it is looking horrible
the quantity box it is far to the right from the add to cart button
and the product details also are far to the right, really messy :yuck:
maybe a conflict of some sort?
http://nomo.cl/index.php?main_page=p...&products_id=3
hope you can help me with this one :(
Re: Drastic css layout change in product listing please help!
margin-bottom did the trick
I have been unable to fix the IE problem I think is a conflict between rules I get rid of some that where repeating it selfs in some parts but nothing happen, donīt know if there are others cosing the problem
any ideas ?
thank you
Re: Drastic css layout change in product listing please help!
Hello
can somebody help me with this Internet explorer problem please
nomo.cl
I am lost
thank you
Re: Drastic css layout change in product listing please help!
anybody please :cry::cry:
Re: Drastic css layout change in product listing please help!
This is just a guess, but in your stylesheet find
#productDetailsList {margin-left: 140px; padding-left: 1.2em;}
and after it add
#productDetailsList li {margin-left: 0; padding-left: 0;}
Does that affect the IE display? (I can't test it myself.)
Re: Drastic css layout change in product listing please help!
ho man, I added it but nothing happened
:(
when i change :
#productDetailsList (line 759)
{
margin-left: 140px;
padding-left: 1.2em;
}
to
#productDetailsList (line 759)
{
margin-left: 73px;
padding-left: 1.2em;
}
in Internet explorer
this get aligned with the buttons and the rest of the text
Modelo: 0002-flecha cursor roja
100 Unidades en Stock
Diseņado por: El Milagro
but in the other browsers it get to far to the left.
i am lost :blink:
Re: Drastic css layout change in product listing please help!
Re: Drastic css layout change in product listing please help!
Re: Drastic css layout change in product listing please help!
still have the problem :cry: