
ricardo_t
Members-
Content Count
9 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout ricardo_t
-
Rank
Newbie
-
Hmm.. Now the picture is on the Right Place, but I had text inside the Same div, on the right side from the Picture. Now the last 2 Lines are under the image. I think its Better when i place 2 Divs inside a Container. What do you think? P.S - I don't know becaus i can't upload a Screenshot. Im only alowed tu upload Documents with a max size of 0.01MB. :-(
-
Hi Guys Im trying to move an image to the top left corner inside a div, but it doesnt' works. Can anyone Help? Thanks cheers Ricardo HTML <div id="content"> <h2>Herzlich Willkommen!<br> <br> </></h2> <img class="float" src="images\home1.jpg"/> <h3>Der Sommer kann kommen...!</h3> <p>Die Kartoffeln sind bereits gepflanzt und auch sonst spürt die Natur den Frühling: Alles wächst und gedeiht, sowohl die gewün
-
Hi Guys How can I move a Div down (red maeked) I want to position the div under the Header Image. here is my code <div id="navigation"> <ul> <li><a href="index.html">Home</a></li> <li><a href="unser_betrieb.html">Unser Betrieb</a></li> <li><a href="unsere_produkte.html">Unsere Produkte</a></li> <li><a href="markt.html">Markt</a></li> <li><a href="catering
-
Hi Guys I'm doing my first website. Now im facing my first problem. I have a div width: 960px and in the banner i set the image also to 960px. but the div is larger than the image. (see image) Can anyone Help? Thanks best regards Ricardo Here the css....marked Red. #content{ display: block; float: left; margin: 15px 0px 10px 0px; width: 960px; height: auto; background: #fff; padding: 15px; border-radius: 10px; border: 6px solid #1C478E; } #con
-
Hi Guys Im new here and im starting to learn CSS. Can someone exolain me what this means *{ . I allready googled about it, but i can't find anything. Sorry for this basic questions. thank you