Jump to content

Harish

Members
  • Posts

    48
  • Joined

  • Last visited

Users Experience

  • Experience
    Nothing
  • Area of Expertise
    Designer

Harish's Achievements

Dedicated Member

Dedicated Member (2/6)

0

Reputation

  1. Harish

    css

    Can CSS be used with other than HTML documents?
  2. Harish

    selector?

    Can I attach more than one declaration to a selector?
  3. Thanks for the reply.. but can you tell me in more detail....
  4. Harish

    xml vs xhtml

    hello friend can you tell me that what is the difference between the xml an xhtml. and which is better. thanks in advance.....
  5. try this </td> <td width=495 valign=top style='width:371.55pt;padding:0cm 5.4pt 0cm 5.4pt'> <p class=MsoNormal>Test get text 1 <a href="c:\text.txt"> </p> <a href="c:\text.txt"> </td>
  6. thanks for the reply. this is useful to me.
  7. please tell me the difference between the inline and external css.
  8. thanks for the reply..... Is no more difference between html and css.
  9. hello friends Can you tell me how can I create drop down menu using css only.
  10. I think there is no any css validation problem........
  11. Thanks for your useful information. But I want some more difference.....
  12. CSS: html{ height: 100%; border: 0; padding: 0; margin: 0; } body{ height: 100%; margin: 0; padding: 0; border: 0; } #spacer{ display: block; height: 95%; float: left; width: 2px; /* 1px would be enough this is for display only */ font-size: 1px; /* to make sure width is not overridden */ padding: 0; margin: 0; background-color: red; /* visual effect only */ } #contentwrap{ display: block; width: 99%; /* to suit but leave room for spacer */ text-align: center; padding: 0; margin: 0; } #content{ margin: 0; padding: 0; border: 1px solid blue; } #footer{ clear: both; height: 5%; border-top: 1px solid green; padding: 0; margin: 0; } HTML: <div id="spacer"></div> <div id="contentwrap"> <div id="content"> <p>"insert favourite foo text"</p> </div><!-- content --> </div><!-- contentwrap --> <div id="footer">footer</div>
  13. Here you can't use that selectors (i.e. a:link, div, #main) in inline styles. To set the colour for the links : <a href="whatever" style="color:#fff;">Link</a> on each link. But I would seriously consider using a stylesheet.
  14. your site is good but I did not like the menu. because it is hard to read. So that the colour of that should be another. or it should be solid
  15. hello friend tell the difference between html and css
×
×
  • Create New...