trouble with i-frame looking for alternatives

firstly i really appreciate this url, and hello (as that is my first post)heres slightly background on the particular software i use first and that means you have as much info as it can be. i do the major part of my design within photoshop, slice this in imageready, plus do any coding around dreamweaver mx. i actually have a pair of questions, and a few illustrations:
while in the attachments layout1. jpg shows the way i sliced the idea in imageready, white lines to represent the slices, along with the blue box is where i need the i-frame (or some thing else if available)to often be layout2. jpg shows what it appears when i preview it in IE Firefox through dreamweaver, everythings the same, but the brilliant green area will be the space referenced under consideration #1.

#1. i have carried out countless sites along with an iframe that loads most of the content, but this great site im working upon now is giveing me the worst frustration ever. no matter just what i do theres space between the main page as well as the i-frame, i have done all i could on the i-frame: made the i-frame larger and smaller then the place alloted, messed with all the alignment, frameboarder off/on, plus it doesnt help this. do you folks have any idea why this could be or how i will remedy it

#2the way my layout is i’d prefer to use the image this was originally in the actual table space(where we placed the i-frame) because background, thats not the situation, the problem is definitely i dont want it to scroll should the iframe scrolls. i was just going to utilize the css idea i read throughout another thread to help keep the background set up as the text scrolls, but the iframe must be used for news, and i create a savings fund news program cutenews, for whatever reason the css tip won’t assist it. i have essentially no knowledge with regards to css (besides with a stylesheet to rule colored scroll bars) so i became wondering if there was any other solution to make the qualifications locked in place

if you men have anyidea how i will incorporate cutenews into a specific sections from the layout(the blue box) and never having to use an iframe, and still allow it to be scrollable i sooo want to do that as a substitute, but i employ i-frames, because thats what my organization is used to-ya’ learn " go together with what you know"
i would really like to say beforehand, thank you the following

Assuming that you’re talking about this cutenews script from cutephp. com – this script can be skinable. There is a lot use an iframe to wrap it in place.

If you don’t learn how to skin the script – check out some of the actual premade skins on http: //www. cutephp. com/cutenews/addons/ to have an idea associated with how they work.

Pertaining to scrollable areas, merely try the flood: scroll or overflow: auto on a div. e. f.

Code:
< div style=" job: absolute; width: 150px; length: 200px; left: 10px; best: 10px; overflow: automotive; " >
< p> lots of text and things here< /p>
< p> lots of text and things here< /p>
< p> lots of text and things here< /p>
< p> lots of text and things here< /p>
< p> lots of text and things here< /p>
< p> lots of text and things here< /p>
< p> lots of text and things here< /p>
< /div>

For your static background, in the div tag utilize styles

Code:
background-image: url('path/to/image. gif'); background-attachment: set;

Both these effects work towards table cells as well, but IE is usually a bit flaky for the scrolling table solar cells.

When you slice the design and style – bin the html that it produces. Photoshop/imageready make html document like dodgy scaffholding when you want concrete and metallic. Just use Photoshop and co for the graphics and permit DW (or yourself) do all of the html code.

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *