Html borders fix setting for Firefox for table and image - html

html borders fix setting for firefox for table and image

 
  • HOME  • tutorials  • photos   • free grafics design   
   



CATEGORIES
EXCEL TUTORIAL
SQL TUTORIAL
WEB INFORMATION
WINDOWS
JAVASCRIPT SCRIPTS
COMPUTER SECURITY
GRAFIC DESIGN
HTML
PHP
CSS STYLE
ATLAS OF THE WORLD
DEVELOPER
PHOTOSHOP
MAGAZINE
LATEST ARTICLES
how to insert decimal values into a sql table row
asrep.com adsense traking script is down
list of walt disney animated movies
free php and ajax captcha scripts
convert uppercase to lowercase javascript online script
detect and block uppercase (up letters) in a string (form text input) php script
php googlebot detection script
replace breaking lines in text or textarea input using php
rounded borders corners css without images
photoshop styles, asl photoshop style free download
  home   HTML » HTML BORDERS FIX SETTING FOR FIREFOX FOR TABLE AND IMAGE
google ads
 
 
 


HTML BORDERS FIX SETTING FOR FIREFOX FOR TABLE AND IMAGE


Html borders fix setting for Firefox for table and image




Some versions of Firefox have great trouble to translate and interpret the HTML code for table or image borders.
Such a setting like border="1" cellpadding="0" cellspacing="0" bordercolor="red"  can lead to hits extremely bad in Firefox. Why should set all 4 sides of the border and you have to include the setings in style="" to a correct code for Firefox.
 

 


In IE that is work perfectly but not in Firefox .

Html code:

<table width="151" height="94" border="1" cellpadding="0" cellspacing="0" bordercolor="red">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>






The corect html code for IE and Firefox is:


<table width="151" height="94" style="border-left: 1px solid red;border-right: 1px solid red;border-bottom: 1px solid red;border-top: 1px solid red;">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>

result:

 
 


and for image:

<img src="image.jpg" style="border-left: 1px solid red;border-right: 1px solid red;border-bottom: 1px solid red;border-top: 1px solid red;" />

 


ARTICLES IN HTML BORDERS FIX SETTING FOR FIREFOX FOR TABLE AND IMAGE CATHEGORY

Zero result!!



Tags : html borders CSS,Html borders Firefox,border-left html css,border-right html css,border-bottom html css,border-top html css,






Leave a comment
Your name *
E-mail * ( it not be posted)
Comment title *
Your comment *
   Anti Spam (fill the number CASE SENSITIVE - UP LETTERS ) *

There are no comments ...The page was not find

 

 

the latest articles :
• How to insert decimal values into a SQL table row
• Asrep.com adsense traking script is down
• List of Walt Disney animated movies
• Free PHP and AJAX CAPTCHA scripts
• Convert uppercase to lowercase javascript online script
• Detect and block uppercase (up letters) in a string (form text input) php script
• Php Googlebot detection script
• Replace breaking lines in text or textarea input using php
• Rounded borders corners css without images
• Photoshop styles, asl photoshop style free download

 

eXTReMe Tracker