WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 Place my navbar at the top right on Mon Apr 19, 2010 3:05 pm

Guest


Guest
how can i do that?

2 Re: Place my navbar at the top right on Mon Apr 19, 2010 5:07 pm

Kratos


Registered Member
Registered Member
for what do u want to do this change?? a forumotion forum or a html page??

3 Re: Place my navbar at the top right on Mon Apr 19, 2010 7:34 pm

Guest


Guest
FM forum

4 Re: Place my navbar at the top right on Tue Apr 20, 2010 1:53 pm

ankillien


Administrator
Administrator
Which version?

5 Re: Place my navbar at the top right on Tue Apr 20, 2010 8:56 pm

Guest


Guest
punbb

6 Re: Place my navbar at the top right on Tue Apr 20, 2010 9:45 pm

ankillien


Administrator
Administrator
Try adding this code to your CSS...

Code:
#pun-navlinks {
position : absolute;
top : 10px;
right : 10px;
}

#pun-navlinks ul li {
display : block;
}

7 Re: Place my navbar at the top right on Sun Jan 08, 2012 7:39 pm

mioshi11


Registered Member
Registered Member
how about phbb3? what is the css code?

http://angelicsoyeon.4ulike.com

8 Re: Place my navbar at the top right on Mon Jan 09, 2012 8:43 pm

Nera


WebArtz Technician
WebArtz Technician
Code:
ul.navlinks {
    position: absolute;
    top: 10px;
    right: 10px;
}


_________________

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum