943,513 Members | Top Members by Rank

Ad:
Jul 2nd, 2009
0

Expanding Iframes/divs background

Expand Post »
I have a website which uses an iframe to load up the homepage content, this iframe is located within a DIV which I have tried to add a background to, however the background only spans the length of the content (written words, not the iframe length) and then the background of the DIV changes to the proper site background.
I'm kinda new at all this so I'm not sure if its even right xD


if you don't understand me the link is: http://www.habbonowfm.com/risingfm/index.html
HTML and CSS Syntax (Toggle Plain Text)
  1. #rightcolumn {
  2. float: left;
  3. background-repeat: repeat-y;
  4. margin: 0px 0px 0px 0px;
  5. padding: 5px;
  6. width: 520px;
  7. background-image: url(images/mainbackground.png);
  8. }
  9.  
  10.  
  11. <div id="rightcolumn">
  12. <p><iframe name="main" id="main" src="home.html" width="510" frameborder="0" allowtransparency="yes" scrolling="no" target="main" height="427" ></iframe>
  13. </p>
  14. </div>
Last edited by Tekmaven; Jul 2nd, 2009 at 9:15 pm. Reason: Code Tags
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Chubbymouse is offline Offline
10 posts
since Jul 2009
Jul 2nd, 2009
0

Re: Expanding Iframes/divs background

bump
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Chubbymouse is offline Offline
10 posts
since Jul 2009
Jul 2nd, 2009
0

Re: Expanding Iframes/divs background

If I were you, I'd skip the whole iframe thing and either use
<ol>
<li>Static Pages</li>
<li>ServerSide Includes</li>
<li>PHP Includes</li>
<li>Javascript / JQuery Tabs</li>.
</ol>
However, in regards to your question, where is the content problem?
Using an iframe as a block element, it is like an flash object, and it loads an entirely different page, not just text, so you'd have to style that other page with the background.
Still, try using a jquery tabs option, which allows google to index the page and allows you to keep all the content on the page.
Reputation Points: 18
Solved Threads: 21
Junior Poster
codejoust is offline Offline
180 posts
since Jul 2009
Jul 4th, 2009
0

Re: Expanding Iframes/divs background

The iframe is set to transparent so the background of the DIV "rightcolumn" will be able to be seen, however the background only shows underneath the text, instead of filling the whole thing.

Alternatively, I could use expanding iframes, which also expand the DIV, although I'm unsure on how to go about this.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Chubbymouse is offline Offline
10 posts
since Jul 2009
Jul 4th, 2009
0

Re: Expanding Iframes/divs background

To answer your question, just add a background to the #wrapper div.
Make the bg image the size of the two columns, combining the images, for the effect you with to achieve (to leave a little of the page bg at the top, try adding a little margin at the top.

Hope that Helps!

<FAKE SIGNATURE>
Last edited by peter_budo; Jul 6th, 2009 at 10:55 am. Reason: Keep It On The Site - Do not manually post "fake" signatures in your posts. Instead, you may create a sitewide signature within the user control panel.
Reputation Points: 18
Solved Threads: 21
Junior Poster
codejoust is offline Offline
180 posts
since Jul 2009
Jul 5th, 2009
0

Re: Expanding Iframes/divs background

That does help, thanks very much. I've now fixed my little problem, but where you stated to use a margin.
I type in

margin-top:15px;

into the #wrapper but still get the background appearing above the site.


EDIT:The other little problem was on the #header, and not the #wrapper. I have now solved this

Thanks very much for all your help, these tips will be remembered.
Last edited by Chubbymouse; Jul 5th, 2009 at 6:59 am.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Chubbymouse is offline Offline
10 posts
since Jul 2009

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Please help with Browser Compatibility Gallery Script!!!!!PLEASE
Next Thread in HTML and CSS Forum Timeline: How do websites handle user entered text?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC