1 (edited by jop 2005-04-04 21:16)

Topic: CSS help

http://www.keffatliv.ath.cx/jopversion/pun/index.php

I'm trying to set the border between main-menu and punbb-menu to 1px width. Any idea how to do it?

I'm using display:none on #brdtitle.
It seems that the h1 border is showing in dispite of display:none.

2

Re: CSS help

The h1 doesn't have a border and neither does #brdtitle. The borders for the header section can be set with DIV#brdheader DIV.box {}. Take a look at sections 4.1 and 4.2 in the stylesheet.

3 (edited by jop 2005-04-04 22:38)

Re: CSS help

Thankyou! Thankyou! Thankyou!

I'm new to CSS and I didn't know that you could do that kind of selectors.

Do anyone know howto center the punbb manu?

Re: CSS help

nice style!!! smile

5 (edited by Paul 2005-04-05 02:19)

Re: CSS help

To centre the main menu, add this to item 8.1 in base.css
#brdmenu {TEXT-ALIGN: center}

BTW: You've mucked up the font sizes in IE. To make your life easier you can just delete this from your stylesheet

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 68.75%}
/* End IE Win Font Size */

6 (edited by jop 2005-04-05 06:02)

Re: CSS help

shinko_metsuo: Thank you!
Paul: Thank you very much!

About the font-size. How is it supposed to be? I tried to compare my CSS:s with originals but couldn't find the problem.

7

Re: CSS help

Your font size is as it should be now. It looks fine in IE, Firefox and Opera. Maybe I saw the problem before because I looked at your site while you were tinkering with things.