This is about as close as I could get without the final tweaking to get
the dimensions the same on both browsers.  The margins need to be
modified for IE to not overlap the form field with the legend.

I found a few posts that say, basically, that this can't be done.

M!ke

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
        <title>Untitled</title>
</head>
<body>
<form style="margin: 10;">
<fieldset style="background-color: #cccccc; margin: 10px; position:
absolute; z-index: 3;">
<legend style="background-color: white; margin-top: -10px; position:
absolute; z-index: 2;">New Inventory Item</legend>
<label for="deviceName" title="Device Name">Device Name:</label>
<input type="text" name="deviceName" maxlength="50" /><br />
<label for="make" title="Device Make">Make:</label>
<input type="text" name="make" maxlength="50" /><br />
<label for="model">Model:</label>
<input type="text" name="model" maxlength="50" /><br />
</fieldset>
</form>
</body>
</html> 

-----Original Message-----
From: Tangorre, Michael [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 28, 2005 1:12 PM
To: CF-Talk
Subject: RE: CSS / Fieldset / IE

> Subject: RE: CSS / Fieldset / IE

Here is an example of what I am talking about...

www.cfcoder.com/test.html



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213201
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to