Jump to content

vinpkl

Members
  • Posts

    448
  • Joined

  • Last visited

Everything posted by vinpkl

  1. post your code in tags vineet
  2. instead of "list-style" use "list-style-image" list-style: url(/images/m10.gif) no-repeat top left; should be list-style-image:url("/images/m10.gif") no-repeat top left; vineet
  3. try this http://kalsey.com/2003/07/rounded_corners_in_css/
  4. <!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> <style> p.category { background: url("http://i47.tinypic.com/2zsp93m.png") no-repeat top right; float:left } p.category span { background: url("http://i48.tinypic.com/1440a3c.png") no-repeat top left; padding: 8px 15px; float:left } a{cursor:hand;} p{margin:0px; padding:0px;} </style> </head> <body> <p class="category"><a href="#"><span>Category</span></a></p> </body> </html> vineet
  5. your <td> had a width of 175px. if you will type any word that is above 175px in width without any space between characters, it will everytime disturb your layout. if you have space between two words and words are of smaller width then this will not happen vineet
  6. vinpkl

    DIV

    you must be using absolute positioning for your divs. provide us code or page to the link to review the problem. vineet
  7. how do you want it to look like. give more details. vineet
  8. vinpkl

    Template Error

    also use gif or jpg instead of bmp vineet
  9. vinpkl

    Template Error

    i dont see extra space. its same in IE7 and firefox 3.5. which extra space are you talking. have you corrected it. vineet
  10. if you want to make it flexible then you can give measurement in percentage instead of fixed pixels. otherwise without giving width its not possible vineet
  11. this site uses thumbnail generator script for php vineet
  12. try this http://www.phpmagicbook.com/upload-file-attach-send-html-format-email/ vineet
  13. your html code is fine. just replace your css with this #CenterMe { display: block; margin-left: auto; margin-right: auto; width:150px; } in this css replace 150px with the actual image width. vineet
  14. did you tried asking dynamic drive whether it works in IE8 or not. vineet
  15. can you show your code or post a link to page. flash doesnt works as background, so without seeing code cant say anything. vineet
  16. ok here is it is you need to remove clear:both from fieldset style in testform.css fieldset { float: left; width: 100%; margin: 0 0 1.5em 0; padding: 0; border: 2px solid #999; background-color: transparent; background-image: none; } vineet
  17. strip_tags($text, '<a>'); like this you can mention which tags you want to allow and they will not get striped. http://php.net/manual/en/function.strip-tags.php vineet
  18. # means id in css <div style="border-style:solid;border-width:1px;border-color:green;width:580px"> <div id="CenterMe"> <img src="MalawiPics/MalawiMe.jpg" alt=""> </div> </div> vineet
  19. yes you can put the whole form inside the a div. then inside that form insert separate child divs that will contain your form label and input field. and do it as i sugested. vineet
  20. i m not able to download these @import url(screen/basemod.css); @import url(screen/content.css); http://www.brittanyburrowphotography.com/screen/basemod.css file not found. otherwise if i leave these two file and save rest of the files on my local machine then this layout has not problem in IE7 and firefox. in both browsers they look same and fine. vineet
  21. can you post a online link for the page vineet
  22. a idea put REGION and Input box in one div, give specific fixed width and use float:left do the same for all vineet
  23. i havent tried but you can call this function in the body of home.php <body onload="chat();"> in this way when the page loads the chat will automatic get open. 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.