By snsace on
If possible, look at my site in firefox & IE:
http://www.childrensbirthdaypartyplanner.com/how_to_plan_your_childs_bir...
In Firefox, there are misaligned lines above my right and left sides. When I xray, it is a line that goes accross the entire width.
In IE, the line is not there.
I need to fix this in firefox. Any ideas please?
Comments
Get FireBug for FireFox, its
Get FireBug for FireFox, its a godsend for looking at CSS, use the "Inspect" option, when you do it shows the CSS of the page and I found this.
Remove this line:
tbody {
border-top:1px solid #CCCCCC;
}
Which is in system.css (line 17) that will get rid of the line going across in FireFox, you can use Firebug to turn CSS elements off while browsing the page and it updates live. :O Tell me how it works out.
That is a great tool... I
That is a great tool...
I had xray and web developer, but that helped alot.
Thanks WhatTheFawk :)