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
I need a navigator on the right side of this header.
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="RastaLulz" data-source="post: 371248" data-attributes="member: 1"><p>There's many ways to accomplish this, I guess it all comes down to what type of browser support you want.</p><ol> <li data-xf-list-type="ol">You could use flexbox, although it's still being ironed out in terms of support, and different browsers may act differently with it.</li> <li data-xf-list-type="ol">You could use floats.</li> <li data-xf-list-type="ol">You could use a table (basically flexbox, but more ghetto, and compatible with all* browsers).</li> </ol><p>Here are examples using all the methods mentioned above:</p><p><a href="http://jsbin.com/sogocoyuda/edit?html,css,output" target="_blank">http://jsbin.com/sogocoyuda/edit?html,css,output</a></p></blockquote><p></p>
[QUOTE="RastaLulz, post: 371248, member: 1"] There's many ways to accomplish this, I guess it all comes down to what type of browser support you want. [LIST=1] [*]You could use flexbox, although it's still being ironed out in terms of support, and different browsers may act differently with it. [*]You could use floats. [*]You could use a table (basically flexbox, but more ghetto, and compatible with all* browsers). [/LIST] Here are examples using all the methods mentioned above: [URL]http://jsbin.com/sogocoyuda/edit?html,css,output[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
I need a navigator on the right side of this header.
Top