Jump to content

vinpkl

Members
  • Posts

    448
  • Joined

  • Last visited

Everything posted by vinpkl

  1. did you tried making your thumbnails of the same size like they are in the example of css tricks. did you tried posting the problem on the authors website means css tricks example page. vineet
  2. without seeing the html nothing can be said. can u post an online link of the page vineet
  3. <input type="text" style="height:15px;" /> vineet
  4. you may try some readymade cms like wordpress or if its just onepage site then give some time learning html and css. this link has all resources you need while learning http://www.w3schools.com/html/default.asp vineet
  5. this link may help you find the answer http://css-tricks.com/absolute-relative-fixed-positioining-how-do-they-differ/
  6. if you are using php or asp then you can set the height dynamically acording to your need in html source. or may be try using the style "min-height:100px" vineet
  7. the link you have provided shows an error of database connection vineet
  8. it would be easy to answer if you can upload the page online and send us link to see vineet
  9. if you have absolute positioned div inside an relative positioned div then it will not disturb your layout on any screen resolution. vineet
  10. if this is what you meant, then this works fine for me <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <select name="sdf"> <option>asdf</option> <option> </option> <option>kkl</option> </select> </body> </html> vineet
  11. can you post your select box code vineet
  12. if you want to make your navigation scalable at diferent resolutions then keep width of navigation and parent element in %. if you want to keep a:hover color fixed when user clicks it then you need to use javascript for it. vineet
  13. if you want to have copyright at the bottom then simply just add clear:both .body #copyrights{ text-align:center; font-size:12px; font-family:Times New Roman, Georgia; width:900px; clear:both; } vineet
  14. i think there is some javascript window.location script on that page or somewhere that is redirecting you. otherwise if you write <iframe src ="http://www.ntnui.no/" width="300" height="300"></iframe> then this site opens fine and doesnt redirect you. vineet
  15. vinpkl

    using 100%

    see this link http://www.dailycoding.com/Posts/howtoset100tableheightinhtml.aspx
  16. %20 means there is blank space in image name. rename your image to name which is without blank space like "imga1.jpg" and try vineet
  17. i dont see any footer div in your html and dont post php in html section. always post the html outputted by php. its helpful. vineet
  18. this link may help you http://blog.christopherschultz.net/index.php/2009/02/10/indenting-html-select-options vineet
  19. are you using some server side script like php or static html for site. vineet
  20. you can strip those tags http://php.net/manual/en/function.strip-tags.php or you want to have those tags inside your content but dont want to count them. vineet
  21. it will be done through javascript. see the link below for answer http://webdesign.about.com/library/weekly/bl_aa042202-form2.htm vineet
  22. instead of using padding to indent them you should you optgroup. http://www.w3schools.com/tags/tag_optgroup.asp vineet
  23. i design my sites in 980px width. now as big lcd monitors are arriving so 800x600 will be a past thing. but still you should create design acording to your targeted clientele. vineet
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.