#1 (permalink)  
Old 02.04.2007, 23:06
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
Blue Wonder: How can I add more link buttoms (like FAQ) in header style?
Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 05.04.2007, 19:59
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
For example, I want to create in header a button link to my gallery...
Is this right?

.user_cp{ background:url(/designs/blw/user_cp.gif); }
.user_cp a:hover { background:url(/designs/blw/user_cph.gif); }
.gallery{ background:url(/designs/blw/gal.gif); }
.gallery a:hover { background:url(/designs/blw/user_galh.gif); }


thanks
Reply With Quote
  #3 (permalink)  
Old 12.04.2007, 08:38
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Template Header

Code:
<div class="gallery"><a class="gallery" href="DIR"  title="Gallery"><span>Gallery</span></a></div>
Reply With Quote
  #4 (permalink)  
Old 12.04.2007, 16:25
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
Thanks I did it but I want link with a buttom in header. How can I modify xml blue wonder style in order to add gallery bottom between calendar and FAQ.
Thanks in advance
Reply With Quote
  #5 (permalink)  
Old 12.04.2007, 18:53
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Put the code after:

Code:
	    <div class="calendar"><a class="calendar" href="calendar.php?$session[sessionurl]" title="$vbphrase[calendar]"><span>$vbphrase[calendar]</span></a></div>
in the header template.
Reply With Quote
  #6 (permalink)  
Old 13.04.2007, 15:07
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
It doesn´t work ->
Attached Images
File Type: jpg 1.jpg (16.7 KB, 9 views)
Reply With Quote
  #7 (permalink)  
Old 13.04.2007, 15:15
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Look at the red marked text.
Code:
.user_cp{ background:url(/designs/blw/user_cp.gif); }
.user_cp a:hover { background:url(/designs/blw/user_cph.gif); }
.register{ background:url(/designs/blw/register.gif); }
.register a:hover { background:url(/designs/blw/registerh.gif); }
.member{ background:url(/designs/blw/member.gif); }
.member a:hover { background:url(/designs/blw/memberh.gif); }
.calendar{ background:url(/designs/blw/calendar.gif); }
.calendar a:hover { background:url(/designs/blw/calendarh.gif); }
.faq{ background:url(/designs/blw/faq.gif); }
.faq a:hover { background:url(/designs/blw/faqh.gif); }
.search{ background:url(/designs/blw/search.gif); }
.search a:hover { background:url(/designs/blw/searchh.gif); }
.new_posts{ background:url(/designs/blw/new_posts.gif); float:left;display:block; width:101px; height:33px;}
.new_posts a:hover{ background:url(/designs/blw/new_postsh.gif);float:left;display:block; width:101px; height:33px; }
.daily_posts{ background:url(/designs/blw/daily_posts.gif); float:left;display:block; width:101px; height:33px;}
.daily_posts a:hover{ background:url(/designs/blw/daily_postsh.gif);float:left;display:block; width:101px; height:33px; }

.gallery{ background:url(/designs/blw/gal.gif); }
.gallery a:hover { background:url(/designs/blw/user_galh.gif); }

.user_cp, .register, .member, .calendar, .faq, .search, .gallery {float:left;display:block; width:92px; height:33px;}
.user_cp span, .register span, .member span, .calendar span, .faq span, .search span, .new_posts span, .daily_posts span, .gallery span {display:none;}
Reply With Quote
  #8 (permalink)  
Old 13.04.2007, 19:44
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
now it´s worst, all header is in white and link are in column
Attached Images
File Type: jpg 2.jpg (18.9 KB, 13 views)
Reply With Quote
  #9 (permalink)  
Old 21.04.2007, 15:48
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
Maybe doesn´t work due a hack or product that I have installed?
Reply With Quote
  #10 (permalink)  
Old 23.04.2007, 09:29
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Demo? Give me please the url of your forums.
Reply With Quote
  #11 (permalink)  
Old 03.05.2007, 18:48
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
I sent u url and xml by pm and email. Can´t u help me?
Thanks in advance
Reply With Quote
  #12 (permalink)  
Old 08.05.2007, 14:10
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
I don´t know why can´t u help me
Reply With Quote
  #13 (permalink)  
Old 08.05.2007, 14:59
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
I've ask you that you must reimport the original style xml, after you can make the chances that i have write in this thread.
Reply With Quote
  #14 (permalink)  
Old 08.05.2007, 20:33
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
I did it... but when I have done the changes that u said me the style become without css.
Please check the xml that I sent the last week in order to see how I did it like u said.
Thanks
Reply With Quote
  #15 (permalink)  
Old 22.09.2007, 10:49
Benutzer
 
Join Date: 09.2006
Posts: 30
Rep Power: 6
zeuxxx is on a distinguished road
I have no solution still
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Header-Buttoms Fantomas Photoshop 7 11.04.2007 19:41
Blue wonder - Buttoms problem zeuxxx English customer support 2 25.03.2007 16:29
WMP Blue Style Header Button MarkoJ Photoshop 2 21.12.2006 13:29
Header für Blue Wonder Style WBB ripparaptor Photoshop 7 06.10.2006 11:38
RADIO - register link in header JKeats English Forums 2 13.05.2004 22:10


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS