Tag Archives: Close Window

some dreamweaver help

i need a little bit of dreamweaver help in this article… i’m trying to be able to align links for example " close window" in addition to " next page" towards bottom of a fresh browser window. the window is created from the script pertaining to " open fresh browser window", and it is just a specific size. i just need the links to stay in the very same place (bottom with window) with each and every new window in which pops up. we have no friggin’ vision, and ANY help would be great. thank you… btw, here is the site i’m focusing on, and the windows open once you click on the buttons that are within the iframe… http: //www. spireintegrated. com/ good.. i don’t find the links on your site that you might have having trouble by using (so, i’m betting you havn’t published that part yet) Anyhow, if you position the links in a table which is in pixels instead of percent, it won’t maneuver.. and that should help your difficulty. ooooh! i didn’t know the images could select to *sorry* right now i see.. i would try setting the specified height towards table above that. Then, … Continue reading

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

Jquery image gallery – print image? How?

Hello there, definitely picking several brains here! I’m aiming to create a web browser based picture viewer to perform on IIS on my friends machine. i have discovered Jquery plugins, including Galleria. This is new to me but hey, exactly what isn’t This question is: can these galleries be modified to allow a print facility i’d ideally like to print full sized image stored within the hard drive that corresponds into the one being considered. Thanks, Lol In theory, yes, but it would take with the multitude of JQuery and CSS. Concerning not, however, tried this myself. So this really is an educated reckon. What I’m sure you would do is something like this: Code: < div id=" screen-photo" class=" screen-only" > SEVENTY TWO DPI image right here. < /div> < div id=" print-photo" class=" print-only" > 300 DPI or higher resolution image below. < /div> Then your tv screen CSS would look something such as this: Code: div. print-only display: none; Then your art print CSS would look something such as this: Code: div. screen-only display: none; Again, this is the guess. You’ll have for you to guess yourself most likely and experiment until you have it right. It’s … Continue reading

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