Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Internet & the Web (https://www.askmehelpdesk.com/forumdisplay.php?f=177)
-   -   Border size in CSS and Firefox (https://www.askmehelpdesk.com/showthread.php?t=33243)

  • Sep 2, 2006, 09:49 PM
    natavi
    Border size in CSS and Firefox
    This syle:
    Width:111px;
    border-top-width:1px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-color:#B0C6EB;
    border-style:solid;
    Works good in IE but has wrong height in Firefox. What I can do?
    http://www.mightybook.com
    Help please
  • Sep 3, 2006, 12:31 AM
    natavi
    I found solution. I used span tag. It does not work for Firefox. It only works well with tag p.
  • Sep 4, 2006, 03:07 AM
    LTheobald
    Interesting. It worked in Firefox for me but not IE :S

    One quick note, all that code can be shrunk into:

    Code:

    width: 111px;
    border: 1px solid #B0C6EB;


  • All times are GMT -7. The time now is 01:19 AM.