noelove Posted April 4, 2007 Posted April 4, 2007 Highly annoying. view this in ie http://frostfishcovesoaps.com/store/catalog/index.php The last product is cut off. Why oh why is this happening? We're just about ready to launch and it wasn't doing this the other day!
kirikintha Posted April 4, 2007 Posted April 4, 2007 Highly annoying. view this in ie http://frostfishcovesoaps.com/store/catalog/index.php The last product is cut off. Why oh why is this happening? We're just about ready to launch and it wasn't doing this the other day! you need to set the height differently, to 100% - how are you setting the height right now? If you are using one css file, you have to point to another css file in for IE. http://www.thought-after.com/2006/11/28/cs...targetting-ie7/ hopefully that helps! If it's not that, OSC has some serious issues with nesting tables, so you have to go through all the parts, and figure out if the parent table is set to an absolute value, other than the nested table, which is most likely not the problem. I hope that is not too ambiguous. Nothing unreal exists
noelove Posted April 4, 2007 Author Posted April 4, 2007 Correct. I am using a css file to set the height. Why does IE require its own css file? Damn you Bill Gates! So, do I add that hack into my current style sheet? Or create a new one? Thank you for the response. you need to set the height differently, to 100% - how are you setting the height right now? If you are using one css file, you have to point to another css file in for IE. http://www.thought-after.com/2006/11/28/cs...targetting-ie7/ hopefully that helps! If it's not that, OSC has some serious issues with nesting tables, so you have to go through all the parts, and figure out if the parent table is set to an absolute value, other than the nested table, which is most likely not the problem. I hope that is not too ambiguous.
kirikintha Posted April 4, 2007 Posted April 4, 2007 Correct. I am using a css file to set the height. Why does IE require its own css file? Damn you Bill Gates! So, do I add that hack into my current style sheet? Or create a new one? Thank you for the response. Yeah make a second stylesheet - I just name mine iestylesheet.css and then add the <if IE> right after your main stylesheet include. That should do it! If not, you have a table nesting problem. Nothing unreal exists
Recommended Posts
Archived
This topic is now archived and is closed to further replies.