Jump to content

eTianbun

Members
  • Posts

    547
  • Joined

  • Last visited

About eTianbun

  • Birthday January 28

eTianbun's Achievements

Invested Member

Invested Member (3/7)

51

Reputation

  1. Oopse, didnt even border to read the whole thing. I thought the OP s talking about bg-image.
  2. Less work for server, instead of sending back error messages each time the field(s) is/are empty...
  3. Describe the problem you are facing!
  4. eTianbun

    Html link

    You askED same question in the HTML & Javascript sections of this site.NEXT time, just avoid this!
  5. ! Explaination not clear.
  6. e.g: newPopUp=window.createPopup()newPopUp.document.body.style.fontWeight='value'
  7. In websites, bugs are ERRORS which makes a paticular code not to run or run well, while Debug is finding error(s) and fixing them.
  8. iDont realy get you! In pure HTML: If you want the link that was clicked to still be highlighted even when you recieve the requested page, then highlight the requested page's link yourself. For example, if you are at the 'HOME' page and want the 'ABOUT US' link to still be highlighted when you get to the 'ABOUT US' page, then make sure that the link (about_us link) is already highlighted in the 'ABOUT US' page, so each time you visit the 'ABOUT US' page, its pre-highlighted even without clicking the 'ABOUT US' link in the HOME PAGE.
  9. Use the visibility property.Ex: <div id="sub" style="visibility:hidden"> <!--Some text/tags here--> </div> NB: If you use the 'visibility' property, the element will be hidden & the space it occupied will be reserved (that space will be empty).
  10. Where is the CSS for item1 & item2? Using margin top | bottom should fix that, except there is/are ERROR(s) in you® CSS.
  11. Goto W3schools.com/css and learn CSS. After going through that & you have problem(s), come back here and ask.
  12. .Gif file is a sequence of images, put together to become animation. I dont think you need to know programing, when creating .Gif file, except you want to create flash.
×
×
  • Create New...