search for: 320px

Displaying 6 results from an estimated 6 matches for "320px".

Did you mean: 120px
2006 Jan 06
3
Protoype problem
...resting problem today. Here is what I have: I used the prototype function "Position.clone(src, target)" which actually copies the top, left, offsetWidth and offsetHeight from the src to the target. interestingly, my src-object had a css-styled border of 1px, and a total offsetWidth of 320px. my target-object had the same properties, but once I did the position-clone function, my target-object had a 322px width, because the width AND the border (1px on each side) was added. alert("src " + src.offsetWidth); // returns 320 Position.clone(src, target); alert("target &...
2012 Jul 06
2
Frontend Style Demo Page
...s. So there should be a header, a nav in a few various states, a new form, a form with errors, etc. Then I also want to figure out some way to show what it will look like in a few different screen sizes (I''m thinking of starting with a pair of iframes that show the same content, one at 320px and the other taking the remaining width. Eventually it''d be configurable somehow). Do you guys have any suggestions of how to implement this nicely, or should I just go about slapping out some Haml that emulates what my existing site does? Thanks! —☈king -- You received this messa...
2012 Jan 17
1
Error when trying to install a game from CD
I keep getting this error when trying to install URU The Complete Chronicles [img]<iframe title ="Preview" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" width="320px" height="188px" style="padding:0;background-color:#fcfcfc;" src="https://skydrive.live.com/embed?cid=53F1D20861AE221E&resid=53F1D20861AE221E%21145&authkey=ANeFgkJrT4Buyf8"></iframe>[/img] What am I doing wrong? Any help would be greatly apprecia...
2007 Apr 28
0
Naveen has Tagged you! :)
...sp&nbsp&nbsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<div style="float: right; margin: 0 20px 0px 0; width:320px;"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<div style="font-size: 16px;">Naveen has added you as a...
2006 Feb 25
2
Ruby Interface Recommendations Photo Gallery Creation?
Hi, I''m looking to create a gallery index page of thumbnail images which point to their associated images galleries. Also, I would like to organize the images from left to right and top to bottom. Furthermore, I would like to limit the number of thumbnail images on the page. I guess that I''m needing some type of horizontal looping interface for both the thumbnail index page
2006 Jun 12
6
Prototype Window Class v0.85
Hi I just want to annouce a new release of my Prototype Window Class with a new website with full documentation and new samples (I hope it''s easier to understand now :)). http://prototype-window.xilinus.com/ Thanks again to all of you guys for your help. Seb PS Dj T, have you finished your Rails plugin?