A CSS layout that is created by not specifying a wrapper width at all or doing so using the percentage unit of measure

learn more… | top users | synonyms

0
votes
1answer
37 views

Twitter Bootstrap's responsive design

On my phone, the text in my hero unit here doesn't fit well. I want it to wrap or shrink or something. Any suggestions with details on implementation? Thanks.
0
votes
0answers
11 views

How to bind function to isotope preLayout (pre positioning) event

I would like to change the width of my elements depending on the screen size so that they fill the entire screen, I used a for loop to find the width for the isotope elements that will fill the entire ...
1
vote
0answers
40 views

Fluid layout resize glitch using Twitter Bootstrap

I'm working on a very simple Bootstrap layout. Everything's the way I want, except when I resize the window, sometimes the side bar (Red box) goes bellow the content area (Blue box). It's a really ...
0
votes
0answers
43 views

Bootstrap navbar disappears when resizing screen

My navbar is supposed to collapse to a select-list when the screen is resized below threshold. It works for my home page, but not for the others, i.e. on other pages besides home page, when the screen ...
0
votes
4answers
65 views

hide div tag on mobile view only?

I'm creating a fluid layout for a site. I'm trying to hide the contents of a or the whole itself in the mobile view, but not the tablet and desktop view. Here's what I've got so far... ...
0
votes
1answer
37 views

How can I fix this web layout?

I have a web layout I have been working on today with one static column and one fluid column. My problem is that the code suddenly broke (I'm not sure why) and it is now floating incorrectly. My ...
0
votes
0answers
14 views

Image map hover not in the right place

I have a client that I did an image map for. Her view is all skewed yet I have tested it in all browsers and have no issue. The hover should show the list of towns for each county. I did it simple CSS ...
0
votes
1answer
21 views

Does the Bootstraperization of my site obviate the viewport declaration?

I Bootstraperized my asp.net Razor 2 website by implementing what Dan recommended here: Where should I bootstraperize my web site? In my _SiteLayout.cshtml file, I had this line that was added by ...
0
votes
0answers
30 views

(jQuery Masonry) Corner stamp in fluid layouts does not work?

I have found that it does not work. When columnWidth: 100, it works. When columnWidth: function( containerWidth ) { return containerWidth / 5;} 'float' for div 'corner stamp' is not working
0
votes
1answer
35 views

Fluid layout divs with same height and table-cell style

I need to show one big div with 3 divs inside it. The layout has to be fluid, i.e. the height of the big div must adapt to the contents of the 3 divs inside it. Moreover, I want the 3 divs have the ...
1
vote
2answers
46 views

Resizing issues with floated fluid squares of different sizes

I hit a wall when coding my design that I can't get past since yesterday afternoon. I have a menu with a classic unordered list and I'm trying to style it into a tile "gallery". I'm working on a 12 ...
0
votes
1answer
68 views

CSS Responsive Fluid Square (with scrollable content)

So I'm trying to build a pure CSS responsive square (well actually I'm trying to build a circle but that's easy once I've got the square.) In other words: I want a div that has a height that is a ...
0
votes
1answer
33 views

Building my site mobile first, issue with retina display

I'm trying to build my site with mobile first in mind, as I plan to use a fluid/responsive layout to then build up to larger desktops. I'm sure it's an easy fix, but I've started to build my main ...
0
votes
0answers
59 views

How to make my site fit all screen resolutions? [closed]

On my 1280x720 it tooks great, however on 1920x1080 the text is really small. HTML - http://pastebin.com/2DA5Zbyr CSS - http://pastebin.com/4K0HXknB Thanks in advance
0
votes
1answer
53 views

Fluid css grid framework for Mobile site only

I am looking to start a mobile website only. Not responsive. I am going to be using HTML5 boilerplate for mobile. I know there are lots of css fluid frameworks out there, but just wanted to know what ...
0
votes
1answer
40 views

Can HTML email be fixed in gmail, fluid in mobile?

