paperboy
Members
-
Joined
-
Last visited
Reputation Activity
-
paperboy reacted to Lyndsey in Dreamweaver CS5 table don't look like what it should have to look like on the final phaseHi paperboy,
I've had a quick look and there appears to be lots of different heights being added to the divs that make up the information. I've updated the fiddle to look like this: http://jsfiddle.net/LyndseyB/tkQh6/1/
What I did was remove the height attribute from the following classes:
.fiyatKategoriler_kutular_grid .fiyatKategoriler_kutu_grid And increased the max-height property to 52px on:
.fiyatKategoriler_submit_grid. I guess there's probably a neater way of resolving this (a table maybe?) but there's so much code there it will take a longer time to deduce what's going on.
-
paperboy reacted to Lyndsey in Dreamweaver CS5 table don't look like what it should have to look like on the final phaseCan you paste your code here? Or put it in a fiddle? I'll take a look for you, it will be easier to debug with some code to look at