Skip to main content

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

Rss Feed Group items tagged

rahulsinghseo

Electro Pour Mini Dual Vertical, Vertical Slab Midi Gel Electrophoresis - 0 views

  •  
    Axiva Sichem Biotech provides electro pour mini dual vertical gel systems and vertical slab midi gel electrophoresis which comes loaded with unique, simple and user-friendly features. We have experienced and skilled vendor team, who help us in offering the best quality products to our clients.
Raja uk

Vertical Menu with Show/Hide Effects | Mootools | Ajaxmint.com - 0 views

  •  
    simple tutorial with two vertical menu examples with show/hide menu effect. First example uses a simple JavaScript code. Second example uses mootools to show/hide the menu with a nice vertical slide-in/slide-out effect.
Luciano Ferrer

How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 | SpyreStudios - 2 views

  •  
    "So, what about a vertical sliding panel that would act as some sort of drawer instead of the usual top horizontal sliding panel that pushes everything else down when it opens? While thinking of alternatives to the usual horizontal panels, I thought it would be nice to create something that works in a similar way, but that is a bit more flexible."
Jochen Burkhard

The Easiest Way to Create Vertical Text with CSS | Nettuts+ - 0 views

  •  
    "Earlier this morning, I needed to create vertical text for a project I'm working on. After trying out a couple ideas, I took to Twitter to find what sorts of thoughts our followers had on the subject. There were plenty of great responses and ideas that we'll go over today! "
  •  
    Sooo short the tip, so useful.
Luciano Ferrer

How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 | SpyreStudios - 1 views

  •  
    "More and more we see people using horizontal sliding panels on their websites. And they usually look very nice! Some will put a contact or login form in there, others will put some information about them and their website, or even things like a tag cloud or social networking buttons. Horizontal sliding panels are great for many situations, but like everything else, they're not always ideal. It depends on the project. To see what I mean by 'horizontal sliding panel', go have a look at my other site Design-Newz, and click on the 'want more' button that's on the right above the navigation bar."
Luciano Ferrer

Circular, Responsive jQuery Carousel - CarouFredSel - 0 views

  •  
    "jQuery.carouFredSel is a plugin that turns any kind of HTML element into a carousel. It can scroll one or multiple items simultaneously, horizontal or vertical, infinite and circular, automatically or by user interaction. Oh, and it's responsive too."
Luciano Ferrer

Elegant Accordion with jQuery and CSS3 | Codrops - 5 views

  •  
    "Today we will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks."
Luciano Ferrer

circular, responsive jQuery carousel --- CarouFredSel 5.6.2 - 1 views

  •  
    "jQuery.carouFredSel is a plugin that turns any kind of HTML element into a carousel. It can scroll one or multiple items simultaneously, horizontal or vertical, infinite and circular, automatically or by user interaction. Oh, and it's responsive too."
Luciano Ferrer

CoolCarousels - Showcasing 37 cool carousel examples - 3 views

  •  
    "Currently showcasing 37 cool carousels, so go ahead and pick one to view. There are sliders with thumbnails, responsive examples, horizontal/vertical ones, lazy-loading supported sliders for displaying many images and much more."
mathew david

Web Application Development and Customization - Pacific Web Technology - 0 views

  •  
    Our web application development methodology itself is an excellence of technology and we provide the best suitable solution that best serves our partner's needs. We serve the needs of various global verticals with customized solutions that include e-learning,
gaus surahman

Sexy collapsible login block with jquery slide effect | gausarts.com - 0 views

  •  
    We have learned before how to create a slide up toggle with jquery to mimic facebook chat panel where it slides vertically bottom up. Now we are trying to slide a whole login block horizontally.
Raja uk

jAni - Animate background images | Ajaxmint.com - 0 views

  •  
    jAni is a simple plugin for jQuery which allows you animate background images. The jAni loads a long vertical image and changes its background position with the speed you setup, giving you good control of the animation.
Soul Book

