Hey guys, I ran into a problem and I was wondering if any of you could walk me though it. Whenever I zoom in or out my text moves. Everything else stays in place, but my text either begins to overlap the content next to it, or begins to move out in the opposite direction. .text
Problem with text and zooming?
2
Hey guys, I ran into a problem and I was wondering if any of you could walk me though it. Whenever I zoom in or out my text moves. Everything else stays in place, but my text either begins to overlap the content next to it, or begins to move out in the opposite direction.
.text
{
width: 500px;
float: left;
position:relative;
left: 15%;
}
I've also tried changing the position to absolute, and also:
.text
{
width: 500px;
float: left;
margin-left: 215px;
}
any help here guys?
.text
{
width: 500px;
float: left;
position:relative;
left: 15%;
}
I've also tried changing the position to absolute, and also:
.text
{
width: 500px;
float: left;
margin-left: 215px;
}
any help here guys?
- David V
- TheContentAuthority
Next Topics on Trending Feed
-
2