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

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]

Matti

Matti
Registered Member
Registered Member
How can I make the Nav bar like in this code with CSS: ofc...

I have this code to show you a Ex:

This may be big Request but lets try it if it is possible   Link_public_galleriesHOME
This may be big Request but lets try it if it is possible   Ico_for FORUM
This may be big Request but lets try it if it is possible   Icon_moderate STATS
This may be big Request but lets try it if it is possible   Icon_twitterFORUM
This may be big Request but lets try it if it is possible   Icon_logoutLOGIN
This may be big Request but lets try it if it is possible   Icon_register REGISTER

Code:
[table width="545" style="background-color: #ffffff; border: #cccccc; border-style: solid; border-width: 1px; margin-left: 0px; margin-top: 0px; padding: 5px; font-size: 9pt"][tr][td colspan="8" background=""][url=http://www.advertisehighway.com/][/url][/td][/tr][tr][td style="border: #CCCCCC; border-style: solid; border-width: 1px;" width=""][center][img]http://2img.net/i/fa/album_fr/link_public_galleries.gif[/img][url=http://www.advertisehighway.com/]HOME[/url][/center][/td][td style="border: #CCCCCC; border-style: solid; border-width: 1px;" width=""][center][img]http://2img.net/i/fa/admin/icones/ico_for.png[/img][url=http://www.advertisehighway.com/] FORUM[/url][/center][/td][td style="border: #CCCCCC; border-style: solid; border-width: 1px" width=""][center][img]http://2img.net/i/fa/album_fr/icon_moderate.gif[/img][url=http://www.advertisehighway.com/] STATS[/url][/center][/td][td style="border: #CCCCCC; border-style: solid; border-width: 1px"][center][img]http://i85.photobucket.com/albums/k57/RoNo1/icon_twitter.jpg[/img][url=http://www.advertisehighway.com/]FORUM[/url][/center][/td][td style="border: #CCCCCC; border-style: solid; border-width: 1px" width="70"][center][img]http://2img.net/i/fa/prosilver/icon_logout.gif[/img][url=http://www.advertisehighway.com/]LOGIN[/url][/center][/td][td style="border: #CCCCCC; border-style: solid; border-width: 1px"][center][img]http://2img.net/i/fa/prosilver/icon_register.gif[/img][url=http://www.advertisehighway.com/] REGISTER[/url][/center][/td][/tr][tr][td background="" style="background-repeat:no-repeat;background-position:center right;padding:12px;color:black" colspan="8"][/td][/tr][/table]

But without the table see here what I mean
This may be big Request but lets try it if it is possible   This12

http://csshelp.forumotion.net/

Guest


Guest
here you go...


This may be big Request but lets try it if it is possible   Link_public_galleriesHOME
This may be big Request but lets try it if it is possible   Ico_for FORUM
This may be big Request but lets try it if it is possible   Icon_moderate STATS
This may be big Request but lets try it if it is possible   Icon_twitterFORUM
This may be big Request but lets try it if it is possible   Icon_logoutLOGIN
This may be big Request but lets try it if it is possible   Icon_register REGISTER

Code:
[table width="545" style="background-color: #ffffff; border: 0px; margin-left: 0px; margin-top: 0px; padding: 5px; font-size: 9pt"][tr][td colspan="8" background=""][url=http://www.advertisehighway.com/][/url][/td][/tr][tr][td style="border: 0px;" width=""][center][img]http://2img.net/i/fa/album_fr/link_public_galleries.gif[/img][url=http://www.advertisehighway.com/]HOME[/url][/center][/td][td style="border: 0px;" width=""][center][img]http://2img.net/i/fa/admin/icones/ico_for.png[/img][url=http://www.advertisehighway.com/] FORUM[/url][/center][/td][td style="border: 0px" width=""][center][img]http://2img.net/i/fa/album_fr/icon_moderate.gif[/img][url=http://www.advertisehighway.com/] STATS[/url][/center][/td][td style="border: 0px"][center][img]http://i85.photobucket.com/albums/k57/RoNo1/icon_twitter.jpg[/img][url=http://www.advertisehighway.com/]FORUM[/url][/center][/td][td style="border: 0px" width="70"][center][img]http://2img.net/i/fa/prosilver/icon_logout.gif[/img][url=http://www.advertisehighway.com/]LOGIN[/url][/center][/td][td style="border: 0px"][center][img]http://2img.net/i/fa/prosilver/icon_register.gif[/img][url=http://www.advertisehighway.com/] REGISTER[/url][/center][/td][/tr][tr][td background="" style="background-repeat:no-repeat;background-position:center right;padding:12px;color:black" colspan="8"][/td][/tr][/table]

Wink

Matti

Matti
Registered Member
Registered Member
Not what I'm looking for

See here
This may be big Request but lets try it if it is possible   This13

So if that can be done and works for nav bar then you need all the names from Home to Login

http://csshelp.forumotion.net/

Unknown Data

Unknown Data
Registered Member
Registered Member
I think you can style them, with CSS, by using this propertie:
Code:
#pun-navlinks {

}

http://woops.dk

Matti

Matti
Registered Member
Registered Member
No, that didn't do nothing so is there any other code for it so we can make it just like in the post above

with background-color: and border-color

http://csshelp.forumotion.net/

Unknown Data

Unknown Data
Registered Member
Registered Member
Which version are you using?

http://woops.dk

Matti

Matti
Registered Member
Registered Member
phpBB3 like this forum

http://csshelp.forumotion.net/

Unknown Data

Unknown Data
Registered Member
Registered Member
Try using this.
Code:
.navbar {

}

http://woops.dk

Matti

Matti
Registered Member
Registered Member
You can lock it now cuz I don't need this anymore

http://csshelp.forumotion.net/

Joel

Joel
Registered Member
Registered Member
Solved, Locked

http://www.advertisehotspot.info/

Sponsored content


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