XprsYrslf @ Twitter
 

‘Easy Online Portals’ Category


IE8 display: table-cell & max-width bug

August 18th, 2009

A few days ago, a bug in EasySell appeared in Internet Explorer 8.

Fault Version

Apparently we used max-width (and max-height) on the image in a table ‘td’:

table td img {
max-height: 255px;
max-width: 345px;
}

This piece of code won’t get applied by IE8, so it seems…
But google found the solution right here, thanks to the forum user AsraiLight.
To let IE8 apply the max-width/max-height, you have to use a fixed table layout:

table{
table-layout: fixed;
}

This made it look like it is supposed to:

Correct Version

 

EasySell Top 100 & Python

July 28th, 2009

I finished a new website today: EasySell Top 100, All bestsellers and newest releases in one place! A website almost unique in its kind. On this project I have put my self-learned Python writing skills to use. There are plans for more features and a top 100 of ringtones.
Stay Tuned!

 

Terrie Anderson’s Store

June 11th, 2009

Just launched Terrie Anderson’s Store. An exciting launch for me because it is the first time I used the Amazon Product Advertising API.