The Incredible Em & Elastic Layouts with CSS - 0 views

  • Elastic design uses em values for all elements. Ems are a relative size, written like this: 1em, 0.5em, 1.5em etc. Ems can be specified to three decimal places like so: 1.063em. “Relative” means: They are calculated based on the font size of the parent element. E.g. If a <div> has a computed font size of 16px then any element inside that layer —a child— inherits the same font size unless it is changed. If the child font size is changed to 0.75em then the computed size would be 0.75 × 16px = 12px. If the user increases (or decreases) text size in their browser, the whole interface stretches (or shrinks.)
  • All popular browsers have a default font size of 16px. Therefore, at the default browser setting, 1em = 16px.
  • The <body> inherits it unless styled otherwise using CSS. Therefore 1em = 16px, 0.5em = 8px, 10em = 160px and so on. We can now specify any element size we need to using ems!
  • ...9 more annotations...
  • However, (gasp) IE has a problem with ems. Resizing text from medium (default) to large in IE5/6 would lead to a huge increase in font size rather than the gradual one expected. So another selector is needed to get IE to behave: html{ font-size:100%; }
  • Let’s give our <body> some more style, and center everything in the viewport (this will be important later for our content wrapper.) Our initial CSS ends up like this: html{ font-size: 100%; } body{ font-size: 1em; font-family: georgia, serif; text-align: center; color: #444; background: #e6e6e6; padding: 0; margin: 0; }
  • 1 ÷ 16 × 740 = 46.25em (1 ÷ parent font-size × required pixel value = em value)
  • While we're here, we might as well add some typographic goodness by selecting a basic leading and adding some vertical rhythm, with everything expressed in ems.
  • Set a 12px font size with 18px line height and margin for paragraphs
  • Dividing the desired line height (18px) by the element font size (12px) gives us the em value for line height. In this example, the line height is 1 and a half times the font size: 1.5em. Add line height and margin properties to the CSS: p{ font-size: 0.750em; line-height: 1.5em; margin: 1.5em; } Now the browser will say to itself, “Oh, line height and margin is set to 1.5em, so that should be 1.5 times the font size. What’s the font size, again? 12px? OK, cool, make line height and margin 1.5 times that, so 18px.”
  • To retain our vertical rhythm we want to set an 18px line height and margin. Easy: If the font size is 18px then 18px in ems is 1em! Let’s add the properties to the CSS (and make the font weight light:) h1{ font-size: 1.125em; line-height: 1em; margin: 1em; font-weight: 300; }
  • Jon, good article and very useful chartm but your text sizing method has one major drawback. If elements with font-sizes set in em’s are nested, i.e with lists, these elements inherit the font size. Therefore each child element will be 0.75em (or 75%) of the previous one: See an example here. (Would have posted the code put it was coming out really ugly!) I would recommend against using that method and setting the global font size in the body tag i.e. 'font-size:75%' for 12px. Then only setting different font-sizes where necessary.
  • Thanks Will, interesting point, but that is solved with a simple font-size:1em on the first child. Retaining the default ensures that even images are sized correctly in ems. IE (surprise) will compute incorrectly against a parent length equivalent to 12px. My preference born out by some minor but painful computed size errors in complex layouts is not to adjust the body, and only set font size where necessary for specific elements.
  •  
    A nice and simple explanation of using EMs to make elastic layouts
Alexis Sgavel

25 Examples of Interesting and Beautiful Navigation | Codrops - 0 views

  •  
    Designing the perfect navigation for a website it's one of the main keys to have a good outcome, to have a website that gets users attentions and make them want to browse around to check every little information (tab, image, text, etc) you have there. Navigation menus, schemes, layouts, everything has an important weight and need to be carefully analyzed to form a nice layout. From horizontal sliders to vertical scrolls and menu based navigations, here you will see 25 examples of navigations that will certainly get you inspired.
Aksay Vys

How Multi-Store Ecommerce can Help You Develop Your Online Business - 0 views

  •  
    Multiple stores help ecommerce business owners in the following ways: Sell products from diverse verticals - categories on the same pages may not always be possible since categories themselves could.
ukulelemononoke

Alexander Wang - Fashion Website | Abduzeedo Design Inspiration - 0 views

  •  
    Josué Solano took his spare time to redesign the fashion designer Alexander Wang's website. The concept has beautiful ideas that are becoming quite trendy, the vertical orientation for text being a great example. Another thing that is a good reference, in my opinion, is the grid system and the way the content is showcased. It doesn't follow a regular order but more organic, much more like a magazine layout.
AResource Pool

Hire Magento Developer India - AResourcePool - 0 views

  •  
    Aresourcepool is a leading mobile and web development company. We have delivered over 1000 global projects across diver's verticals. In Combined More than 6000+ project delivered including domains such as Magento web development, mobile/tablet apps and games. Magento Development Company India, Hire Magento Developer India, Magneto Developer India, mobile and web development company, website and mobile app development company, hire Magento developer, web development company USA
1 - 20 of 49 Next › Last »
Showing 20 items per page