- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Dedicated to the world of Information Technology
9 Posted Topics
Re: try this: [CODE] <style type="text/css"> div.newline{ left:10px right:10px top:10px bottom:10px float:left } div.droppable{/*you can use this one if you are not satisfied with the margin.*/ left:10px right:10px top:10px bottom:10px float:left } span.prop { width:270px; text-align:center; } </style> <body> <div class="newline"> <p><span> <img class="draggable" src="http://183.78.169.53/tyre2/tyre2.png" width="30" height="56" > </span> <img src="http://183.78.169.53/tyre2/longJoinAxle.png" … | |
Re: your t-join has white space, see this: [CODE] <style type=text/css> .imgpos { position: absolute; top: 50px; left: 150px; } </style> </head> <body width="auto"> <span class="imgpos"> <img src="http://183.78.169.53/tyre2/tyre2.png" width="30" height="56" ><img src="http://183.78.169.53/tyre2/longJoinAxle.png" border="0" ><img src="http://183.78.169.53/tyre2/tyre2.png" width="30" height="56" ></span> </body> </html> [/CODE] | |
Re: try this: [CODE] <body> <div id="container"> <div class="erba" style="height:20%;"></div> <div class="cordolo" style="height:20%;"></div> <div id="asfalto" style="height:20%;"> </div> <div class="cordolo" style="height:20%;"></div> <div class="erba" style="height:20%;"></div> </div> </body> </html> [/CODE] that ought to get you further down the line... | |
Re: so post your code so we can look at it. you might need to also do the following: change this <link rel="stylesheet" type="text/css" href="mystyle.css" /> to this <link rel="stylesheet" type="text/css" href="../mystyle.css" /> | |
Re: well i think that this is just a css thing so try this: create a css statement like this... div.quarter { min-width:175px; } then apply that css to the div that surrounds the (surname-placeofbirth) and (sex-bloodtype) and (text-text) and (no-no). then save and test. you might have to change the … | |
Re: please post the rest of your html code (ie the body stuff), need that to reproduce your exact error | |
Re: please make the following adjustments: in the CSS section, do this; 1) all background (stitching?) definitions are really in the format of background-image:url('image.jpg') make sure to single quote the image itself, you were sloppy about this, SEE HERE FOR DETAILS [url]http://www.w3schools.com/css/css_background.asp[/url] 2) repeat-y is not a valid definition, format as … | |
Re: how about this: [CODE] <style type=text/css> .imgpos { position: absolute; top: 50px; left: 150px; } </style> </head> <body width="auto"> <span class="imgpos"> <img src="../networking.png"> </span> </body> </html> [/CODE] | |
Re: i think maybe he was looking for this: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>3dD Div</title> <style type="text/css"> .container { background-color: #333333; height: 120px; width: 270px; border: thin double #191919; position: relative; } .bigbody { background-color:#; text-align: center; margin-top:25%; … |
The End.