Page 1 of 1

Little question about topiclist

Posted: Sun 1. Mar 2009, 20:12
by GlouGlouGlou
Hi,

Using proformell style, i have build a little box and make it with this style.
But i have a problem with the topiclist dt css

Original is

Code: Select all

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}
but for my box, i want the width to 90%, but impossible for me to change this.
Have you a solution to make this ?

Thx.

Re: Little question about topiclist

Posted: Sun 1. Mar 2009, 21:42
by Marc
Do you have a link to your board? That make it a lot easier for me. ;)
Anyhow, try putting this in the <ul>-tag:

Code: Select all

style="width: 90%;"
I hope this overrides the original setting.

Re: Little question about topiclist

Posted: Mon 2. Mar 2009, 13:49
by GlouGlouGlou
Hi marc,

I already trying this, but it's not overriding the original setting.
It's just modify the width after the 50% of topiclist ... so more little.

My board are not online at this time and only in local.
I'm trying some codes, but with no result.
Have you an another solution ?

Thx.

Re: Little question about topiclist

Posted: Mon 2. Mar 2009, 15:07
by Marc
You have to put that in the <dt> tag, as the CSS you posted affects the <dt>.

If that is not what you actually want to do, maybe post a screenshot of your problem and what you want to achieve (If you want to upload an attachment, you will probably have to register).

Re: Little question about topiclist

Posted: Mon 2. Mar 2009, 16:19
by GlouGlouGlou
Great thanx marc, it works fine now.
Have a good day.