A CSS property used to specify the maximum width of an element.

learn more… | top users | synonyms

2
votes
1answer
25 views

My 100% width is only 100% in browser, not on the mobile

I have both my navigation bars set to 100% as well as my background colors and images but the nav bars are like 105%, they stretch further than the phone size and give a horizontal scroll. What could ...
0
votes
1answer
27 views

max-width does not have effect on iPhone

I am trying to make my webpage appear with page width equal to that of a phone screen. So, for example, the resolution of the html page would be the resolution of the phone screen viewing it. If ...
0
votes
1answer
14 views

Two divs, static div on the left side and fluid div on the right side

Here's my situation: .left { float: left; width: 150px; height: 300px; margin-right: 20px } .right { float: right; max-width: 450px; ...
0
votes
1answer
38 views

How do I make images resize to fit inside a certain thumbnail width/height?

I am trying to create a basic image preview box, where you see a large image on the left, and a set of small images as thumbnails on the right. I need the thumbnails to never exceed a certain ...
0
votes
1answer
13 views

How can I tell javascript to execute after max-width

I want to execute below JavaScript only if width is set to 600px or above. How can I put max-width condition? $(function() { $('#nav li a').bind('click',function(event){ var $anchor = ...
0
votes
0answers
19 views

images won't resize in firefox, why? (not the simple fix you're thinking!)

Simple problem (I hope!): I want to create a webpage that automatically resizes the image to fit within the browser without it cropping parts of the image or changing the aspect ratio of the image. ...
0
votes
1answer
218 views

Responsive jQuery UI Dialog ( and a fix for maxWidth bug )

With many sites leveraging jQuery UI, there are some major shortcomings that have to be overcome because jQuery UI does not support responsive design and there's a longstanding bug when maxWidth is ...
0
votes
1answer
32 views

Is there any property in CSS which is equivalent to “max-height” and “max-width” to scale images proportionally?

It is annoying that some of the CSS Properties are not working on some Android phones. Same is the case with max-height and max-width properties. Is there any equivalent CSS properties to handle such ...
1
vote
2answers
30 views

Image Scaling IE8

I'm working on an html email template for a friend of mine. It's simple so I have everything inside a table as I figured it would be the fastest way to construct it. The issue I'm having is I need the ...
0
votes
1answer
41 views

Map area size and position issues on different screen resolutions

I have a map area over a JPEG that i'm using for my navigation bar that has links to my different web pages: <div id="container"> <img src="home.jpg" usemap="#imagemap" id="main-nav" ...
0
votes
1answer
118 views

CSS Responsive Issues With Safari max-width: 100% ect

Chrome and FF seem to use my CSS Responsive Styles Correctly Safari Does not If you go to {a link](173.83.251.7/~grebesba/) in Safari you will see that the middle images do not react properly but if ...
0
votes
1answer
17 views

Image size defaulting to 100% in css?

Anyone ever dealt with every time you upload a photo in the cms that the image holds its full uploaded size no matter if you re-size it or not. It is like there is a hidden min-width:100% somewhere ...
0
votes
1answer
99 views

Allow table to expand over max-width in Google Chrome

I have a table with max-width: 300px;. In Mozilla Firefox, IE, and Opera, if the content of the table is wider than 300 px, it tries to break it. If it can't be broken, it allows the table to resize ...
1
vote
1answer
48 views

Problems using max-width on div

I have a div which I'd like to remain at 960px when a browser window is scaled accordingly and up to 1100px when more screen real estate is available. I tried using min-width:960px and ...
-1
votes
1answer
67 views

How do I make CSS button widths be the same in MSIE and Chrome?

I have a problem in making the latest versions of Internet Explorer (9) look the same as Google Chrome (26.0.1). SUMMARY I have two buttons one is using a class called: .linkBtn The other button is ...
0
votes
2answers
85 views

CSS max-width causes too much white space if inline element exceeds max-width and splits into two lines

I am trying to style a li elements to dynamically fit its text content with equal spacing between the li's but cannot seem to accomplish this. The result currently looks like: I want the white ...
1
vote
1answer
53 views

How can i set up a website in CSS to react to different resolutions? [closed]

For a college project, i need to take a website that my teacher gave me in HTML, and set it up so that if the resolution is cut down to a max-width of 640px, i need to take out the picture and nav bar ...
1
vote
3answers
98 views

CSS: max-width,min-width

I have following input boxes. I reduced their width to align them in-line and it looks good in full sized window,Now problem occurs when i do narrow screen. It looks really bad while doing narrow ...
0
votes
2answers
157 views

CSS div inline-block + img max-width

I've been looking for answer for some time now & was tinkering with it for a while but cannot seem to find solution. Probably it's easy as hell but I cannot wrap my head around it. I'v got image ...
0
votes
2answers
64 views

Overriding max-width (or scaling up a small image for mobile)

I'm working on a responsive email using Mailchimp and all images are scaling down fine except for an image which has to have max-width set to 160px. This comes up fine on desktop but on mobile ...
0
votes
0answers
28 views

Restrict the width of LinearLayout & EditText in android

I have two EditText views inside a vertical linear layout. How can I restrict the editTexts width to a maximum of 250dp (only in landscape mode)? I don't want to manipulate the width in portrait mode. ...
0
votes
0answers
56 views

why doesn't bootstrap have have elements that are 100% width but with max-width?

I have been playing around with sizing input fields in a fluid bootstrap layout. To size them you have the input-mini through to input-xxlarge sizes. These result in fields that will overflow their ...
0
votes
1answer
81 views

My <div> choses max-width between “min-width” “max-width”

I have a blog and I want to have 2 posts per line. To do that I've tried this: .post { float:left; width:45%;} Well that worked, I have 2 posts floated to the left and they are in the same line. ...
2
votes
1answer
89 views

Max-width in the table

I have a problem with display of img in the table: <table> <tr> <td> <div> <img src="https://www.google.ru/images/srpr/logo4w.png"/> <img ...
0
votes
1answer
32 views

How do I size an element relative to the viewport whilst also 'capping' it's max and min size?

I have some text within p tags, and in my css i have p { min-width: 100px; max-width: 400px font-size: 24vw; } This CSS does not give the desired results. Is there anyway of stopping the ...
0
votes
1answer
391 views

max-width and max-height for fluid images not working in IE10

I'm trying to make a semi-responsive design on my website. And for that I use percentage for the width and height of everything except the page-wrapper, where I set a max-width in pixels. I also put ...
0
votes
0answers
59 views

Image Length and Width in Internet Explorer 8

I have img element with the following css rules: max-width: 100%; height: auto; The original image is a square (250px X 250px). The problem is that when I tested it in Internet Explorer 8, the ...
0
votes
0answers
69 views

responsive email design - device standard widths

I'm a responsive design newbie. My task is to modify an existing mailing layout into a responsive email design for different devices. I already got familiar with CSS syntax for this: @media screen ...
0
votes
3answers
78 views

Why would max-width not work on this?

Using plain old CSS, why won't 'max-width' not work on the following: button { text-align: center; max-width: 540px; height: auto; display: block; padding: 10px 0; margin: 0 auto; ...
0
votes
2answers
130 views

Image max-width (non floated) use space next to floated div?

The site I'm working on will display lengthy articles on screen. The site is responsive so everything you see on screen will re-size and re-flow to accommodate different screens. Previously we had a ...
0
votes
2answers
230 views

width vs max-width in responsive web design

It is recommended in tutorials about responsive web design to use max-width:100% for images to make the flexible. Why can we use width:100% for this purpose ?
1
vote
1answer
135 views

items inside div not resizing

I'm having a great deal of trouble in getting all items inside a specific Div to resize within that Div, depending on the Div's width (Which is currently width:100%). I've tried using the ...
0
votes
1answer
112 views

make my theme /site max width of 960 instead of current 1170

Hi I have a site that was built with a wordpress tempalte called celistino just want to ask how would I achieve that my site max-width would be 960 regardless of the resolution of the computer / ...
0
votes
1answer
69 views

Left-justifying text under image with max-width:100%

I'd like the text under this image to be left justified under the image ('my title' to be aligned with the left side of the image), no matter what it's height, without Javascript. HTML <div ...
0
votes
1answer
80 views

Min-width and Max-width for an webpage using Screen properties

I have a situation here, i need to design a website and i am stuck on the question of working my webpage in some particular resolution. I have used %age approach in my web page content and need to ...
0
votes
3answers
139 views

'inline-block' div with max-width is wider than necessary after a line break

Consider this jsFiddle: http://jsfiddle.net/SnhDX/2/ As you can see, the red inline-block-1 div takes up more space than necessary for the text to fit. Is there any way to remove the empty part, so ...
0
votes
1answer
105 views

Javascript analog of css max-width, max-height 100%

I need javascript analog (algorythm) for setting image width/height, which have effect when change max-width and max-height 100% for image resizing. (not using max-width and max-height css attribute, ...
1
vote
1answer
82 views

Center div contents when pushed to the next line

I have a containing div with a max-width set. This div has left and right margins set to auto, so it centers when the user's screen is larger than the max-width. It contains several other divs ...
2
votes
6answers
262 views

CSS - Multiple Columns with min-width & max-width

I'm having a bit of a "moment" where I am stumped on an issue I thought should be pretty easy (and probably is, I'm just over complicating I'm sure). I'm looking to have a div with multiple children ...
1
vote
4answers
222 views

Footer does not stretch to 100% width

I want the width of my footer to stretch 100% of the page. However, I have defined min-width:1000px, and max-width:1000px on the body of the HTML document to help create a fluid layout. Now when I ...
1
vote
2answers
150 views

image max-width in ul list

max-width:100% is working when an image is placed inside the div, but it is not working when I add it into li. here is the DEMO but strange fact is, it works if I remove the style from .pro ul ...
0
votes
1answer
100 views

Text isn't wrapping inside absolute positioned container

I've created tooltips that are absolutely positioned and have divs inside of them that have max-width: 200px;. The text within the divs are not wrapping to the next line, however. They're going ...
2
votes
1answer
65 views

Trying to center a page with images that bleed off the page on either side

I am an HTML/CSS novice and am trying to build a website for my wedding next year. On the main page here I have identical ribbon images on either side of my main div. What I want to happen is that the ...
2
votes
3answers
357 views

Responsive Image Grid Inconsistency in image sizes

I am creating a full width grid of images that use media queries to change how many columns of images there are. You can see a working demo here: http://vitaminjdesign.com/grid/ Using img{max-width: ...
0
votes
0answers
65 views

2-column flexible layout with max-width on columns

I need to create a 2-column layout like this: When page width is big (> 1000px), left column has 600px and the right one fills all remaining space. When page width is less, the right column has ...
2
votes
3answers
274 views

max-width adjusts to fit text?

Not the best title, but anyway... I have an element with a max-width and some text. If the text is longer than will fit on one line, I get this: ---------------------------- |My text here, hello ...
0
votes
2answers
584 views

How to media query retina phone's landscape without using max-width?

I'm testing my one page site on my Galaxy S3 (1280x720 px) and I can't seem to figure out what to have for max-width. I looked it up and couldn't find a current answer—-most clear answers were from ...
2
votes
1answer
140 views

How to serve retina image for responsive below certain browser width?

I am making a one page website that has a centered logo. I have 4 versions of this logo. Regular size, regular@x2, mobile, mobile@x2. I figured out how to serve most of the appropriate logos under ...
0
votes
2answers
52 views

Why does max-width behave counter intuitively on columns in a table?

Basically, I have a stretchy table, I want my label column to be fixed width and my data column to be dynamically sized. My inclination would be to set the max-width via CSS on my label column. ...
1
vote
2answers
194 views

centered images with max-width:100% [closed]

I have two images centered with body{text-align:center}, and their style max-width:100%. I'm trying to keep the images in the center of the page, but I want them to scale as I resize the browser ...

1 2 3 4