View Single Post
Join Date: May 2004
Posts: 1,478
Reputation: mikeandike22 is an unknown quantity at this point 
Solved Threads: 18
mikeandike22's Avatar
mikeandike22 mikeandike22 is offline Offline
Nearly a Posting Virtuoso

Re: HTML/CSS DIV help needed

 
0
  #2
Nov 3rd, 2005
i think instead of div id="nav" for example you should go back into the css and make it a class

HTML and CSS Syntax (Toggle Plain Text)
  1. .nav {
  2. float: left;
  3. margin: 0px;
  4. border: 0px;
  5. width: 15%;
  6. }
  7.  
  8. <div class="nav">klkjlljklklklklklklklksdksldkslskdlsk</div>

try that and see wat happens.
My Daniweb Blog: This,That, and Everything Else (Blog contest winner)

GetFirefox!
GetOpera!






Reply With Quote