Problem with <div> tags in masterpage not spanning to default.aspx

T

tgr0ss

The masterpage and default.aspx are linked fine. I am using <div>
tags for the background with one that repeats-y to go through the
middle. As the placeholder grows, the <div> in the master page does
not recognize this so my border does not continue to span. In regular
html, not using contentplaceholder the divs work fine.

if any code is needed / screenshots. Please let me know. Thank you.
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

tgr0ss said:
The masterpage and default.aspx are linked fine. I am using <div>
tags for the background with one that repeats-y to go through the
middle. As the placeholder grows,

A place holder can not grow, as it doesn't have any size.
the <div> in the master page does
not recognize this so my border does not continue to span.

What do you have in the place holder that would affect the div?
In regular
html, not using contentplaceholder the divs work fine.

The placeholder does not render any html code itself, so it should make
absolutely no difference.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top