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
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
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:
Message was edited by: Sudarshan Thiagarajan to add image screenshot
Hi thank you it worked.. But now ive got the next problem
as you can see on http://www.dorff.nl/villa%20nickerie.html
the images are no longer over my text. But now below the text ther is a grey colour.
Ive tried to lower it because that look nicer. But i can manage. Ive tried some with breadcrumbs but that didnt work either. even page properties background wont work.
Can you tell me how to put the lightgrey box a bit lower or make it white?
regards Brian
Date: Mon, 23 Apr 2012 00:02:21 -0600
From: forums@adobe.com
To: braico@live.nl
Subject: Re: why my images stay over my text? why my images stay over my text?
Re: why my images stay over my text?
created by Sudarshan Thiagarajan in Dreamweaver - View the full discussion
Find this line in your CSS#primary_full, #primary, #secondary and change it as follows: #primary_full, #primary, #secondary In your HTML, find and remove lines 94 till line 99:
This should fix the issue.
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: why my images stay over my text?
To unsubscribe from this thread, please visit the message page at Re: why my images stay over my text?. In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Dreamweaver by email or at Adobe Forums
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
Beste Gramps,
Dat is de kleur van de tekst in de gele balk. Ik bedoel de lichtgrijze kleur. Die begint door de platte tekst en die ook achter de foto zit.
Groet Brian
Date: Mon, 23 Apr 2012 07:03:40 -0600
From: forums@adobe.com
To: braico@live.nl
Subject: Re: why my images stay over my text? why my images stay over my text?
Re: why my images stay over my text?
created by Altruistic Gramps in Dreamweaver - View the full discussion
De kleur komt van style.css op regel 252 #breadcrumbs a Gramps
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: why my images stay over my text?
To unsubscribe from this thread, please visit the message page at Re: why my images stay over my text?. In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Dreamweaver by email or at Adobe Forums
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
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
Ive change it but the background is still grey as you can see.. i like to see it white..
http://www.dorff.nl/villa%20nickerie.html
Date: Mon, 23 Apr 2012 07:48:48 -0600
From: forums@adobe.com
To: braico@live.nl
Subject: Re: why my images stay over my text? why my images stay over my text?
Re: why my images stay over my text?
created by Altruistic Gramps in Dreamweaver - View the full discussion
Add the paragraph start tag as follows
[Home | index.html]
/ Portfolio /
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.
De vakantiewoning waar de gast koning is!
<!-- inner ></div><! breadcrumbs -->Gramps
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: why my images stay over my text?
To unsubscribe from this thread, please visit the message page at Re: why my images stay over my text?. In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Dreamweaver by email or at Adobe Forums
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
No its hard to see but behind the text and the pictures there is a background colour. and its light grey.. i cant change this into white?
Do you know how i can do this?
regards
Date: Mon, 23 Apr 2012 08:12:13 -0600
From: forums@adobe.com
To: braico@live.nl
Subject: Re: why my images stay over my text? why my images stay over my text?
Re: why my images stay over my text?
created by Sudarshan Thiagarajan in Dreamweaver - View the full discussion
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. http://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4354578-18 6771/266-42/ScreenShot2012-04-23at7.41.27+PM.png
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: why my images stay over my text?
To unsubscribe from this thread, please visit the message page at Re: why my images stay over my text?. In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Dreamweaver by email or at Adobe Forums
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
Great!! thank you very much! It worked.. ![]()
Date: Mon, 23 Apr 2012 08:33:02 -0600
From: forums@adobe.com
To: braico@live.nl
Subject: Re: why my images stay over my text? why my images stay over my text?
Re: why my images stay over my text?
created by Sudarshan Thiagarajan in Dreamweaver - View the full discussion
style.css line 147 body {min-width:960px;background-color:#f9f9f9;}Change the color to #ffffff
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: why my images stay over my text?
To unsubscribe from this thread, please visit the message page at Re: why my images stay over my text?. In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in Dreamweaver by email or at Adobe Forums
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
North America
Europe, Middle East and Africa
Asia Pacific