Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

33
votes
15answers
22k views

Insert ellipsis (…) into HTML tag if content too wide

I have a webpage with an elastic layout that changes its width if the browser window is resized. In this layout there are headlines (h2) that will have a variable length (actually being headlines ...
6
votes
1answer
495 views

Elastic lists in Javascript

I recently came across Elastic Lists & found them totally cool. Is anyone aware of a javascript library which can give me elastic lists ? If not , any tips on writing it myself too would be ...
5
votes
4answers
2k views

How do I layout a 3 pane window using wxPython?

I am trying to find a simple way to layout a 3 pane window using wxPython. I want to have a tree list in the left pane, then have a right pane that is split into two - with an edit component in the ...
4
votes
3answers
833 views

CSS: Centered, fluid left, fixed right, source ordered layout with min/max width

The titles says it. I want a 2-column CSS layout that: is centered - the main content is centered on the page has a fixed (pixel) right column width has a fluid left column - uses up all available ...
3
votes
3answers
193 views

How to make a DIV inherit it's “em” value from its parent's parent

We all know that the elastic layout "em" value for a given object is relative to the object's parent, e.g.: <div id="div1" style="font-size:1em;"> <p>Hello</p> <div id="div2" ...
1
vote
2answers
20 views

How can I make these textfieds elastic?

It is possible to make the textfields on the left fill all the gray space to the right in a elastic way using CSS?
1
vote
0answers
105 views

Trouble with elastic layout

Hi If anyone can help, I'd greatly appreciate it! I built an elastic website using ems, and for some reason, it still gets completely distorted when a user zooms in or out on their browser. The link ...
1
vote
4answers
913 views

How to make a Elastic Vertical Layout?

I have a page that has 2 areas: header and content. The header should be [of course] fixed at the top, and has no fixed height, and the content below it. The point is that I need my content area to ...
1
vote
1answer
865 views

Autoscaling images in elastic layout

How may I display two images on a website with elastic layout, side by side which will autoscale to 50% of parent containter? I was playing with it last night but didnt went too far. When I went ...
1
vote
4answers
313 views

Images and a dynamic layout

I'm working on a website with a em-based layout (so it can stretch and compress gracefully when users increase or decrease font size). This site has a header that should be displayed across all ...
0
votes
2answers
46 views

Using em for layout causes inconsistency across different browsers

I am trying to build a site using elastic layout. I have used Eric Meyer's CSS reset and also used body {font-size:62.5%} in my stylesheet. EDIT: Here is my HTML structure and CSS <html> ...
0
votes
2answers
81 views

Admin Panel - fluid width vs fixed width?

We're creating the interface for an admin panel and we have a dilemma: chose a fixed width approach as opposed to a fluid/elastic one. The main argument for a fixed width is that is will look the ...
0
votes
2answers
85 views

executing one line of javascript on asynchronous ajax event in ASP.NET

I am using the Elastic CSS framework on an ASP.NET site. It is doing a great job of sizing the various containers I have until an UpdatePanel executes a partial postback. The solution as I understand ...
0
votes
0answers
82 views

best way to achieve 3-col elastic layout with pure css that is X-browser compat

I'm not sure what will be the best (cross browser) way to implement the following using CSS. I have a div whose width can be varied dynamically. Inside that div I want to place another set of divs ...
0
votes
2answers
88 views

HTML element percentage height problem

i made myself a Speed Dial-like homepage with links I visit the most. Now, i made it elastic, so when browser window is narrowed horizontally, the boxes getting narrower too. What I want is that ...
0
votes
2answers
390 views

CSS: Liquid Bar with Text Won't Expand

I have a horizontal bar that has been given a width of 100%. Within the horizontal bar, I have text that is left-aligned within a 978px container. Whenever the browser window is shrunk so that it is ...