treehouse : what would you like to learn today?
Web Design Web Development iOS Development

nichodiaz

  • Flexible width line between two elements with CSS?

    if you look at the class called line notice i set the width to 60em that basically means it will fill 60 percent. allowing enough room for the boxes i put on both sides to have a 300 pixel width. you can take that code now and play with the numbers …
    Comment by nichodiaz September 2012 permalink
  • Flexible width line between two elements with CSS?

    maybe im confused.. but it sounds like you want to float an object to the left and float an object to the right and then have a line connect each of these two objects. but you want them to have the relative ability. so you would set the width to em …
    Comment by nichodiaz September 2012 permalink
  • Flexible width line between two elements with CSS?

    was my explanation not helpful? you can adjust the css with em to change based on page width...
    Comment by nichodiaz September 2012 permalink
  • Image in div, down simultaneously

    i dont understand i thought we solved the problem with the padding? are you saying why wont the margin work? this could have to do with many things, some browsers ignore margins. or look diff in each browser. some times depending on other divs coul…
    Comment by nichodiaz September 2012 permalink
  • Image in div, down simultaneously

    im sorry I cant see all of your code. have you tried to padding-top: 10px; ??????????if so and that does not work I would need to see your css so I can take a look at whats going on. maybe some type of container holding you back. if the padding-top …
    Comment by nichodiaz September 2012 permalink
  • Flexible width line between two elements with CSS?

    basically just your the css class line... make a border-bottom and decorate it and position it where you want it inside of a container or wrap. This is also how you would make a border to the right or left of the link in a navbar. border-right etc.
    Comment by nichodiaz September 2012 permalink
  • Flexible width line between two elements with CSS?

    Ok... I hope I can help... I basically made a index.php page that places the divs for two boxes with some text in them Then... I set up some divs for container purposes and of course set a css page up externally so I could move around the content. …
    Comment by nichodiaz September 2012 permalink
  • Removing white space between inline DIV

    Hey congrats on starting to learn. I would like to help you. Here are a few things that will help you be designing in no time. First of all you need to learn how to design a page from top to bottom. instead of thinking of this as a nice looking si…
    Comment by nichodiaz September 2012 permalink
  • echo user profiles with out edit permissions.

    By the way the reason this is in php is because the main issue is displaying the users data from the data base which im working with in php. i need to give access to view only to viewers passing through the website.
    Comment by nichodiaz September 2012 permalink