Creating HTML emails, I have the following seemingly insoluble problem: Gmail strips out any in the head. You have to use inline styles. I want my design to be different on mobile (specifically ...
0
votes
1answer
29 views

Isotope with fluid grid and different element sizes

I am trying to create a site using isotope (http://isotope.metafizzy.co) and a fluid layout grid (http://unsemantic.com/) for the content of the site. I want it to be exactly like this: ...
1
vote
3answers
66 views

Fill remaining horizontal space (or max-width) AND wrap on min-width

#fit and #wrap illustrate two different behaviors that I want to have for one element depending on the situation. The element should work like #fit if there is room, but should work like #wrap if ...
0
votes
2answers
26 views

2-column design with main content containing boxes that I need to align in a 2 column layout

Here's an example of my code: http://jsfiddle.net/9ECkE/1/ HTML <div class="wrapper"> <div class="sidebar"> <ul> <li> test ...
0
votes
1answer
43 views

CSS “height: [percentage]” behaviour using “margin” and/or “padding”

I got an awesome incognita to share with you. I found it while trying to do a very simple thing - at least i thought it was simple. The Stage A parent element with a fixed height value which ...
0
votes
0answers
96 views

Fluid layout table max-width images - not resizing properly

I'm attempting to create a navigation menu out of images that will allow the website to be fluid. In order to do that, I created it within a table so that the images won't wrap. The problem I'm ...
0
votes
1answer
45 views

fluid layout footer with same height separators

I am developing the footer of a fluid layout web page. Here is the html: <div id="footer"> <div id="lists"> <div class="list1" id="list-sep"> <p ...
0
votes
1answer
98 views

Fixed Vertical Logo in Sidebar Navigation in Responsive Bootsrap

Is there a way to get the same results with a vertical logo as is achieved with an unordered in the code from: http://jsfiddle.net/ukMqq/94/ I removed the unordered list and inserted an image and it ...
1
vote
1answer
64 views

How can I use javascript or jQuery to make this table fill available width and height?

jsFiddle: http://jsfiddle.net/ZvygQ/ How can I stretch out a table to use the entire width and height the fluid-width container allows, while preserving the fixed header and scrolling tbody? Look at ...
0
votes
1answer
34 views

Having problems with creating a fluid formatting.

I'm struggling terribly to figure out why my content overflows and my divs aren't playing nicely. (all sitting where they should be.) This is a link to what I've got currently. I'll keep trying ...
0
votes
1answer
37 views

How do I create a table-like layout with fluid positioning? [Image inside]

Here's the layout im looking for: Right now, all my boxes have a right and bottom margin, and I have to remove the right margin on every 3rd element to not make it overflow the wrapper and fall ...
0
votes
1answer
157 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. ...
-1
votes
0answers
29 views

Fluid grid layout and Iframe for outside content

I am new to using the Fluid Grid Layout in Dreamweaver, I have two iframes that load other html pages (one being an adobe edge animation and one being a jquery scroller) how do I get the iframes and ...
0
votes
0answers
42 views

How to stop overflow of elements in this navigation html/css

I have a navigation bar, made up of block & inline items. I am looking at stopping the overflow of items. I.e. text going over other items, items going over other text. What I want is to be able ...
0
votes
1answer
137 views

twitter bootstrap layout modifys when screen width changes

I'm trying to achieve something with Twitter Bootstrap, but I'm not sure of how to do it, and if it is possible (pretty sure it is, just have to know how :p ). Basically what I would like to have is ...
0
votes
1answer
71 views

Fluid layout with margin-bottom and nested div 100% height issues

I'm in the process of transforming an existing fixed layout to be "fluid". I've got 2 issues: When #content contains a lot of data, which makes it expand over the viewport I can't find a way to ...
1
vote
1answer
395 views

Bootstrap multiple rows of spans in a row-fluid

This question is very similar, although it doesn't answer my question. An answer like this would be fine, as long as it works for responsive layouts e.g. .row-fluid, which it doesn't at the moment. ...
0
votes
1answer
16 views

How do I ensure that an image is fluid and will resize?

I am trying to use CSS to ensure an image on my page will resize if the screen is below a certain resolution or the window below a certain size. I have read to use {max-width:100%}, which I have ...
0
votes
2answers
40 views

How do I subdivide a span10 into 12 columns

I'm having trouble creating a fluid row within another column. My understanding is that I should be able to divide the span10 into 12 more columns but I'm not having any luck. The fourth span3 doesn't ...
0
votes
1answer
49 views

bootstrap .row inside a .row-fluid container

I want to have the ability to place a fixed span div ( span1..span12) inside a .row-fluid container. <div class="row-fluid"> <div class="span5 red"> <div class="row"> ...
0
votes
3answers
69 views

CSS positioning, overlaying divs in fluid layout

It's my first time designing a fluid layout and one of the things I'm trying to do is overlay a caption at the bottom of a photo. The method I'm using is having the photo (width:100%) inside a div ...
0
votes
1answer
139 views

scaling the size of background image in list navigation menu

I wish to build a sprite navigation menu using an unorderd list with a background image. I want this menu to expand to fit the browser window. In my code <img ...
0
votes
2answers
37 views

Preventing a list overflow in css when a minimum width is reached

I am having trouble with a navigation bar in html. I would like it to be able to adapt to size changes, however when the screen gets really small, the navbar simply overflows and sort of tiles up (I ...
0
votes
1answer
113 views

How to make inner DIV width a percent of outer div width that is set to auto

Wapper contains a outer DIV (the group DIV that contains the IMG) and 3 inner DIVs (overlays). I need to position and size the overlay DIVs relative to it's container. The problem is that the ...
-1
votes
1answer
49 views

Switching between fixed and fluid layout in Twitter Bootstrap [closed]

I use Twitter Bootstrap extensively in my app, especially the scaffolding mechanism. I am wondering if there is an easy way to switch between the fixed and fluid layouts. Since my HTML has references ...
4
votes
3answers
426 views

CSS Center Responsive DIV

The "tiles" (white boxes) that you see in image 1 are responsive to the users screen. If the screen size just isn't big enough, it leaves a gap on the right hand side. What I want to do is achieve the ...
0
votes
0answers
93 views

Using jquery masonry with fluid full width grid

I am struggling to force Masonry to properly position the elements of the boostrap's full width grid. As you will see home page is using the container with fixed width of the elements and everything ...
0
votes
1answer
100 views

HTML DIV Table With Flexible Height/Width

Currently i have a HTML table which looks like: ---COLM1---|---COLM2---|---COLM3--- data1 smalldata data 2 data 3 NEW ROW 1 NEW ROW 2 The new row 1 shows the new row for column one ...
0
votes
0answers
123 views

Possible to retrieve value of a twitter bootstrap fluid row height with Jquery?

I have a bootstrap page in 3 rows like this: [header @ ??px height] [content tab column][content tab column][content tab column] [footer @ 30px height] I'm using jquery to calculate the min-height ...
0
votes
1answer
54 views

fluid portrait images with max height

I'm having some issues with fluid images when using a max height. I'm trying to bound the image in a box that is at most 450x450 or any arbitrary box thats not in the same aspect ratio as the image. ...
0
votes
1answer
98 views

how do I change the appearance of one div while hovering over another?

For starters, I'm using DW's liquid layout format. I have multiple containers in my layout, and what I am looking for is when you hover over the artwork button1, the opacity of both artwork1 and ...
0
votes
1answer
49 views

Is it safe to only use width on a fluid retina <img> tag

The standard solution to get an <img> tag to display well on a retina display is to double the image size and put the original width= and height= attributes on the tag to squish it down to size. ...
0
votes
2answers
114 views

Divide a div into four equal parts filling the viewport with a fixed nav bar

So I have a fluid layout with a fixed nav. I have: the fixed nav itself, and a div containing four other divs that Im looking to fill the space beneath the fixed nav completely. I cant seem to make ...
-3
votes
1answer
83 views

How to layout a fairly simple bootstrap scenario? [closed]

I am new to bootstrap and trying to layout something fairly simple using their grid system, but I am having a difficult time. Here is what I want: So basically, a title of the Report on the left. ...
0
votes
1answer
110 views

how do I make a resizable scrolling text box in a fluid layout?

I've tried using Dreamweaver's standard fluid layout, and modified it with 10% column widths and 24 columns on the desktop design. I've tried creating a div within a div (bear with me, I'm a noob at ...

1 2 3 4 5 8