Jump to content

ifubad

Members
  • Posts

    158
  • Joined

  • Last visited

    Never

Everything posted by ifubad

  1. How are these rounded corner boxes created, since they are not using background-images, as far I can tell? http://chrispederick.com/work/web-developer/
  2. remove "border-top: 1px solid #545c82;" from #footer
  3. Is it mainly so that they can change each element's style easily?
  4. The partial emulated page capture
  5. Using FF plugin web developer to display all div, showing the before and after from a single row from youtube. What are the advantages to using so many DIVs for a single row? It just seems that it can be done with 4 or 5 like this partial emulated page http://ifubad.awardspace.com/youtube.html
  6. after both replies, I now understand more on why it's doing what it's doing. Just practicing, trying to emulate the youtube home page. I now also see when display:inline is not necessary. Thnx to both
  7. #con ul li { display: inline; float: right; } <div id="con"> <ul> <li><a href="#">Link 1</a></li> <li><a href="#">Link 2</a></li> </ul> </div> I just noticed using float:right on a <ul> will display the <li> order in reverse (i.e. instead of displaying it as "Link 1 Link 2", it's "Link 2 Link 1"). Is the only way to work around this is to reverse the <li> order in the markup?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.