Tagged Questions

2
votes
4answers
198 views

How to go about serving the same app on different resolutions/screens

Scenario: You need to expose the same app on different screens - let's say a standard 15''-17'' a portable 10'' and a mobile 4'', possibly working on different resolutions. Questi …
1
vote
1answer
196 views

CSS: Dynamic width on Menu

Exact Duplicate of http://stackoverflow.com/questions/994208/css-help-making-menu-fluid The menu works fine with fixed width but I would like the words to wrap ONLY on the to …
0
votes
1answer
180 views

CSS Help, Making Menu Fluid

I got some help with this menu earlier but have a different request now. The menu works fine with fixed width but I would like the words to wrap ONLY on the top menu categories. I …
10
votes
10answers
1k views

In CSS, how do I get a left-side fixed-width column with a right-side table that uses the rest of the width?

So I've tried to work with the pure-CSS, never-use-tables-for-layout gospel, I really have. But after an incredible amount of pain and anguish, I'm just about ready to give up. I …
0
votes
1answer
85 views

Partials in Liquid

Hello, We're trying to rewrite our current views from ERb to Liquid and we got following problem: we have a lot of render(:partial => '/path/to/partial') in our code, but we fo …
1
vote
1answer
220 views

jQuery Dynamic Height Width of Modal

I am creating a modal that will be used for different aspx pages that already exist, so the div that I have to hold the pages (which will be loaded through ajax.load method) needs …
1
vote
2answers
176 views

Div Layout - Repeating image help

I am trying to get the main content portion of my website to be wrapped in this notebook style look. However on the main content portion I have a repeating image that sometimes cu …
2
votes
7answers
743 views

How do you make a webpage change its width automatically?

In HTML, is there a way to make a webpage expand to the user's monitor? Like say I have a 15inch, but someone else has a 24 inch. The webpage would be small on their screen, but …