Thank you John, that is exactly what I was looking for. On 8/12/05, John Ivanoff <[EMAIL PROTECTED]> wrote: > like this? > > On 8/12/05, Ryan Everhart <[EMAIL PROTECTED]> wrote: > > Hi guys, > > Thank you for all your feedback. I wanted to send you a link and > > explain what I'm trying to do.. I apologize if the site is slow, it's > > hosted at my house > > > > http://www.ryaneverhart.com/flowerbox/admin/ > > > > You should be able to see all the CSS by viewing the source. > > > > Orginally what I wanted to do was to get that light gray line on top > > with the black border on it, so that much I have done. However I > > would like to get rid of the spacing between the two nav bars and > > below the bottom nav bar. Does that make sense? For some reason when > > I put a padding-top of 3px it put that spacing between the other divs. > > Am I doing something wrong? > > > > Ryan > > > > > > > > On 8/12/05, John Ivanoff <[EMAIL PROTECTED]> wrote: > > > if you are trying to make something like a <hr> then you can put a > > > border-bottom or border-top style to it. > > > > > > div is also a block element so you could adjust the line height. > > > > > > <p style="border-top: 5px solid #000;">hello world</p> > > > > > > div is a block element so you could adjust the line height to make it > > > smaller. > > > > > > On 8/12/05, Ryan Everhart <[EMAIL PROTECTED]> wrote: > > > > Hey All, > > > > I'm trying to make a DIV that is basically just a line that is 5 px > > > > high, however the following code does not work... it looks like maybe > > > > 20 or 25px is a small as the height can go. Any thoughts? > > > > > > > > <div style="height:5px; width:700px; background-color:#CCCCCC;"></div> > > > > > > > > -- > > > > Ryan Everhart > > > > [EMAIL PROTECTED] > > > > ---------------------------------------------------------- > > > > To post, send email to [email protected] > > > > To unsubscribe: > > > > http://www.dfwcfug.org/form_MemberUnsubscribe.cfm > > > > To subscribe: > > > > http://www.dfwcfug.org/form_MemberRegistration.cfm > > > > > > > > > > > > > > > ---------------------------------------------------------- > > > To post, send email to [email protected] > > > To unsubscribe: > > > http://www.dfwcfug.org/form_MemberUnsubscribe.cfm > > > To subscribe: > > > http://www.dfwcfug.org/form_MemberRegistration.cfm > > > > > > > > > > > > > > > -- > > Ryan Everhart > > [EMAIL PROTECTED] > > ---------------------------------------------------------- > > To post, send email to [email protected] > > To unsubscribe: > > http://www.dfwcfug.org/form_MemberUnsubscribe.cfm > > To subscribe: > > http://www.dfwcfug.org/form_MemberRegistration.cfm > > > > > > > > >
-- Ryan Everhart [EMAIL PROTECTED] ---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
