Tag Archives: Text Scrolls

Scrolling Text With A Static Background

This could be a truly basic question yet… I was only wondering if there seems to be anyway to fixed a background powering a text area/box (ie. a frame) which will stay static whilst text scrolls more than it. If therefore, how With thanks Yep, you need to use the CSS: Code: #divWithBackground background-image: url(‘images/background. png’); background-attachment: unchanging; That must do it Also, let me know should you not know CSS, in which case further explanation is order. With thanks! I know extremely basically what CSS is although not enough to know what exactly you are dealing with. Could you sophisticated… It would end up being really appreciated. With thanks again. Just what exactly his code may is take the particular image at " images/background. png" and puts it because background image around the element named " divWithBackground". The background-attachment aspect makes the image static in order that it won’t move while you scroll the internet page. For scrolling apply: Code: #divWithBackground background-image: url(‘images/background. png’); background-attachment: unchanging; width: 100px; top: 100px; overflow: car; with the following html Code: < div id=" divWithBackground" > < p> sometext< /p> < p> sometext< /p> < p> sometext< /p> < p> sometext< /p> < … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

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 … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment