The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
14 views

One static height div and 2 flexible height divs inside container

I'm creating a small chat for my site. <div id="container"> <div id="user"></div> <div id="chat"></div> <div id="chatform"></div> </div> ...
0
votes
2answers
31 views

Proportional resizing of a scrollable list of images in css

I have an horizontal container taking all the width of the screen and a list of images in it that overflows it horizontally. I made the container "flexible" with an height in percentage and set a ...
-1
votes
0answers
81 views

Text hover over image. Responsive issues [closed]

I would really appreciate if anyone could help me out to write CSS/HTML code. (I have described everything in couple screenshots below) Website is here
0
votes
0answers
31 views

How to translate flexible sentence facebook open graph?

Facebook will crawl sentences automatically for translations that can be seen here : https://www.facebook.com/translations/admin/browse.php?app=app_id I can see action's sentences which was ...
-1
votes
1answer
150 views

Responsive multirow tiles carousel - is it possible?

I need to do following scrollable: 1) 2 rows of tiles 2) Flexible width - there can be 4, 6 and 8 tiles in a row 3) It has to scroll to left and right to show more tiles I'm trying to do it for ...
1
vote
4answers
65 views

Flexible Arguments in Python

This has probably been asked before, but I don't know how to look up the answer, because I'm not sure what's a good way to phrase the question. The topic is function arguments that can semantically ...
0
votes
3answers
73 views

CSS Div with fixed height and automatic width

so i want to make a div container, which i give a fixed height and want that it automatically fit its width to the content in it, even if it is over 100% of the screen width. Simply by declaring ...
0
votes
2answers
45 views

List of <li>'s into two columns and with auto/equal width

If I have a list of generated <li>s that I'm splitting into columns like this is it possible to somehow have the columns be only as wide as the widest <li>. I have a drop down nav and ...
2
votes
2answers
51 views

Is it possible to evenly distribute images as container width increases, while increasing or decreasing the number of items in each row?

I have a gallery of images in a fluid container. At the smallest size (980px) there are 5 images across with no margin on the last image so everything fits in the container nicely. When I increase ...
0
votes
0answers
86 views

How do I distribute flexbox items on multiple lines evenly?

I am working on a menu bar that has all of its buttons distributed evenly in the center of the nav element (the container). I need this layout to look good on most devices, regardless of its size. The ...
2
votes
1answer
82 views

Flexible type and generic parameters

I wonder why the second line telling me that the flexible type has been constrained. Obviously one can go around it, but is there some lesson to take from this ? type DataTable with static member ...
0
votes
0answers
167 views

Problems with the elastic grid zurb foundation wordpress theme

I've built a blog on the Wordpress platform using the wp-foundation theme, which is based on the Zurb Foundation framework. I'm having some issues with the elastic grid. If you open the blog and try ...
1
vote
2answers
79 views

Flexible Indices in Arrays in VB.NET

I wanna know how to set unlimited indices (limit) to indices in an array in vB.NET I usually have to specify the maximum number of items in each dimension of the array, but when I don't know how many ...
0
votes
2answers
36 views

building flexible GUI

I have a Layout that I want to populate with items consisting of 2 textviews and one button. I do not know before hand how many items that will populate my Layout. Since I don't know when writing the ...
0
votes
0answers
70 views

div flexible between min-height and max-height

I have next code: <div class="container> <div class="header"></div> <div class="main"></div> <div class="footer></div> </div> Target is ...
1
vote
2answers
461 views

Finding Sum of a Column in a List Getting “TypeError: cannot perform reduce with flexible type”

So I am new to python and have searched for this answer but most responses are over my head. I have a list like this: right point point 1.76999998093 right fear fear 1.62700009346 right sit sit ...
0
votes
1answer
91 views

What is the point of loading an Objective C category at runtime?

Is it: For memory efficiency from not having to store all the program's methods in RAM all the time? If so, is this really that common a problem? I feel like the overhead of having to load a new ...
1
vote
1answer
112 views

