L
L
lukaville2011-09-09 15:43:18
HTML
lukaville, 2011-09-09 15:43:18

Line in 1px



Where did it come from and how to fix it? Code

Browser: Google Chrome Canary

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sskalmykov, 2011-09-09
@lukaville

FF does not have this line.
Try doing this:
background-position: left center;
border: 0

S
Sergey, 2011-09-09
Protko @Fesor

These are background-size tricks under the webkit. I can't say anything more.

S
startsevdenis, 2011-09-09
@startsevdenis

By the way, you can get rid of: by doing: Of course, it does not help to solve the problem, but in the end the file size is slightly smaller. And by the way, why are you using such a large picture for such a small block, make the background fit the size of the block and give up CSS3 for now?
position:absolute;
left:50%;
margin-left:-400px;

margin: 0 auto;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question