RE: [WSG] Figures out issues. Standards for troubleshooting css

2008-09-01 Thread michael.brockington
Many people have some sort of reset stylesheet, that turns on a border for every div or every element. The 'perfect' version of this idea can get very complex, but something as simple as setting a border on all divs can often show you where something is stretching or floating where you were not

Re: [WSG] Figures out issues. Standards for troubleshooting css

2008-09-01 Thread designer
: Monday, September 01, 2008 9:57 AM Subject: RE: [WSG] Figures out issues. Standards for troubleshooting css Many people have some sort of reset stylesheet, that turns on a border for every div or every element. The 'perfect' version of this idea can get very complex, but something as simple

Re: [WSG] Figures out issues. Standards for troubleshooting css

2008-08-31 Thread Fred Ballard
For problems with box alignment, I know I usually turn on background colors to clearly see the size and position of the boxes the browser is using. Or is that a newbie answer? On Sat, Aug 30, 2008 at 11:32 PM, Michael Horowitz [EMAIL PROTECTED] wrote: Just figured out my recent issues.

Re: [WSG] Figures out issues. Standards for troubleshooting css

2008-08-31 Thread Michael Horowitz
Actually that helped me with my image problem. It let me know the issue was with how I was defining my background image when it worked with a background color. The hardest thing about learning a new language is learning its troubleshooting techniques. Michael Horowitz Your Computer

Re: [WSG] Figures out issues. Standards for troubleshooting css

2008-08-31 Thread Fred Ballard
That's so true. Just figuring out how to reliably display debugging data in a new language can often take awhile. But there are a host of troubleshooting principles that can be applied almost universally. I've found it almost universally applicable to keep simplifying the problem until you get to

Re: [WSG] Figures out issues. Standards for troubleshooting css

2008-08-31 Thread Gunlaug Sørtun
Fred Ballard wrote: For problems with box alignment, I know I usually turn on background colors to clearly see the size and position of the boxes the browser is using. Or is that a newbie answer? Definitely not a newbie method. Setting backgrounds is one of the quickest ways to check

Re: [WSG] Figures out issues. Standards for troubleshooting css

2008-08-31 Thread Rimantas Liubertas
My first steps are of course make sure things validate. Beyond that I don't have any standard steps besides really using google. Any good lists of generic steps people do when troubleshooting CSS issues. One URL: http://getfirebug.com/ Regards, Rimantas -- http://rimantas.com/

RE: [WSG] Figures out issues. Standards for troubleshooting css

2008-08-31 Thread Darren Lovelock
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: 31 August 2008 19:56 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Figures out issues. Standards for troubleshooting css Fred Ballard wrote: For problems with box alignment, I know I usually

RE: [WSG] Figures out issues. Standards for troubleshooting css

2008-08-31 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Horowitz Sent: Sunday, August 31, 2008 10:23 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Figures out issues. Standards for troubleshooting css Actually that helped me with my image

Re: [WSG] Figures out issues. Standards for troubleshooting css

2008-08-31 Thread huzairy rezuan
: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Horowitz Sent: Sunday, August 31, 2008 10:23 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Figures out issues. Standards for troubleshooting css Actually that helped me with my image

RE: [WSG] Figures out issues. Standards for troubleshooting css

2008-08-31 Thread Jens-Uwe Korff
Setting backgrounds is one of the quickest ways to check line-ups while designing and troubleshooting. Another technique I use daily is to invalidate CSS rules instead of commenting them out during troubleshooting. I second these techniques. I use bg colours as well and invalidate CSS by