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
Center this image?
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="Stalin" data-source="post: 233994" data-attributes="member: 36683"><p>So, I got that all sorted. Thanks for all the help, I made a stupid mistake whilst editing the code which didn't allow it to move as I wished. I have another small problem with a navigator, it currently looks like this; <a href="http://prntscr.com/1s5hc8" target="_blank">http://prntscr.com/1s5hc8</a> but I want it to look like this; <a href="http://prntscr.com/1s5hiw" target="_blank">http://prntscr.com/1s5hiw</a></p><p></p><p>This is my current navbar code, which also acts as the header. </p><p></p><p>[CODE]</p><p>.navbar{</p><p> background-color:#F1F1F1;</p><p> height:100px;</p><p> border-bottom: 2px solid #CECECE;</p><p>}</p><p></p><p>.navbar li{</p><p> margin-left:10px;</p><p> margin-right:10px;</p><p> background-image:url('/assets/img/div.png');</p><p>}</p><p></p><p>.navbar ul{</p><p> float:right;</p><p> font-family:code;</p><p> font-size:22px;</p><p> color:#D3D3D3;</p><p>}[/CODE]</p></blockquote><p></p>
[QUOTE="Stalin, post: 233994, member: 36683"] So, I got that all sorted. Thanks for all the help, I made a stupid mistake whilst editing the code which didn't allow it to move as I wished. I have another small problem with a navigator, it currently looks like this; [url]http://prntscr.com/1s5hc8[/url] but I want it to look like this; [URL]http://prntscr.com/1s5hiw[/URL] This is my current navbar code, which also acts as the header. [CODE] .navbar{ background-color:#F1F1F1; height:100px; border-bottom: 2px solid #CECECE; } .navbar li{ margin-left:10px; margin-right:10px; background-image:url('/assets/img/div.png'); } .navbar ul{ float:right; font-family:code; font-size:22px; color:#D3D3D3; }[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Center this image?
Top