Warning: Cannot modify header information - headers already sent by (output started at /home/content/w/t/b/wtbgirlfriend/html/wp-content/plugins/recommended-links.php:1507) in /home/content/w/t/b/wtbgirlfriend/html/wp-includes/feed-rss2-comments.php on line 2
Comments on: CSS Elements Different Sizes in IE and Firefox http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/ Patrick Burt Fri, 12 Mar 2010 03:46:57 +0000 http://wordpress.org/?v=2.2.1 By: CHARISSA http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-30697 CHARISSA Tue, 16 Feb 2010 07:53:03 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-30697 It is possible to tell, this :) exception to the rules It is possible to tell, this :) exception to the rules

]]>
By: Shankar http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-8814 Shankar Wed, 22 Oct 2008 06:28:25 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-8814 Thanks Patrick. Thanks Patrick.

]]>
By: Patrick Burt http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-8787 Patrick Burt Tue, 21 Oct 2008 16:15:13 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-8787 Use two Divs, Shankar. Width/Height on one, Padding on the other. Use two Divs, Shankar. Width/Height on one, Padding on the other.

]]>
By: Shankar http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-8785 Shankar Tue, 21 Oct 2008 16:00:56 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-8785 Padding property is not adding the space between the element contents in Firefox but it is addding in IE. Firefox, is adding space around the content of the element not around the elements content. I need to add space around the contents of the element also, can u plz help me. Padding property is not adding the space between the element contents in Firefox but it is addding in IE.
Firefox, is adding space around the content of the element not around the elements content.
I need to add space around the contents of the element also, can u plz help me.

]]>
By: Patrick Burt http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-1941 Patrick Burt Fri, 01 Feb 2008 15:18:38 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-1941 No problem Gary. Thanks for the comment! If you have any questions, you can email me or comment. :) No problem Gary. Thanks for the comment!
If you have any questions, you can email me or comment. :)

]]>
By: Gary Fuller http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-1940 Gary Fuller Fri, 01 Feb 2008 15:11:11 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-1940 Thanks for this info. I've been searching for a solution to the CSS page rendering discrepancies between IE and Firefox. This seems a very logical answer. Now to tear apart and reconstruct the CSS! Thanks for this info. I’ve been searching for a solution to the CSS page rendering discrepancies between IE and Firefox. This seems a very logical answer. Now to tear apart and reconstruct the CSS!

]]>
By: Patrick Burt http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-561 Patrick Burt Tue, 18 Sep 2007 23:37:13 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-561 Global CSS reset doesn't overcome it, but what it does (from what I interpreted) is that it prevents the problem from happening without your knowledge because of default values. The problem will arise, you're correct. Also, your 3rd line is entirely correct. Global CSS reset doesn’t overcome it, but what it does (from what I interpreted) is that it prevents the problem from happening without your knowledge because of default values.

The problem will arise, you’re correct. Also, your 3rd line is entirely correct.

]]>
By: axelnelson http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-559 axelnelson Tue, 18 Sep 2007 21:23:13 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-559 if the problem is that ie has issues rendering width/height and margin/padding attributes when both applied to the same element how would a global css reset overcome it? it seems the problem will arise regardless of a global reset because ie's issue is with the combination of the attributes within the same setting - not the css nor attributes nor their values themselves you can do a global reset but you still cant blatantly combine the attributes it seems if the problem is that ie has issues rendering width/height and margin/padding attributes when both applied to the same element how would a global css reset overcome it?

it seems the problem will arise regardless of a global reset because ie’s issue is with the combination of the attributes within the same setting - not the css nor attributes nor their values themselves

you can do a global reset but you still cant blatantly combine the attributes it seems

]]>
By: Patrick Burt http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-556 Patrick Burt Tue, 18 Sep 2007 12:05:04 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-556 That's true nelson. When I looked at it, it seemed like more of a cheat sheet so that you don't accidentally place something like a header tag with a set height without first clearing the default margin/padding. :) That’s true nelson. When I looked at it, it seemed like more of a cheat sheet so that you don’t accidentally place something like a header tag with a set height without first clearing the default margin/padding. :)

]]>
By: axelnelson http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-555 axelnelson Tue, 18 Sep 2007 11:00:45 +0000 http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-555 if the problem is that ie has issues rendering width/height and margin/padding attributes when both applied to the same element how would a global css reset overcome it? it seems the problem will arise regardless of a global reset because ie's issue is with the combination of the attributes within the same setting - not the css nor attributes nor their values themselves you can do a global reset but you still cant blatantly combine the attributes if the problem is that ie has issues rendering width/height and margin/padding attributes when both applied to the same element how would a global css reset overcome it?

it seems the problem will arise regardless of a global reset because ie’s issue is with the combination of the attributes within the same setting - not the css nor attributes nor their values themselves

you can do a global reset but you still cant blatantly combine the attributes

]]>