Jump to content

ricardo_t

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by ricardo_t

  1. 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. :-(

  2. 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ünschten Arten wie auch das Unkraut. Doch dank vielen tüchtigen Händen können wir Ihnen wie gewohnt, jeden Samstag morgen von 7 bis 12 Uhr frischen Biogemüse am Aarauer Wochenmarkt anbieten. Doch nicht nur das, auch knuspriges Brot, Wurstwaren aller Art, Käse und vieles mehr wartet auf Sie! Selbstverständlich sind all unsere Produkte aus eigener Produktion und aus biologischem Anbau. 
                Die Setzlinge für den Setzlingsmarkt am 6. und 7. April auf dem Schloss Wildegg wachsen und warten bald auf ihren neuen Besitzer.</p>
                    <br>
                <h3>Aktuell</h3>
                <p>Bereits erhalten Sie bei uns die ersten Sommersalate. Ab Ende April verkaufen wir wieder Gemüse- und Blumensetzlinge aller Art, pünktlich zum Beginn der Pflanzsaison!</p>    

     

     

    CSS

    #content img.float{
            float: left;
            margin-right: 15px;
            border: 1Px solid #111111;

    }


                    

  3. 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.html">Catering</a></li>
                    <li><a href="kontakt.html">Unser Kontakt</a></li>
                </ul>
            </div><!-- navigation end-->

     

    and the CSS

     

    #navigation{
            display: block;
            float: left;
            clear: both;
            width: 960px;
            height: 98px;
            float: left;
            clear: both;
    }

     

    Thanks  :-)

    1.jpg

  4. 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;
    }

    #content img.float{
            float: left;
            margin: 0px;
    }

    #header{
            height: 85px;
            width: 960px;
    }

    #header img.banner_size{
            width: 960px;
    }

    #navigation{
            display: block;
            float: left;

    1.jpg

  5. 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 

×
×
  • Create New...