/    Sign up×
Community /Pin to ProfileBookmark

IE and height property

Hello. This page:[url]http://www.groomexpo.com/Groom_Expo_07_test/GE07_ala_first_aid.asp[/url]

Has an image in the #heading_area element which has a defined width of 125px but a height of auto. IE doesn’t honor the height:auto property and the image gets stretched. Any way around this? Problem is that all the images have the same widths but different heights. Thanks.

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@ray326Jul 18.2007 — Just take out the style. It doesn't do anything anyway.
Copy linkTweet thisAlerts:
@TJ111Jul 18.2007 — I had an issue with this trying to get my <div> tags to float properly. Here's the fix I used.

<i>
</i>#content {
min-height:800px;
height:auto !important;
height:800px;
}
×

Success!

Help @bp_travis spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...