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
help out,
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="GarettM" data-source="post: 248822" data-attributes="member: 839"><p>Id make your header relative then just make the welcome sign absolute lolll then still add proper padding and margin though</p><p></p><p>[HTML]<header></p><p> <div class='welcome'></p><p> <p>Welcome Back (user)</p></p><p> </div></p><p></header>[/HTML]</p><p>[CODE]Header {</p><p> Position: relative;</p><p> Margin: 0;</p><p> Padding: 11px 32px 9px 17px;</p><p> Background: rgb code;</p><p>}</p><p>Header .welcome {</p><p> Position: absolute;</p><p> Top: 4px;</p><p> Right: 19px;</p><p> Padding: 3px 8px;</p><p>}[/CODE]</p></blockquote><p></p>
[QUOTE="GarettM, post: 248822, member: 839"] Id make your header relative then just make the welcome sign absolute lolll then still add proper padding and margin though [HTML]<header> <div class='welcome'> <p>Welcome Back (user)</p> </div> </header>[/HTML] [CODE]Header { Position: relative; Margin: 0; Padding: 11px 32px 9px 17px; Background: rgb code; } Header .welcome { Position: absolute; Top: 4px; Right: 19px; Padding: 3px 8px; }[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
help out,
Top