Tagged Questions
The max-width tag has no wiki summary.
6
votes
4answers
6k views
IE8 non-compatibility mode, image with max-width and height:auto
I have an image with this markup
<img src="wedding_00.jpg" width="900" height="600" />
And I am using CSS to downsize it to 600px width, like so:
img {
max-width:600px;
height:auto;
...
5
votes
2answers
1k views
box-shadow and 100% Fluid Width Issue
I've been polishing up a page I built over the past day or two and have run into an issue after using box-shadow - I was hoping someone might shed some light on an easy way to fix this.
The Setup:
I ...
5
votes
5answers
2k views
Fluid CSS: floating column with max-width and overflow
I'm using a fluid layout in the new theme that I'm working on for my blog. I often blog about code and include <pre> blocks within the posts. The float: left column for the content area has a ...
5
votes
2answers
1k views
Is there an equivalent of CSS max-width that works in HTML emails?
I'm trying to create an HTML email that will display properly in all widely used email clients. I'm wrapping the whole email in a table, and I'd like it to have a width that is up to 98% of the ...
4
votes
5answers
228 views
CSS: Width and Max-Width
Why does:
width: 98%;
max-width: 1140px;
do the same as
width: 1140px;
max-width: 98%;
The first one makes sense in that I'm saying the width is 98% but don't go larger than 1140px wide. The ...
4
votes
2answers
2k views
How do I limit the table width to the containing element (or screen)?
[Edit]
Did you really read my question or are you just here to fight some religious war on Stackoverflow?
This question is not related to fluid layouts, it is related to HTML table (showing tabular ...
3
votes
2answers
430 views
Is there a way to use max-width and height for a background image?
That simple.
Moving my layout into a fluid territory, working on scalable images. Using the img tag and setting max-width to 100% works perfectly, but i'd rather use a div with the image set as its ...
3
votes
2answers
341 views
CSS dynamic width larger than 100%
I have a parent container that holds a list of floated items. The parent container does nicely expand to the right when new floated items are added.
But as I add more items and the items come near ...
3
votes
3answers
2k views
Why do Firefox and Opera ignore max-width inside of display: table-cell?
The following code displays correctly in Chrome or IE (the image is 200px wide). In Firefox and Opera the max-width style is ignored completely. Why does this happen and is there a good work around? ...
2
votes
2answers
136 views
Set max-width in Internet Explorer
What I need is to set the limit of an image's width to 100% in Internet Explorer, like other browsers do with max-width. That is, if the image's width is larger than the containing area's width, it ...
2
votes
3answers
76 views
How to get maxWidth and maxHeight parameters of ImageView?
I have ImageView declared at xml:
...
<ImageView
android:id="@+id/image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxHeight="60dip"
...
2
votes
3answers
78 views
What's a good maximum width of text on a webpage? [closed]
I have a fluid layout, but if the browser window is stretched too much, the text can get so wide that it's strange to read such long sentences on 1 line. What's a good maximum width for text? I ...
2
votes
3answers
96 views
table inside a div - contents of td causes horizontal overflow. how can i constrain the width?
http://jsfiddle.net/HeMKY/8/
HTML
<div id="wrapper">
<table>
<tr>
<td class="left">left</td>
<td ...
2
votes
3answers
622 views
Recommended max-width for 1024x768
What is recommended width for wrapper blocks (main containers) on 1024x768 resolution?
There should not be horizontal scroll on that width in most available browsers.
2
votes
2answers
2k views
Make an image width 100% of parent div, but not bigger than its own width
I’m trying to get an image (dynamically placed, with no restrictions on dimensions) to be as wide as its parent div, but only as long as that width isn’t wider than its own width at 100%. I’ve tried ...
2
votes
2answers
2k views
Scaling Images Proportionally in CSS with Max-width
Right now, I'm using max-width to scale images to fit. However, they don't scale proportionally. Is there a way to cause this to happen? I'm open to Javascript/jQuery.
If possible, is there a way to ...
2
votes
1answer
122 views
CMake CTest prevent truncation of test name
I'm currently running CTest, but I have a problem whereby tests with long names. For example:
"API Part1 : Some test information w/ this input file"
get's truncated to something like
"API Part1 : ...
1
vote
1answer
37 views
limited margin auto?
I want to have the content of my website centred but only for a certain width of a webpage. So when it's over say 500px I'd want the content to then be fixed, unable to stretch any further. Is there ...
1
vote
1answer
28 views
Is it better/more efficient to use min-width or max-width when designing for desktops/tablets/smartphones
I've been in the midst of creating a website, and I want to start using media queries. I want to target desktops, tablets, and smartphones. I'm just learning media queries, and wanted guidence in ...
1
vote
1answer
72 views
CSS width and max-width combined
I have the following code:
<table style="width: 100%; max-width: 800px; table-layout: fixed;">
... table stuff here ...
</table>
I think it's obvious I intend for the table to take ...
1
vote
1answer
40 views
HTML/CSS - Possible way to scale image to fit a certain dimension while maintaining the its aspect ratio?
Is there any way that I can use just HMTL and CSS to force an image to resize to fit a fixed dimension while maintaining its aspect ratio (without stretching/shrinking)?
Consider my required ...
1
vote
1answer
73 views
How to tell the maximum width a Java component will receive in order to request the proper height?
I am creating a custom Java component for the Amazon Kindle KDK based on the Java 1.4.2 Personal Basis Profile. The component will contain text that will reflow to multiple lines if necessary. I want ...
1
vote
1answer
45 views
Max width doesn't work in a flexible box model in firefox?
I'm trying to make a layout using the new css3 flexbox model. I want a page that occupies 100% of the height, using has a fixed footer and header and the remaining content is on a column in the ...
1
vote
2answers
236 views
CSS max-width: 100% for IE 6 with expression?
I have this css:
.container img {
max-width: 100% !important;
height: auto;
}
Now I need this working for IE 6.
I know you can do:
width: expression(this.width > xxx ? xx : true);
...
1
vote
2answers
171 views
Combine layout_weight and maxWidth for views
I'm trying to make my layouts more landscape friendly, and a common pattern I have is to add a LinearLayout with some buttons (e.g. OK | Cancel) and just set a value for layout_weight so that the ...
1
vote
4answers
568 views
How to determine the screen width/height using C#
I want to set the Width/Height of a Window dynamically based on the User Screens maximum width/height. How can I determine this programmatically.
1
vote
1answer
386 views
Inline-block + min/max-width behavior
I see in many browsers (FF,Opera,Ie) that elements I give them "inline-block" and "min/max width" , their width is automatically sets to "min-width", and not max-width, as expected.
Is that normal ...
1
vote
0answers
259 views
Make ComboBox stretch to available space with maxwidth and right-aligned parent
I'm having a problem achieving the layout i want.
This is my code:
<DockPanel DockPanel.Dock="Bottom" HorizontalAlignment="Right" LastChildFill="True">
<Label ...
1
vote
2answers
423 views
css: how to override max-width value with a larger (less restrictive) value
I have a css file with this style:
.filefield-element .widget-edit {max-width: 70%;}
I wanted to increase the max-width without modifying that css file, so I created a custom css file with this ...
1
vote
1answer
366 views
Design a table with extact width for Chrome
My table is working well if I define the max width in with CSS, but chrome ignore them and doesn't show as expected.
the same problem notice before Chrome, Safari ignoring max-width in table
Is ...
1
vote
1answer
772 views
CSS max-height and max-width at the same time not working in IE8?
I have the following css defined in a style applied to a panel in my aspx page.
max-height: 70%; overflow: auto;
max-width: 70%; overflow: auto;
In Mozilla, I can resize my browser window and the ...
1
vote
4answers
500 views
max-widgth and max-height solution in Internet Explorer
In this page:
http://tinyurl.com/widthheight
I am usign max-width and max-height.
Work fine for Firefox, Chrome, Opera, Epiphany, ecc but NOT Internet Explorer.
.
What solution do you recommend ...
1
vote
4answers
237 views
not able to do max width
I have a page which has a content like this...
<div id="content">
testingtestingtestingtestingtestingtestingtestingtestingtesting
testingtestingtestingtestingtestingtestingtestingtesting
...
1
vote
1answer
763 views
HTML: Scale images using max height/width
I've got a web page that displays a bunch of images. I want to make sure none of the images are greater than 200 pixels wide and 200 pixels in height. If one is, I'd like it scaled down so that the ...
0
votes
2answers
10 views
Detect image who a max-width applied
I would like to add a class to all image that are concerned by max-width css property.
In a div for example, I have two images :
Number 1 : width 200 & height 200
Number 2 : width 50 & ...
0
votes
2answers
16 views
Get height and width after setting maxHeight and maxWidth and auto - pure javascript
Is it posible to getGet width and height of image after setting maxHeight and maxWidth with javascript.
$new_image = new Image();
$new_image.src = 'xxx.jpg';
$new_image.style.maxHeight = '500px';
...
0
votes
1answer
24 views
Random max-width for each image on a page
I have a grid of images, all set to have a max-width of 200px, but I'm wondering if there's any way to use jQuery or the like to set random max-widths for every image of the page so when masonry kicks ...
0
votes
3answers
35 views
Is it possible to scale Navigation Icons for Responsive Design?
So I've scaled featured images using the max-width property but I'm wondering if the same effect can be achieved on nav image icons? Can this be done with image sprites or what would be the ...
0
votes
0answers
35 views
html table max-width on a cell with a colspan column
I have this simple table, the idea is to show text with background borders:
<table style="border-spacing:0px;width:270px">
<tbody>
<tr>
<td ...
0
votes
0answers
74 views
image width on ie 9
I was making a table to contain 4 images soo my code was like this
<table width="85%">
<tr>
<td><img src="./images/1.jpg" ></td>
<td><img src="./images/1.jpg" ...
0
votes
2answers
90 views
Like box image witdh
I added an iframe like box to a website: www.apf.no
But some of the images go out of proportions, how can I override this code?
.connect_widget .page_stream img {
max-width: 120px;
}
...
0
votes
1answer
66 views
JQuery For Setting A Dynamic max-width
I'm not particularly good with jQuery, so a complete code solution would be ideal.
The function will:
Get the 70% width of the browser's screen.
Convert that width into its corresponding px value
...
0
votes
1answer
174 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
41 views
CSS div following width of previous div in IE7
Here is the link :
www.guidegather.com
(sorry, tried posting image but cannot)
If you look at the footer section, it appears correctly in all major browser (including IE9) but in IE7, the width of ...
0
votes
2answers
147 views
JQueryUI dialog maxWidth insuficcient
I have a jqueryui dialog defined with maxWidth.
$("#myDialog").dialog({
autoOpen: false,
width: 'auto',
maxWidth: 1000,
height: 'auto',
position: [250, 50],
...
0
votes
2answers
218 views
CSS max-width not giving proportional resizing
I have a narrow view that I am inserting some HTML into. Every once in awhile there is an image that is too wide, so I have been wrapping the original HTML string, using this CSS to keep it under ...
0
votes
0answers
118 views
960gs fluid: how to use a max-width container with 100% div width
I'm using a fluid version of the 960gs wich can be found here:
http://designinfluences.com/fluid960gs/12/fluid/none/
the problem is this: I need to have the overall width of the grid, to a ...
0
votes
0answers
35 views
Max Width with CSS3 in Browsers
My max width seems to be capping no matter if I put repeat or not.
Where can I make the image background stretch from side to side. (Im on a 30inche, you might have to stretch your browser window to ...
0
votes
0answers
118 views
max-width in tables not working in firefox 3 but works in chrome
HTML:
<table width="100%">
<tbody><tr>
<td width="65%" id="body-preview">
<p>Five NBA writers look ahead to see what's in store for the ...
0
votes
2answers
161 views
HTML fullscreenlayout with min-width, max-width
I have a item (e.g. a div tag, which takes 1/3 of the screen-width and has a minimum width of 500px and a maximum width of 700px. Beside it, there is another item which takes the rest of the screen. ...