Reputation: 11030
Okay, I have used reset CSS files for quite a while and they have usually worked, but since I have started using CodeIgniter (I don't think that has anything to do with it) there has been whitespace around div
's that are unaccounted for and persistent across Firefox, Safari and Chrome. I took a screenshot of what I am talking about (the orange arrow is pointing to it):
Any help would be greatly appreciated. Like I said, CSS reset's don't appear to be working.
Upvotes: 1
Views: 248
Reputation: 57342
add display: block;
to the img it will remove the extra white space check the result
and i also try the firebug and mozilla webdeveloper tool that they are great tool
Upvotes: 1