Making a 3-column grid with flexible middle

I solved a problem I was having and I thought the solution might help others. I needed to have a 3 column layout with fixed left and right columns and a flexible center. It needed to fill the space ...
2
votes
0answers
107 views

How can i make jquery masonry have fluid height?

I'm searching for a flexible (height+width) widgets layout with drag and drop option. I want the widgets to have minimum and maximum height and width and that all be re-sized when re-sizing the ...
0
votes
1answer
424 views

word-wrap in table not working (table-layout:fixed)

http://74.52.155.226/~projtest/team/harmeet/reach/ That is the link i am working on. Its a responsive design. If you see down below the footer there is a table. When you reduce the resolution less ...
0
votes
0answers
152 views

make header background-image responsive [closed]

I want to make my background-image in the header responsive. I test different things, but without giving the header a fixed width or height it doesn't work. Then the image isn't gesponsive by resizing ...
0
votes
2answers
243 views

CSS layout (2 column layout, but if no sidebar main column must be 100% wide)

Column1 (left) is for content. Column2 (right/ sidebar) is for related info. say layout is 66%/34%. I need a way to make Column1 to stretch to 100% automatically if there is no sidebar content. Any ...
-1
votes
1answer
927 views

Flexible Windows 8 Tile layout [closed]

I am trying to create a flexible Windows 8 like tile layout for my blog. To show as follows: http://i.stack.imgur.com/QvqXF.png Currently it is showing as below. T 2 tiles below the 2x1 tile don't ...
2
votes
1answer
111 views

Searching for the perfect-suited CMS

I am looking at a simple yet powerful CMS satisfying my needs :) Here is what I need (3 sites atm): Site 1 I am a university lecture; so I allow my students to download study material which I want ...
0
votes
0answers
47 views

Fluid graphics buttons in ios app

I'm a newby user and the first the first thing i say hello to everyone! My first question is: I have 4 buttons (numbered from 1 to 4) in my iphone app home with this path: |1| 2| |3| 4| for ...
1
vote
2answers
442 views

HTML elements changing positions on browser resize

Why are the boxes and images moving on browser resize in this video? Here is my code: style="width: 98pt; position: fixed; left: 112pt; bottom: 175pt"
0
votes
1answer
76 views

Flexible Layout in CSS like vBulletin

When you resize vBulletin you can see the 3 columns rescaling nicely (Board Name, Threads / Posts, Last Post). How could you achieve something like that in CSS? When I try to do so it always overlaps ...
0
votes
0answers
27 views

flexible layout based on display:table strange behaviour

I built a flexible layout based on display:table technique. I noticed very strange behavior of one cell. Please take a look into those two code samples: enter link description here enter link ...
2
votes
2answers
42 views

Expanding, Non-Fixed Width, Four Column Layout

I have a box that is 950px wide. Within this box I want to have up to four potential columns. When all four columns are being utilized each column should take up approximately 25% of the space. ...
0
votes
2answers
526 views

Putting two flexible divs next to each other

I am trying to create a web page where there are 2 divs next to each other that are flexible. So that when the browser window is compressed together, each of the divs shrink with the width of the ...
1
vote
1answer
130 views

How to keep a UIBarButtonItem centered when adding/removing other UIBarbuttons?

I have a UIToolbar with 3 UIBarButtonItems and a flexible space on either side. I'm using this to navigate through an array while using the center UIBarButtonItem as a title. The situation looks like ...
1
vote
2answers
312 views

Flexible layout with fixed width sidebar

I need to a create a flexible layout similar to this http://jsfiddle.net/Lu9gQ/12/ with these following properties: header as in the example the "left" must have: width = ( 100% - #sidebar's width ...
-1
votes
1answer
246 views

flexible or centered page HTML CSS

I have to use a flexible or centered page design that works even for users screen resolutions of 800*600. When I make my page smaller, the elements are moving and changing their positions. Is it ...
1
vote
1answer
58 views

flexible centered page [duplicate]

