Questions tagged [fixed-width]

Fixed layouts are layouts that start with a specific size, determined by the Web designer. They remain that width, regardless of the size of the browser window viewing the page. Fixed width layouts allow a designer more direct control over how the page will look in most situations. They are often preferred by designers with a print background, as they allow the designer to make minute adjustments to the layout and have them remain consistent across browsers and computers.

source: http://webdesign.about.com/od/layout/g/bldeffixedlyot.htm

Fixed Width Text File Definition: Above all, a fixed width text file is a file that has a specific format which allows for the saving of textual information/data in an organized fashion. Fixed width text files are special cases of text files where the format is specified by column widths, pad character and left/right alignment. Column widths are in units of characters. So if you have data in a text file where the first column always has exactly 10 characters, and the second column has exactly 5, the third has exactly 12 (and so on), then you have a fixed width text file.

Each row (paragraph) contains one record of information; each record can contain multiple pieces of data (fields), each data field (column) has a precise number of characters. The data is padded with spaces (or any character you specify) if it does not completely use all the characters allotted to it. Further, each piece of data can be left or right justified, meaning the padding of characters can occur on either side.

source: http://www.softinterface.com/Convert-XLS%5CFeatures%5CFixed-Width-Text-File-Definition.htm

462 questions
0
votes
1 answer

HTML Autoresize "without notice" driving me bananas

First of all, I am sorry for the informal title. I wished to express how I really feel about the issue. I've been cleaning up some things on my site, http://www.gfcf14greendream.com/, and through another question I was directed to this site to debug…
gfcf14
  • 316
  • 4
  • 30
0
votes
3 answers

How can I make the ul list the same size as the input element in terms of width?

I have a container that has two fixed sized elements, and one fluid sized element. When the browser is resized, the fluid element takes the remaining size of the window while the other two stay fixed. The problem is, I have a ul that is being…
Masu
  • 1,568
  • 4
  • 20
  • 41
0
votes
3 answers

Footer with 3 columns, right and left fixed, center fluid maximized

I would obtain a 3 column footer with fixed width left and right column and the central fill the remaining space: . . . |[LEFT]<------central------>[RIGHT]| Now I'm using this code, but the central column has fixed width :( .left { …
willygroup
  • 143
  • 1
  • 10
0
votes
3 answers

Making an ASP.Net GridView column a fixed size and do word wrapping

In an ASP.Net web form there is a GridView. We want to have a fixed size for 1 of the columns in this GridView and have the text in it also do word wrapping. We can't get it to work. Here is the markup I have tried:
Emad-ud-deen
  • 4,734
  • 21
  • 87
  • 152
0
votes
4 answers

CSS style for first table column except first cell of that column

So here is the :
rinchik
  • 2,642
  • 8
  • 29
  • 46
0
votes
3 answers

CSS width 100% - X px

I need a fluid layout that has a fixed right column, I have tried using this as a guide but I can't get it to work as I'd like. The problem is that the main image doesn't fill 100% of it's container (100%, minus the 300px for the sidebar). I also…
Bill
  • 3,478
  • 23
  • 42
0
votes
1 answer

Is it possible to make browsers ignore/disable all media queries?

Basically, I have to make a site fixed-width (temporarily) but unfortunately there are numerous CSS files with media queries all over the place, across all files. I've added a fixed pixel width to the body tag but the media queries are still having…
user1794295
  • 1,839
  • 4
  • 21
  • 19
0
votes
1 answer

Fixed width & dynamic height for a div in Fluid layout

I am working on a fluid layout for a application where i want a fixed width & dynamic height of a div according to content of the parent div. Basically, i have a side navigation(side_nav) and 'data' div(app_forms) area where side navigation is…
Ravi
  • 4,015
  • 7
  • 30
  • 35
0
votes
2 answers

Fixed Width, Large Data Problem

I'm currently designing a web application which may be viewed by people in all kinds of resolutions 1024..1920 or even larger resolutions. I've opted for a fixed-width design (as many other popular websites are, e.g. StackOverflow, CNN, Mint, WSJ,…
Alex
  • 75,813
  • 86
  • 255
  • 348
0
votes
3 answers

Tricky vertical align center with css

I found different suggestions on how to vertically align stuff using css. However, none of those could handle what I wanted. Here is what I want: In general I have some text that should fill the left half of some space and a picture that should be…
Daniel
  • 3,383
  • 4
  • 30
  • 61
0
votes
1 answer

Full height sidebar with a sticky footer, with fixed width content

I was looking for a sticky footer with a full height sidebar solution and partially found it here: yet another HTML/CSS layout challenge - full height sidebar with sticky footer The post marked as the correct answer explains a neat solution, but I…
Zubzob
  • 2,653
  • 4
  • 29
  • 44
0
votes
1 answer

RadioButtonList fixed width issue

I searched for this issue but can't find it... my problem is with this radiobuttonlist that I am trying to align along with its label, but keep getting this. as you can see the buttonlist has that fixed width that I just cannot change.. the red…
0
votes
3 answers

Webkit keeps changing table's fixed width

We are in the process of redoing our whole website. The current website is over 7 years old, but seems to have a CSS bug that only appears in Webkit-based browsers (Chrome and Safari). We would like to fix that bug as it may take a while before the…
Rex
  • 610
  • 9
  • 19
0
votes
1 answer

Create fixed width file with different line definitions

The batch we're developing requires a fixed width input file with different line definitions for each entity. Eg. the first line defines a family, the second and third line define family members of that family. The family record has different…
0
votes
1 answer

Complex table layout with fixed width and expanding columns

I have a complex table layout (jsfiddle). This is a long report with many sections and each section has a table in it. The first two columns of the tables should have a fixed width to make sure they align nicely. The third column should grow to fit…
Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
My Title
Some title