Realmac Software

Welcome to the RapidWeaver Community Forums, where you can chat with RapidWeaver users from around the world!

davidwollants

About

Username
davidwollants
Joined
Visits
0
Last Active
Roles
Members
Badges
0
Posts
6

Comments

  • on 1282833805: The white padding is the div named #top. You can try suppressing it entirely like this: #top { display: none; } If you want to keep #top in there for the spacing, you can apply the background color to it as follows: #top {…
  • on 1282686368: Hi David - the following will change the white stripe to the same color as its surrounding element thus keeping IE 6 & 7 happy (you may not need to use the !important statement): #top { background-color: #E5E8CF !important…
  • on 1282569842: on 1282523451: Your site looks fine in IE8, but there's a problem in both IE6 and IE7. The problem I'm seeing looks like it's related to whatever stack you're using for the scrolling frame rather than to the Sprout theme. IE6/IE7 …
  • on 1282523451: Your site looks fine in IE8, but there's a problem in both IE6 and IE7. The problem I'm seeing looks like it's related to whatever stack you're using for the scrolling frame rather than to the Sprout theme. IE6/IE7 isn't handling th…