Some browsers put default stylings (like borders, rollover borders, etc.) on img tags. Do you have any CSS to "reset" the margins and paddings of img tags?
Maybe try inserting some CSS to modify the img tags: no padding, no margins, no borders, no "hover" modifications.
I don't think the text is appearing 3 pixels to the left of where they should be; rather, I believe the images are appearing 3 pixels to the right of where they should be.
...and maybe some "padding" and "margin" declarations, too.Code:img { border-style: none; }
Also, if you haven't already, install the "Web Developer" toolbar plug-in in Firefox. You can outline elements, identify portions of the page, finagle the CSS, verify CSS/HTML/XHTML/JavaScript, among a whole slew of other things that may help in debugging web pages as you develop.




LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks