Ansari Samir wrote: > And David, we are not using Image there, it is an anchor tag and we > have given background image to that anchor tag.
Nonsense. There's an <img> element inside that anchor, and its src attribute is addressing this image... <http://jobspert.com/qmjobsinc/imgsSys/jb_logo.png> That's not a background image. For the record: David was right about the problem, but his solution didn't fit the case. The case itself is too broken. > Someone, please help me sort this problem. Turn the anchor/image combination into this... <a href="http://jobspert.com"><img src="/qmjobsinc/imgsSys/jb_logo.png" alt="Jobspert" style="border:0; margin-bottom: 3px; vertical-align: bottom;"></a> ...and you'll achieve a more consistent alignment across browser-land. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
