Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way to determine the source of a CSS issue

I have been working on a webpage. It is the first I have actually tried to design using an image and then use proper CSS layout rather than tables.

http://www.roccocammisola.com/proj/brunel/bgimage.html

I have been having issues with the shadows on either side of the main content area. Of course these are only an issue in IE. As you can see the shadow has been cut down to about 10% of its actual height.

With my relative inexperience how do I look for relevant fixes to this issue.

Any help would be very much appreciated.

like image 685
Rocco Avatar asked Dec 02 '22 09:12

Rocco


1 Answers

FireBug, the most crucial tool for debugging CSS, amongst other things.

get it here

like image 114
dove Avatar answered Dec 21 '22 22:12

dove