www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > CSS

    CSS Discussion and technical support relating to Cascading Style Sheets.

     
     
    Thread Tools Rate Thread Display Modes
    Prev Previous Post   Next Post Next
      #1  
    Old 11-22-2005, 02:16 PM
    saulss's Avatar
    saulss saulss is offline
    Another Registered User
     
    Join Date: Sep 2005
    Location: in my house
    Posts: 234
    Css border affecting width

    Hello
    When i run the following testing code using ie, everything looks fine, the problem occurs when using firefox
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    
    <html>
    <head>
    	<style>
    	body{
    	margin:0px;
    	}
    	.ruler{
    	width:200px;background-color:black;
    	}
    	.someBox{
    	width:200px;
    	border: solid 5px yellow;
    	background-color:red;
    	}
    	</style>
    </head>
    
    <body>
    <div class="ruler">ruler</div>
    <div class="someBox">other</div>
    
    </body>
    </html>
    ive noticed that ie will display the 5px border without altering the width, inside the box, therefore keeping the set width; firefox adds the 5px border to the box (i think thats how it should really be), making the total width be equal to 210px. That completely screws up my page layout, is there some sort of workaround to that?
    thanks in advance.
    __________________
    (\ /)
    (O.o)
    (> <)
    <- Bunny was here...
    Reply With Quote
     

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 01:23 PM.



    Acceptable Use Policy

    Internet.com
    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.