Skip navigation
Currently Being Moderated

why my images stay over my text?

Apr 22, 2012 6:27 PM

On my site

 

http://www.dorff.nl/villa%20nickerie.html

 

you see that the images are all over my text? how can i fix this problem??

 

Thank you

 

Brian

 
Replies
  • Currently Being Moderated
    Apr 22, 2012 9:30 PM   in reply to braico

    For one thing you have height of #breadcrumbs set to 40px:

    #breadcrumbs {

        background: url("images/outset_breadcrumbs.gif") repeat-x scroll center bottom #F9F9F9;

        color: #AAAAAA;

        height: 40px;

    }

    Then you have a whole bunch of

    <p class="breadcrumb"> </p>

    I assume you are trying to use those for spacing??

    So when you remove the set height, there is a lot of empty space caused by all those empty <p>s and images are pushed down below all those <p>s

    Adninjastrator

     
    |
    Mark as:
  • Sudarshan Thiagarajan
    3,731 posts
    Oct 15, 2010
    Currently Being Moderated
    Apr 22, 2012 11:04 PM   in reply to braico

    Find this line in your CSS

    #primary_full, #primary, #secondary{position:relative;overflow:hidden;}

     

    and change it as follows:

     

    #primary_full, #primary, #secondary{position:relative;overflow:hidden;margin-top:80px;}

     

    In your HTML, find and remove  lines 94 till line 99:

     

    <p class="breadcrumb"> </p>

    <p class="breadcrumb"> </p>

    <p class="breadcrumb"> </p>

    <p class="breadcrumb"> </p>

    <p class="breadcrumb"> </p>

    <p class="breadcrumb"> </p>

     

    This should fix the issue as follows:

     

    Screen Shot 2012-04-23 at 11.33.53 AM.png

     

    Message was edited by: Sudarshan Thiagarajan to add image screenshot

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 23, 2012 6:03 AM   in reply to braico

    De kleur komt van style.css op regel 252

     

    #breadcrumbs a {

         color: #bbbbbb;

    }

     

    Gramps

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 23, 2012 6:48 AM   in reply to braico

    Add the paragraph start tag as follows

    <div id="breadcrumbs">

        <div class="inner">

        <p><a href="index.html">Home</a><span class="breadarrow"> / <a href="company.html">Portfolio</a><span class="breadarrow"> / </span><span class='current_crumb'></span></p>

    <p class="breadcrumb">De villa is te huur voor: vakantiegangers, overwinteraars en stagiaires. De villa is voorzien van alle gemakken en luxe en zorgt voor een onvergetelijke vakantiesfeer. De villa is centraal gelegen en bevindt zich in een rustige en veilige omgeving.<br />

          De vakantiewoning waar de gast koning is!</p>

    </div>

        <!-- inner -->

    </div><!-- breadcrumbs -->

    Gramps

     
    |
    Mark as:
  • Sudarshan Thiagarajan
    3,731 posts
    Oct 15, 2010
    Currently Being Moderated
    Apr 23, 2012 7:12 AM   in reply to braico

    Do you mean you'd like your breadcrumbs to be in white?

     

    This is how it looks like to me. It doesn't look grey.

     

    Screen Shot 2012-04-23 at 7.41.27 PM.png

     
    |
    Mark as:
  • Sudarshan Thiagarajan
    3,731 posts
    Oct 15, 2010
    Currently Being Moderated
    Apr 23, 2012 7:32 AM   in reply to braico

    style.css line 147

     

    body {min-width:960px;background-color:#f9f9f9;}

    Change the color to #ffffff

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points