Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
CSS Being gay.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="VaginaMuncher" data-source="post: 249024" data-attributes="member: 29655"><p>Okay so I'm trying to align that image in the header bang on in the middle using pure css;</p><p>[CODE].Logo {</p><p>background:url(../images/Index/Logo.png);</p><p>width:97px;</p><p>height:56px;</p><p>position: absolute;</p><p>left: 50%;</p><p>}[/CODE]</p><p>But as you can probably see the '50%' isn't making it fully in the center, it's more towards the right. I usually don't have this problem but this is a image so I don't really know what's different. </p><p></p><p><img src="/styles/default/xenforo/smilies/emojione/biggrin.png" class="smilie" loading="lazy" alt=":D" title="Big Grin :D" data-shortname=":D" /></p></blockquote><p></p>
[QUOTE="VaginaMuncher, post: 249024, member: 29655"] Okay so I'm trying to align that image in the header bang on in the middle using pure css; [CODE].Logo { background:url(../images/Index/Logo.png); width:97px; height:56px; position: absolute; left: 50%; }[/CODE] But as you can probably see the '50%' isn't making it fully in the center, it's more towards the right. I usually don't have this problem but this is a image so I don't really know what's different. :D [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
CSS Being gay.
Top