hi
how can i remove the dashed border that appear when clicking on sites's header button ?
i think it's css issue
any help please ?

Recommended Answers

All 3 Replies

So the header graphic is a link? Simple CSS fix, add the following to the image: style="border:0;"

Thanks for reply Mr Phaelax

You could also get links to not display them using the following

.example a {outline: none}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.