Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged fluid

Rss Feed Group items tagged

simplykreative

Fluid Typography with vh and vw units - Simply Kreative Designz Blog - 0 views

  •  
    The viewport units are a new set of units designed for the challenges we face today. One-pagers, full-width grids, typography, and many other things rely on the size of the viewport. Thus making embracing fluid typography easier than you think
Jochen Burkhard

Tiny Fluid Grid - 0 views

  •  
    Inspired by 1kbgrid.com. Developed with love by Girlfriend's overconfident and pretty good looking team of web developers. Tiny Fluid Grid ships with a index.html with demo code, and the grid.css containing the CSS for the grid you created.
keaton dodson

20 Useful Tools to Make Web Development More Efficient - 0 views

  •  
    logicss is a collection of CSS files and PHP utilities aimed at reducing web development time. It allows developers to create customizable fixed, elastic, or fluid (liquid) layout grids.
  •  
    logicss is a collection of CSS files and PHP utilities aimed at reducing web development time. It allows developers to create customizable fixed, elastic, or fluid (liquid) layout grids.
eSparkInfo Solution

How to Optimize Responsive Design for Conversions - 0 views

  •  
    Essentially a fluid layout would save you the time, cost and effort behind making your website accessible across multiple devices of varied screen sizes by focusing on creating a comprehensive and solid core code for your website.
Jennifer Ray

Quick PSD to WordPress Integration Trick : Using WordPress "Featured Image" To Create H... - 0 views

  •  
    Did you know that responsive web design is at boom when it comes to WordPress driven sites. It is a combination of a fluid layout, media queries and high quality graphics implemented together to create a website that fits easily on a particular screen size of Smartphones, iPads or Tablet computers. And we all know that huge image files are majorly responsible for slowing down the loading speed of your web page which results in poor search engine ranking. Taking all this into account, you need to reduce file sizes so that a website can run smoothly on all platforms including mobile devices. Many developers have a hard time to develop highly responsive websites that fits easily on a particular screen size of Smartphones, iPads or Tablet computers. The biggest challenge is how to reduce the size of file to deliver different-sized image files to different devices. Read this post to know everything on how to use WordPress "Featured Image" to create highly Responsive Images
Vernon Fowler

A Handy Resource for 1140px Designers » HTML & CSS » Design Festival - 4 views

  •  
    A resource you may find useful is the 1140px Grid created by Australian designer Andy Taylor. The 1140 grid fits perfectly into a 1280 monitor. On smaller monitors it becomes fluid and adapts to the width of the browser. The grid consists of twelve columns, which can be evenly divided into columns of two, three, four or six. In terms of browser support, Andy's grid works in Chrome, Safari, Firefox, IE7, and IE8. IE6 (there's always one, isn't there?) doesn't support max-​​width, so the grid doesn't fix to 1140px. It spans the full width of the browser.
Gemma Weirs

960 Layout System | Grids made easy - 0 views

  •  
    A generator where you can generate the markup and CSS for your custom 960 grid, which can be either fluid or fixed.
Soul Book

CSS techniques I use all the time - 0 views

  • EM calculations Sizing text is always an important part of making a usable design. I start all my CSS files with the following rules: html { font-size:100.01%; } body { font-size:1em; } The explanation for this comes from "CSS: Getting Into Good Coding Habits:" This odd 100.01% value for the font size compensates for several browser bugs. First, setting a default body font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. The current "best" suggestion is to use the 100.01% value for this property.
  • I used the following calculation: 14px/16px = .875, 18px/16px = 1.125. So my default text at 1 em would translate to 16px for most users, and my small text I sized at .875em which I can trust to result in 14px for most users, while my large text I sized at 1.125em which I can trust to result in 18px
  • Safe Fluid-width Columns I work with hybrid fluid layouts all the time, usually with max-width set at anywhere from 900 to 1000px. I usually have floated columns with percentage widths, and browsers will calculate these percentage widths to whole pixel values when rendering the columns.
  • ...3 more annotations...
  • A typical problem is the following: when a user has the viewport at a size that makes the outer container 999 pixels wide, if the first column is 60% and the second is 40%, IE 6 will always calculate the two columns as 600 and 400 pixels and as a result, the two will not fit (600+400 = 1 more than 999) and it will drop the second column. This is obviously not intended behavior, and in a world where we still have to use floats for columns (I can't wait for display:table support across all browsers), it's important to work around this problem. I used to give my last column 1 less percent (in this example, it would have 39% instead of 40%, but this would usually result in columns that don't quite fill up the container. Of late I have been giving the last column .4 less percent (in this example, 39.6%), which seems to work perfectly. Browsers will calculate this width and round up, but it will still fit even with an odd container width like 999px and I won't have to worry about dropped columns.
  • Filtering for Old Browsers To be honest, I barely support IE 6 nowadays. If there is something special about my layout that doesn't work in IE 6, I will simply filter it out of the CSS that IE 6 understands
  • Because old browsers like IE 6 don't support the "first child" selector (right caret >), I can do the following to make sure that IE 6 only gets the basic setting and all the new-fangled browsers get the right result: div#container { width:900px; } html>body div#container { width:auto; max-width:900px; } /* This overrides the previous declaration in new browsers only, IE 6 simply ignores it. */
  •  
    Excellent simple collection of CSS tips that are easy to remember and implement. It's an old article, but i think everything is still relevant
rahulsinghseo

Important things To Know for Selecting the Right Pipette for Your Lab! - 0 views

  •  
    Choosing the right pipette for the needs of laboratory testing's and usage is really important. A proper pipette will give accurate fluids to pour into the types of equipment uses for testing purpose.
Ahxn Amc

Responsive Medical Website Design | Expand Your Medical Business - 0 views

  •  
    An extremely responsive site means that the site will fix itself according to the screen size and the basic computer resolution or the mobile resolution. This can be done by using the identical basic design of the website along with the adaptable images and fluid grids, which can size themselves as per the screen resolutions.
1 - 16 of 16
Showing 20 items per page