I ended up using position:absolute and putting the layout boxes inside of the "page" box as separate divs with font size of 1px and the background colors set...
What I am basically trying to do is override the order the div's are dropped to the page in. If I have 4 divs and I drop them in 1, 2, 3, 4 I want to be able to have 4 on the left side of 3 if I need...
Ok, so I am using FPDF and PHP to make automatic dynamic flyers for my office and I was wondering if anyone could help me out in making a "thumbnail" of the document layout for the page that lets the...
Thank you for pointing me in the right direction, and for responding so quickly. I tried googling an answer before I posted here and I couldn't figure out the right thing to search for. Thank you so...
I'm building a CMS for a client who is definitely not very computer savvy. They will be uploading a lot of photos and they are scared of "big" words like "optimization" and "photoshop" so they are...
The tricky part about this is that the panel (div[data-role="panel"]) and the jQuery Mobile page (.ui-page) both have to have the margin added, otherwise they overlap.
Ok, so using the "ui-responsive-panel" class on a page prevents swiping or clicking-in-the-content of the page from closing a panel after the screen 55em wide. That's awesome, but it's only half of...
Ideally I would also like a structure with which I can make this process dynamic, such as one single jQuery function for which I could send the sub-item's id's or something (like in an array) and it...
Ok, so I've got a form I'm trying to make and it has sections that can be checked and if that section is checked, it needs to enable the checkboxes of the sub-items within that section.
Most of my clients are businesses (offices) and they send a lot of emails and a lot of contracts, specification-sheets, and other PDF attachments. They also deal with a lot of real estate agents, so...
That helped immensely! Apparently one of the values being passed (a 0 where it is anything from 0 to 100) was being passed as NULL, but "NULL" wasn't marked in the database, so I made it...
You just gave me an idea, though that I think I might try -- if I do the brownDiv as a 50% width and give the content a separate background and a margin of negative-12px (or however tall the div is)...
That is very close to what I'm looking for, except that the background (and content) is supposed to be 75% of the container-width and the background is supposed to also be outside of the container...
Ok, so I have a container-type div with a max-width of 1024px and I have a div right above it that has 3 in-line links in it... I want the links to stay within that 1024px area but I want the...
This has happened a couple of times now; I have a client who sends me an email with the domain name they want (more than one client, not the same person twice) -- they misspelled it, so the domain...
Ok, so you know how sites that aren't mobile-compatible are just shrunken down on a mobile device? Can I do that purposely with the mobile version of my site if the screen is smaller than I expected?...
Ok, I missed my coffee this morning. I know I can figure this out if I've got some caffeine and patience, but I don't have either of those things today.
Ok, so I'm making a site with a custom CMS and the people who will be inputting information typically try to hand me photos that are 4000 by 3000 pixels at 300dpi. This is obviously bad... I need to...