Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Two new PHPFusion powered sites!

Asked Modified Viewed 6,338 times
B
BlackDragon
B
http://www.bolja-buducnost.com.ba My best PHP-Fusion design.
  • Member, joined since
  • Contributed 88 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
asked
Member

Hi,

I now don`t have so much time to share all my work with PHPFusion community and I am so sad because that.

I post my 2 new web pages powered by PHPFusion.

http://www.cktuzla.com.ba
http://www.bolja-buducnost.com.ba

Share with me your opinion.

Regards,
BlackDragon
0 replies

13 posts

G
Gillette
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

They look nice.
Always glad to view be PF sites
Thanks for sharing
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Looking Good dragon, keep it up. Good work!
0 replies
B
BombJe
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
answered
Member

^ true :P
0 replies
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Looking nice..
0 replies
A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

Awesome work Blackdragon... You are really doing Good with managing php-fusion sites... :)

I really liked the Designs you choose for the sites... Simple but professional... Well done :G
0 replies
B
BlackDragon
B
http://www.bolja-buducnost.com.ba My best PHP-Fusion design.
  • Member, joined since
  • Contributed 88 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

Thanks for support me!!! I waiting for v8 I hope you make they have more futures for theming, module positions and news system.

I have planed new personal PHP Fusion portal for IT and my personal for making themes for PHP Fusion.
0 replies
G
Gillette
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Your welcome.
thanks for making PHPFusion your home.
0 replies
E
EdjuxaS
E
DROGMO - biggest ID provider in Lithuania.
  • Member, joined since
  • Contributed 52 posts on the community forums.
  • Started 15 threads in the forums
answered
Member

Awesome your sites. Good luck.
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
answered
Member

How did you get sutch Navigation Menu like this site has http://www.bolja-buducnost.com.ba/ ?
0 replies
B
BlackDragon
B
http://www.bolja-buducnost.com.ba My best PHP-Fusion design.
  • Member, joined since
  • Contributed 88 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

I`ts hand coded template, all design is css except header, header have background image. If you want I can give to you my css for this menu.
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
answered
Member

Quote

BlackDragon wrote:

I`ts hand coded template, all design is css except header, header have background image. If you want I can give to you my css for this menu.


Yeah, i haved search some navi panel and no find and i have waived this, but if you show or give snippet it will be great!
0 replies
G
Gillette
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

:) attach file?
Bumped
0 replies
B
BlackDragon
B
http://www.bolja-buducnost.com.ba My best PHP-Fusion design.
  • Member, joined since
  • Contributed 88 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

Here is CSS of my navigation. I use theme.php from stylo theme, and also a lot of css styles. This is only subheader (Header Navigation).
/* Sub Header properties */

.sub-header {
   color: #fff;
   width: 80%;
   height: 34px;
   background-color: #821415;
   -moz-border-radius: 1px;
   -webkit-border-radius: 1px;
   -o-border-radius: 1px;
   -ms-border-radius: 1px;
   -khtml-border-radius: 1px;
    border-radius: 1px;
   border: 1px solid #7F0000;
   padding-left: 5px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
   clear: both;
   margin-left: auto ;
   margin-right: auto ;
   margin-top: 12px;
   border-bottom: 3px solid #ED5210;
   -moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
   
}

/* Sub Header links */

.sub-header ul {
   margin: 0;
   padding: 0;
}

.sub-header ul li {
   display: inline;
}

.sub-header ul li .bullet {
   display: none;
}

.sub-header ul li.first-link {
   font-weight: bold;
}

.sub-header ul li.first-link.current-link a {
   color: #fff;
   background: #f9ab0b; /* Old browsers */
   background: -moz-linear-gradient(top,  #f9ab0b 0%, #e25702 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9ab0b), color-stop(100%,#e25702)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #f9ab0b 0%,#e25702 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #f9ab0b 0%,#e25702 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #f9ab0b 0%,#e25702 100%); /* IE10+ */
   background: linear-gradient(top,  #f9ab0b 0%,#e25702 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ab0b', endColorstr='#e25702',GradientType=0 ); /* IE6-9 */
   font-weight: bold;
   -moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}

.sub-header ul li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #fff;
   padding: 12px 8px; /*padding inside each tab*/
   text-decoration: none;
   display: block;
   margin: 0;
   float: left;
   font-weight: bold;
}

.sub-header ul li a:hover { /*background of tabs for hover state*/
   color: #fff;
   background-color: #ED5210;
   -moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}

.sub-header ul li.current-link a { /*background of tabs for selected state*/
   color: #fff;
   background-color: #ED5210;
   font-weight: bold;
   -moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}
0 replies

Category Forum

Post Your Site

Labels

None yet

Statistics

  • Views 0 views
  • Posts 13 posts
  • Votes 0 votes
  • Topic users 8 members

8 participants

B
B
BombJe 10
  • Member, joined since
  • Contributed 119 posts on the community forums.
  • Started 27 threads in the forums
C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
H
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
B
B
http://www.bolja-buducnost.com.ba My best PHP-Fusion design.
  • Member, joined since
  • Contributed 88 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
J
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
E
E
DROGMO - biggest ID provider in Lithuania.
  • Member, joined since
  • Contributed 52 posts on the community forums.
  • Started 15 threads in the forums
G
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet