WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker

Your donations will help to:

  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!

You can donate by clicking on the button below.


  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • General Community »
  • WebsiteBaker Website Showcase »
  • New site for a concert agency
  • Print
Pages: [1]   Go Down

Author Topic: New site for a concert agency  (Read 7992 times)

Offline Vincent

  • Posts: 376
  • Gender: Male
    • websites voor ondernemers
New site for a concert agency
« on: September 18, 2006, 11:55:48 AM »
Hi to all bakers,

Here's a new one. I made it for a new Dutch concert agency (classical music). It'll be in english as well, but for now just Dutch: www.argusimpresaria at.nl

I had one problem though that I haven't been able to solve yet, so if anyone has an idea: submenu items that are longer than 1 'row' don't show properly in FF, they ovelap the next item  :|

Anyway: thanks for a great tool, the client is very happy because of its ease of use and flexibility.

Vincent

 
Logged

Offline kweitzel

  • WebsiteBaker Org e.V.
  • **
  • Posts: 6983
  • Gender: Male
Re: New site for a concert agency
« Reply #1 on: September 18, 2006, 12:15:44 PM »
really nice ... you do have an issue though with the menu ...

If I select the link "Muziektheater" the submenu only displays "Corona en Theater" but when I then hover the mouse over it, it displays "Corona en Theater Madoc" with Madoc in a second line which breaks the menu box ...

cheers

Klaus
Logged

Offline Vincent

  • Posts: 376
  • Gender: Male
    • websites voor ondernemers
Re: New site for a concert agency
« Reply #2 on: September 18, 2006, 12:18:27 PM »
Klaus, that's excactly what I meant with the problem I described...! Now If you also have the solution... :wink: I'd be very greatful.

Vincent
Logged

Offline kweitzel

  • WebsiteBaker Org e.V.
  • **
  • Posts: 6983
  • Gender: Male
Re: New site for a concert agency
« Reply #3 on: September 18, 2006, 12:56:35 PM »
Maybe I should have read ... ;-)

The issue is actually not FF, since it renders the CSS correctly, but IE, which doesn't ...

You have  the value "height: 2.2em;" in your CSS for the navigation. Like said above, FF displays it correctly but IE doesn't respect the height statement. Have a look here for the IE Bug (at least, I think it is a version of this bug you have there): http://www.positioniseverything.net/explorer/expandingboxbug.html

cheers

Klaus
Logged

Offline Vincent

  • Posts: 376
  • Gender: Male
    • websites voor ondernemers
Re: New site for a concert agency
« Reply #4 on: September 22, 2006, 03:57:34 PM »
Hi Klaus,

it took me a while to sort things out. I knew I was using a trick to let IE display the data correctly: if I removed the height statement it would show properly in FF but not in IE: there would be a gap between the list-items.

Eventually I found the solution :-D (which I never came across on tutorials or sites):
add
Code: [Select]
border-bottom: 1px solid;  to the lists. So I ended up

Code: [Select]
#menuBox li {
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 1px solid; /*necessary for IE: otherwise the menu will gain height*/
border-color: #eee;
}
#menuBox a {
display: block;
color: #FFF;
padding: 5px 0px 3px 25px;
margin: 0;
}


in stead of

Code: [Select]
#menuBox li {
margin-top: 0px;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 0px;
}

#menuBox a {
display: block;
color: #FFF;
height: 16px;
padding: 5px 0px 3px 25px;
margin: 0;

}

Works fine now in all browsers. Pfff.
Regards,

Vincent
Logged

Offline kweitzel

  • WebsiteBaker Org e.V.
  • **
  • Posts: 6983
  • Gender: Male
Re: New site for a concert agency
« Reply #5 on: September 22, 2006, 08:03:03 PM »
looks great! I like people you bite themselfs into the problem :-D

cheers

Klaus
Logged

virtual3

  • Guest
Re: New site for a concert agency
« Reply #6 on: October 05, 2006, 06:15:27 PM »
I love your web site. It really pushes what can be done in WB.

If it's not too much trouble, can you tell me how you put the News (Nieuws) box on your Home page?

I have a News page on my site, but would love to be able to take just the headlines and present them on my Home page too!

This is my first WB site. Please take a look at the work in progress...
http://www.zuzabooks.com/pages/news.php
Logged

Offline kweitzel

  • WebsiteBaker Org e.V.
  • **
  • Posts: 6983
  • Gender: Male
Re: New site for a concert agency
« Reply #7 on: October 05, 2006, 07:25:37 PM »
have a look for "display news anywhere" and also at my templates "Molten Lava", "Metal Slabs" or "Snakeskin in the hole", they have this feature built in.

cheers

Klaus
Logged

virtual3

  • Guest
Re: New site for a concert agency
« Reply #8 on: October 06, 2006, 02:52:41 AM »
Thanks for the quick reply!
Logged

nipumuck

  • Guest
Re: New site for a concert agency
« Reply #9 on: October 06, 2006, 09:31:11 AM »
hello vincent  :-)

the website www.argusimpresaria at.nl are looking very nice  :-D

good colour-mix and the great "a" as a background is a good idea.

maybe it is possible for you, to put into the flash-animation (page-entry) a link to the mainsites (wbs) ?

could be a "skip intro" or "jump to homepage" as a link on bottom of page-entry also...

should be easier for visitors to jump to the mainsites on a second visit without waiting  :wink:

did you build this animation by yourself ? should it be so - are you interested to build some flash-animation for me ?

you can send a mail to me if you want: muck_hamburg@yahoo.de


greets,
nipumuck
Logged

  • Print
Pages: [1]   Go Up
  • WebsiteBaker Community Forum »
  • General Community »
  • WebsiteBaker Website Showcase »
  • New site for a concert agency
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2