Jump to content

Zandorian

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Zandorian

  1. found the answer,,........... but how do I change the webpage so it doesn't change if the user changes the size of the window?
  2. My webpage looks differently in IE.... some text is to far to the left... what's the deal?
  3. I want it to look like:http://www.ge.com/en/They are using tables, I want to do it in css. How is this possible?
  4. this is the body of the html:<body><div class="head">Company logo</div><br /><br /><div class="mainmen"><div class="mainlinks"><a href="http://www.google.com">Products & Solutions</a> Suppliers Company Info Contact us</div></div></body>this is the stylesheet:body{font-family:Verdana, Arial, Helvetica, sans-serif;background-color:#FFFFFF;font-size:12px;color:#666666;margin:0;}a{color:#666666;text-decoration:none;}a:hover{text-decoration:underline;color:#CCFFCC;}.head{color:#FF6600;font-size:18px;float:right;margin-right:150px;margin-top:20px;}.mainmen{background-color:#CCCCCC;margin-top:25px;margin-left:150px;margin-right:150px;font-weight:lighter;padding:.1cm;text-align:justify}
  5. now I have a new prob... the text in the nav bar won't "justify".... I want it to be even...any ideas?
  6. Thats not working.... the text stays the same the strip gets bigger.
  7. I have a black strip, a "div" object that is.... And I have text in it.. I want to use it as a menu, but the text in it is staying up to the top border, how do I center it vertically?
  8. I need to create a very professional business website...maybe that's the keySomething like microsoft's website..... I looked at the css stylesheet they used for microsoft.com.... wow! It used id selecters a lot, is there some big advantage with using id selecters.
  9. I have Dreamweaver 8, and I have read and understood the w3schools tuts on xhtml and I am on CSS...My question is how do I practice it? This sounds dumb, but it isn't if you think about it. How do I think up ways to use css.....it's kinda hard to explain what I mean... I guess I mean how do I REALLY know xhtml and css...I know the best way is to create a website....but I can't THINK of ways to use all of xhtml and css on a website....ANy help?BTW: i'm new
×
×
  • Create New...