The variable-width tag has no wiki summary.
0
votes
0answers
23 views
How do you get text-overflow: ellipsis to work in a multiline cell? [duplicate]
I have a table that has cells of variable widths and heights set by percentage and I want to have the text truncated like it is with text-overflow: ellipsis; but I want the text to fill my cell with ...
0
votes
0answers
48 views
div column headers overlapping after changing position:fixed with jquery
I have a div based table that has several columns that flex in size based on the width of the page, sandwiched by two fixed-width columns (achieved with JS, this part is working fine). I want the ...
0
votes
1answer
141 views
google maps API v3 div won't fill space properly 100% width + height
Here is my site. (I have been working on it all morning but there seems to be some issue with my host at the moment so if you cannot connect it should work later).
As you can see the map is too big. ...
-2
votes
1answer
36 views
Variable width div (with minium width) in between two fixed width divs
I'm trying to place three divs side by side.
The first div has a fixed width and needs to be against the left side of the screen (ie: float:left;).
The next div also has a fixed width and needs ...
2
votes
2answers
71 views
using calc() with tables
I'm trying to get a table with fixed-width tds and variable-width tds.
Im using the CSS calc() function, but somehow it seems like I can't use % in tables.
So that is what I have so far:
<table ...
0
votes
1answer
114 views
center image that changes size depending on browser size
I have a website that I need to fit to different screen sizes. Most of that is quite straightforward, but I have a slideshow that need to resize with screen size AND have the image centered on the ...
0
votes
2answers
51 views
DIV @100% Remainder Variable width
I have an expandable menu, which pops out from a thin left hand bar (open men and close menu type)
Majority if the time, it will take up around 50px, except when it is open, when its about 250.
I ...
1
vote
1answer
983 views
Fixed width div on left, fill remaining width div on right
I want a div with a fixed width image on the left and a variable width div with a background color, which should extend it's width 100% on my device.
I can't stop the second div from overflowing my ...
1
vote
3answers
608 views
Prevent float wrap until elements have reached min-width
I have variable-width HTML layout with a fixed-width menu to the left of a content <div> of variable width (set by css max-width and min-width). For very narrow browser windows I would like the ...
3
votes
2answers
550 views
Three-column CSS layout - fixed/max./variable width
I'm having trouble getting the following three-column layout to work:
A B C
+-------+-------------------+------------+
| | | |
| Fixed ...
1
vote
1answer
144 views
Creating a variable width <pre> element with optional scrollbars
I want to add div to my website which has variable width, and that it will display scroll bars when the width is smaller than the longest line.
I tried wrapping such a fixed width element, in a ...
1
vote
2answers
677 views
How can I get three divs with equal spacing between them using variable width?
I am designing a webpage with a contact form that you can see here.
As you can see the page is designed to be variable width. I would like there to be equal spacing between the images, the form, and ...
2
votes
1answer
380 views
Using variable-width font in Putty
VT100-style terminal handling deals with fixed-width fonts.
Is it possible to use variable-width font like Comic Sans MS in Putty on Windows? If yes, how can it be done?
3
votes
2answers
1k views
(Fixed Width) vs (Variable Width) Website Design
I am learning how to design a website. One of the decision seems to be how to present the data to the user i.e. with the presence of different monitor sizes, whether to structure the data to occupy ...
22
votes
5answers
21k views
How to horizonatally center a floating element of a variable width?
How to horizonatally center a floating element of a variable width?
Edit: I already have this working using a containing div for the floating element and specifying a width for the container (then ...
