I'm trying to get into this whole "CSS" thing... Just as I think I've got it, something happens... I've attached a snapshot of a project I'm working on... For some reason, the links are popping out of the bottom of the DIV container... I'll upload the code in a second... Thanks in advance for any help...
I was working on it, but my FTP is going slowwww... Here's the CSS external sheet: http://www.tampaprojects.com/dp_css.txt Here's the html file: http://www.tampaprojects.com/dp_html.txt Thanks again everyone... PS, I know my code is ugly, and probably inefficient, I'm get starting with CSS
I don't think you need float: left; and position: relative; in A.SubCatLink Try removing them and see what happens
Hey, it worked! Thanks! I thought you needed the "float: left;" whenever you wanted something to be to the right of it, but it looks like you don't.... Thanks!
you're welcome! PS: I also started with css with a hands-on approach, but you should read some guide, at least to understand the basics of css! Gogg luck for your work!