Thank you very much for creating/porting this wonderful theme for drupal!

I really like it and plan to use it on my site. After some testing, I found that IE (sux I know, but 70% of my users use it...) renders Dreamy reasonably well, but there are two minor yet annoying problem:

-In IE6, right user navigation block and custom block items seem to have a return between each line so they are very loose. I uploaded a picture showing this problem here. In IE7, everything is perfect. Older Dreamy-5.x-1.0 doesnt have this problem in IE6 but IE7 and FF cramp some long menu items. After comparing .ccs, I found that "height:20px;" around line 260 seems to be causing this problem:

#sidebar ul li a {
  border-bottom:1px solid #DDDDDD;
  color:#222222;
  display:block;
  height:20px;
  line-height:20px;
  padding-left:5px;

-Chinese font size in IE6/7 is 2 size larger than that in FF1.5/2. This problem however, doesnt appear on english contents.

My php/html knowledge is more of the copy and paste type... I hope you help us sort these problems out.

TIA!
-BuDD

Comments

jswaby’s picture

Status: Active » Fixed

I had to add the height value back in, but this time it was set to 1%. Seemed to fix the problem, while keeping everything else the same in other browsers.

jswaby’s picture

Status: Fixed » Closed (fixed)