(08-30-2011, 12:00 PM)Fragma Wrote: No point linking until I have some content to link to. I'm getting the pages sorted out first.
Cheers.
I would expand those iframes then a bit, i'm thinking it will look a little silly, content should be on the page, unless you have Twitter, Facebook, etc... ** Which is what it looks like you're going to do. But the IFRAME I noticed didn't expand to the margins of that white border very well, I think it could be adjusted a bit to make it just inside that white border
I did some editing to your html and css, and came up with this to show you:
You have to edit your element.style {} CSS because it takes priority
Here's the quick edits I made:
Code:
element.style {
height: 295px;
margin-left: 15px;
margin-top: -30px;
visibility: visible;
width: 700px;
}
And in the <iframe style= html I set the
frameborder="1" property, although I would recommend putting everything into the CSS. I just did that for a quick test. You have too much styling in the html.