hi guys, On my website page tdever.com, there are two blocks on top left of the page, the first block containing an image and has a fixed height 270px, the second block containing flexible texts, now the problem is both blocks do not have same height on all browsers, after couple tests, it looks ok on mac (ff, safari chrome), but bad looking on windows(ff), so i am asking if you guys have a good solution for this problem, what i want is both blocks have always same height without cutting or hiding the texts. thanks!
Removing padding fixed in Chrome and FF .coin-slider { overflow: hidden; padding: 5px 0; /* remove this*/ position: relative; } HTML:
Of course they're not the same, you have a fixed element and one with dynamic text -- they should NEVER be the same, by design. What you are asking for can be 'faked' after a fashion, but really it falls into either "but I can do it in photoshop" or "Not viable for web deployment" thinking. Though really that whole page suffers from that... Well, that and link-overload Yahoo style. (part of why it's shocking Y! is still even in business)