Possible Duplicate: flexible or centered page HTML CSS I need a flexible or centered page design that works even for users with screen resolutions of 800*600. (CSS + HTML) Should I use % ...
2
votes
4answers
313 views

Web site layout that changes with different widths?

Does anyone know how to accomplish a different layout based on the browser width, like these two sites? http://sasquatchfestival.com/ http://css-tricks.com/ I've tried to Google it, look through ...
5
votes
1answer
231 views

currying of 'flexible types' in F#

Small part of a code to highlight the problem: open System.IO let do_smth i (stm : #System.IO.Stream) = // val do_smth : 'a -> #Stream -> unit (*....*) () type SomeOps = SomeOps with ...
1
vote
2answers
68 views

Writing flexible code

How can I write flexible code? I mean that; I wrote a application. Then I installed it to my customers pc and made some changes at code. Then I installed first application to my another customers pc ...
1
vote
3answers
1k views

Creating flexible UILabel

I got an app with some text data. From TableView user choose one cell and then see UIViewController with relative text data. But information text could be from 1 line to N. How can create such ...
5
votes
3answers
2k views

Making Adsense Responsive

I'm a site owner - currently using Adsense for all income to a website (I'd really like to switch over to BuySellAds, but don't currently have enough page impressions - but that's another story). My ...
1
vote
0answers
121 views

Implementing a customizable Lexer class in Python

I want to implement a customizable and extendable lexer-class. My idea 2 different types of handlers: Character-set handlers Function handlers When a character is read, it is pushed through all ...
0
votes
2answers
135 views

How to implement a partially flexible screen layout with a grid framework?

I am trying to implement the following screen layout using a CSS grid framework (BluePrint), but unsuccessfully: How can achieve this with a grid framework? Does anyone have a CSS/HTML code example ...
0
votes
1answer
305 views

Do flexible quotes add an extra character to a string?

I was learning ruby through ruby koans when I faced these two functions: def test_flexible_quotes_can_handle_multiple_lines *long_string = %{ It was the best of times, It was the worst of ...
1
vote
1answer
1k views

Scale down (but not up) images using CSS to fit div container in IE9 (max-width: 100% fix)

I cannot use JS, this should be archived by CSS only. Container (DIV) is auto width (flexible) "table-cell" element. I'd want to scale image down only when it width is larger than container (user ...
0
votes
2answers
277 views

How to: 2 variable-width div in a fixed-width div?

I'm trying to style my sub headings, and I have a design where the width of the headings are fixed in a 960 grid. The title of the headings need to end with a trailing decoration (in this case 2 ...
4
votes
2answers
522 views

How to create a flexible frame for photo in iPhone?

I try to create a flexible frame for in my iPhone app with some small pictures. CustomView inherit UIView and override it's setFrame: method. In setFrame:, I try to call [self setNeedsDisplay]; Every ...
0
votes
2answers
2k views

Flexible PHP / MySQL pagination

On my website I have quite a lot of pages that need to be paginated. I have solution for that, but it requires to put pagination function in each page. I searched for something flexible like having ...
4
votes
4answers
1k views

HTML5 flexible box model height calculation

after researching the flexible box model for a whole day, I must say I really like it. It implements the functionality I implement in JavaScript in a fast and clean way. One thing however bugs me: I ...
0
votes
1answer
307 views

Some Issues with flexible css box model

I am using flexible css box model in one of my web application. For cross browser compatibility in IE, I am using the flexie.js pollyfill. I have got it working perfectly fine on my local machine as ...
1
vote
2answers
391 views

Rounded corner speech box with arrow and dropshadow. Image based

I need to style box, please see attached screenshot. Height and weight could differ. It could be 150 x 200 px but also 600 x 150 px. Internet Explorer 8 is must. Due to this sadly no CSS3 ...
0
votes
3answers
474 views

Flexible DIV Container (But Not Responsive)

First, let me say I do NOT want a responsive layout. With that settled... I have a div container (which we will call ".container") and two elements inside of it (my content, which we will call ...

1 2