Thanks for taking a minute to look at my question.  We're launching
the site on Monday, Aug 21, so any help would be greatly appreciated.

I'm using text-indent to replace a title (h3) with a graphic for a
News & Events highlight on http://beta.wesleyseminary.edu/.
Unfortunately, in IE there is 20 pixels of extra space between the h3
and the first item in the 'News and Events' highlight on the bottom,
right side of the homepage.  While in Firefox it looks great.

There is no margin on either item and if I add a border to the items,
but if I add a border to the items, the extra space is between the two
borders.  Can anyone help?

Here is the HTML:
<div id="wrapnewsevents">
  <h3>Recent News & Events</h3>
  <div class="entry-feature">
    <h4><a href="/events/eventID.2/event_detail.asp">The Fruitful
Congregation</a></h4>
    <p>How can your congregation&#39;s ministry be more fruitful?
</p><a href="/events/eventID.2/event_detail.asp">[More...]</a>
  </div>
  <div class="entry">
    <h4><a href="/events/eventID.1/event_detail.asp">Exploring the
Mission-Driven Church</a></h4>
    <p class="date"><span>Date: </span>August 17, 2006</p>
  </div>
  <div class="entry">
    <h4><a href="/about/ID.26/detail.asp">Exploring the Mission-Driven
Church</a></h4>
    <p class="date"><span>Posted: </span>August 17, 2006</p>
  </div>
     <div class="entry">
    <h4><a href="/about/ID.25/detail.asp">New ELM Courses Announced</a></h4>
    <p class="date"><span>Posted: </span>July 28, 2006</p>
  </div>
</div>
<!-- end #wraphome#wrapnewsevents -->

Here is the CSS:
http://beta.wesleyseminary.edu/css/mainstyles.css

Note that I'm using some CSS Browser Selector javascript which adds a
class to the html tag based on browser, so any css statement which
starts with .ie or .gecko is only applied to IE or Firefox,
respectively.
Link: http://rafael.adm.br/css_browser_selector

-- 
Best Regards,

Matt Harris
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to