Link to home
Start Free TrialLog in
Avatar of Blue Street Tech
Blue Street TechFlag for United States of America

asked on

Image has a strange horizontal line/dash. Onhover it is removed.

All images in this gallery include what looks to be a partial horizontal line or dash on the left side of the image. The CSS was altered, and then this issue was noticed. Unfortunately, there are no change logs available. On mouse hover the line disappears as desired. The goal is to obviously remove this dash/line

Attached is an example.

Any ideas?
Image-line.PNG
Avatar of stilliard
stilliard
Flag of United Kingdom of Great Britain and Northern Ireland image

can you show us a demo html page? or post the css here?
Avatar of Blue Street Tech

ASKER

Ok. Thanks. Its offline right now...dev'n it. Its part of an ASPX integration so i will pull it from that and post in an HTML file. I will post in 5min & let you know once i do.
Well, oddly enough, now that i have it online it is behaving slightly different. Now i notice the issue on active or when you click on the image (in the display no the thumbs.). I also noticed the rollovers are not working either now (page 1, 2 prev, next) above and below the thumbs but that is another issue.
Here is the example: http://domain.info/gallery.html 
Thanks again.
UPDATE: I did not include the global file. Its update now. Please refresh.
In IE8/win7 I don't see the dot.
I check all modes (even quirks) also checked in chrome.
You solved your problem?

uxtest-info.png
Did you click on the main image multiple times? i have notice sometimes it does not appear during the initial click.
I tested it in WIN7: IE8, FF3, Safari, Chrome & Opera. All work now except IE8 still.
i see it when i click, no longer all the time.
I know it seems like mountain out of an ant hill, but it may lead to other issues down the road if i don't nip it in the bud.
Hmm, i thinks ive seen this before when working with vertical-align:middle, to get more of a picture of what elements causing this you could add different coloured borders round the img, and the parent a element and span element, to see if it highlights a border arround it for any of these.
Good idea.
Yeah i remember seeing this before as well, but for me it had been quite some time ago.
Updating now.
you can try

global reset for focus and active state of the link.

:active {outline:none}
:focus {outline:none}

Thanks.
Sorry everyone, i've been neck deep in this project with no room to breathe. I am testing the suggestions i was not able to get to now. Will post results soon. Thanks for your paitence!
@wasim117: still not working after trying yours.
Thank you for all your help everyone!
ASKER CERTIFIED SOLUTION
Avatar of Blue Street Tech
Blue Street Tech
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial