Answers
Aug 24, 2007 - 11:08 AM
To get started, here is a great repository of examples (screenshots) of how 11 different browsers respond to 12 different css properties applied to 6 different form elements:
http://www.456bereastreet.com/archive...
If I have time, I will check your specific problem later.
Aug 29, 2007 - 07:58 PM
Mar 04, 2009 - 05:55 AM
The Quomon Team
May 12, 2009 - 07:56 AM
div box
May 12, 2009 - 08:04 AM
if u like to work in external style sheet
Create Css file and write this
div.image{
position:absolute;
background-image:url(PATH);
left:10px;
top:10px;
width:300px;
height:500px;
border:2px solid blue;
}
Then in ur html file jus mention div object in this way:
in body tag
I hope this is 100% according to ur query.
Aug 24, 2009 - 02:36 AM
padding:3px 5px;
height:auto;
width:260px;
background: #FFFFFF url(../images/txtbg.jpg) repeat-x left top;
border: solid 1px #999999
}
Height are not fixed. You use this class.
Add New Comment