View Full Version : CSS Issue??
jagged
10-Aug-2007, 08:29 AM
I just want to know what could be the probable cause of this. Image ACTINIC1 is appearing as such. But when I hit the refresh key, it appears like Image ACTINIC2. What could be the probable cause of this? The shopping cart table is on a standard actinic div area. The images that overlaps the cart are basic HTML objects, including the shopping cart status box
gabrielcrowe
10-Aug-2007, 08:53 AM
well, you're going to ahve to tell us the browser you're using.
it looks like it might be an explorer bug related to haslayout. i posted a while back about this.
have a search for it here on the forum.
there are many potentiona traps that can be fixed by uniformly applying haslayout to all your css items.
in particular, the fact that divs arent born with layout.
good luck
gabrielcrowe
10-Aug-2007, 08:56 AM
its here in the forum somplace, but i cant find it myself, so here is the link;
http://www.satzansatz.de/cssd/onhavinglayout.html
jagged
10-Aug-2007, 12:39 PM
thanks. looks like that would be it. will be trying to make the changes and will see what happens :)
peblaco
05-Sep-2007, 10:08 PM
I just want to know what could be the probable cause of this. Image ACTINIC1 is appearing as such. But when I hit the refresh key, it appears like Image ACTINIC2. What could be the probable cause of this? The shopping cart table is on a standard actinic div area. The images that overlaps the cart are basic HTML objects, including the shopping cart status box
Depending on the code, could be a float that isn't cleared properly, I had a similar issue recently on another site. If you provided a URL or code it could be reviewed further.
jont
06-Sep-2007, 10:13 AM
Tables and CSS are a pain in some browsers - without seeing the URL or the code it ais a guess in the dark... a solution that has worked for me in the past is to add
table {
float: left;
}
to the actinic.css and that has cure a lot of sins in the cart area in otherwise CSS layouts
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.