Responsive three column fixed layout

Developer
Size
3,256 Kb
Views
42,504

How do I make an responsive three column fixed layout?

Vertical fixed navigation + Vertical hero image (as a background-image to prevent "fixed" jitter) + Scrolling text-heavy content. What is a responsive three column fixed layout? How do you make a responsive three column fixed layout? This script and codes were developed by Laura Moraiti on 27 August 2022, Saturday.

Responsive three column fixed layout Previews

Responsive three column fixed layout - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Responsive three column fixed layout</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="menu"> <ul> <li>About us</li> <li>All animals</li> <li>Photographers</li> <li>Partners</li> <li>Contribute</li> </ul> </div>
<div class="container">
<div class="content"> <h1>Macaw</h1> <p class="lead">Macaws are long-tailed, often colourful New World parrots. Of the many different Psittacidae (true parrots) genera, six are classified as macaws: Ara, Anodorhynchus, Cyanopsitta, Primolius, Orthopsittaca, and Diopsittaca. Previously, the members of the genus Primolius were placed in Propyrrhura, but the former is correct in accordance with ICZN rules. Macaws are native to Central America (especially Mexico), South America, and formerly the Caribbean. Most species are associated with forests, especially rainforests, but others prefer woodland or savannah-like habitats.</p> <p>Proportionately larger beaks, long tails, and relatively bare, light-coloured, medial (facial patch) areas distinguish macaws. Sometimes the facial patch is smaller in some species, and limited to a yellow patch around the eyes and a second patch near the base of the beak in the members of the genus Anodorhynchus. A macaw's facial feather pattern is as unique as a fingerprint.</p> <p>The largest macaws are the Hyacinth, Buffon's (Great Green) and Green-Winged Macaws. While still relatively large, macaws of the genera Cyanopsitta, Orthopsittaca and Primolius are significantly smaller than the members of Anodorhynchus and Ara. The smallest member of the family, the Red-shouldered Macaw, is no larger than some parakeets of the genus Aratinga.</p> <p>Macaws, like other parrots, toucans and woodpeckers, are zygodactyl, having their first and fourth toes pointing backward.</p> <h2>Extinctions and conservation status</h2> <p>The majority of macaws are now endangered in the wild and a few are extinct. The Spix's Macaw is now probably extinct in the wild. The Glaucous Macaw is also probably extinct, with only two reliable records of sightings in the 20th century. The greatest problems threatening the macaw population are the rapid rate of deforestation and the illegal trapping for the bird trade.</p> <p>International trade of all macaw species is regulated by the Convention on International Trade in Endangered Species of Wild Flora and Fauna (CITES). Some species of macaws—the Scarlet Macaw (Ara macao) as an example—are listed in the CITES Appendix I and may not be lawfully traded for commercial purposes. Other species, such as the Red-Shouldered Macaw (Diopsittaca nobilis), are listed in Appendix II and may legally be traded commercially provided that certain controls are in place, including a non-detriment finding, establishment of an export quota, and issuing of export permits.</p> <dl> <dt>Photo</dt> <dd><a href="http://www.flickr.com/photos/wwarby/">wwarby</a></dd> <dt>Info</dt> <dd><a href="http://en.wikipedia.org/wiki/Macaw">Wikipedia</a></dd> </dl>
</div> <div style="clear: both;"></div>
</div>
</body>
</html>

Responsive three column fixed layout - Script Codes CSS Codes

* { box-sizing: border-box; font-family: 'Georgia', serif; line-height: 150%;
}
body { margin: 0;
}
.menu { width: 20%; position: fixed; left: 0; z-index: 100; background-color: #FFF;
} .menu ul { margin: 0; padding: 0; } .menu ul li { list-style: none; border-bottom: 1px solid #DDD; line-height: 4em; padding: 0 1em; color: #333; }
.container { width: 80%; float: right; position: relative; background: url(http://farm3.staticflickr.com/2872/9641349090_0d480d5487_b.jpg) no-repeat fixed;
}
@media (max-width: 500px) { .menu { width: 100%; height: 80px; } .menu ul li { display: inline-block; border-bottom: none; border-left: 1px solid #DDD; padding: 0 .8em; line-height: 80px; } .container { width: 100%; margin-top: 80px; }
}
.content { width: 70%; padding: 1em; float: right; background: coral;
} p.lead { font-size: 1.18em; }
Responsive three column fixed layout - Script Codes
Responsive three column fixed layout - Script Codes
Home Page Home
Developer Laura Moraiti
Username Fixie
Uploaded August 27, 2022
Rating 3.5
Size 3,256 Kb
Views 42,504
Do you need developer help for Responsive three column fixed layout?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Laura Moraiti (Fixie) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!