Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Mastering jQuery UI
  • Table Of Contents Toc
Mastering jQuery UI

Mastering jQuery UI

By : Joshi
close
close
Mastering jQuery UI

Mastering jQuery UI

By: Joshi

Overview of this book

If you are a frontend developer with considerable knowledge of jQuery UI and want to take this expertise to the next level, then this book is for you.
Table of Contents (14 chapters)
close
close
13
Index

Styling the content


We will have to be very precise about the CSS rules for all elements, especially for all the elements inside the div having id container. Write the following CSS rules in the head section of the index.html file, and then we will go through each of these to see the concepts behind them:

<style type="text/css">
  body{
    font-family:arial,verdana;
    font-size:12px;
    margin: 0px auto;
    width: 900px;
  }
  .container{
    border: 1px solid #333;
    border-left:0;
    height: 250px;
    margin: 100px auto 0;
    overflow: hidden;
    position:relative;
    width: 500px;
  }
  #timeline{
    border-left: 1px solid;
    width: 2000px;
    position:absolute;
  }
  .year{
    border-left: 1px solid #333;
    float: left;
    height: 250px;
    width: 99px;
    text-align:center;
  }
  .year div{
    margin-top: 50px;
  }
  #window	{
    border: 2px solid #ff0000;
    height: 247px;
    left: 0;
    position: absolute;
    cursor:pointer;
    top: 0;
    width:...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Mastering jQuery UI
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon