1 (edited by Ludo 2005-01-28 13:15)

Topic: .pun BLOCKQUOTE

Hi,

I've made a modification in the css, 4.1, .pun BLOCKQUOTE, I put dashed for this.
It has the effect on blockquote but it has also an unexpected effect on over block, only with firefox. Iexactly put that: .pun BLOCKQUOTE {BORDER-STYLE: dashed; BORDER-WIDTH: 2px}
See here for example: http://www.pluriservices.net/forum/login.php
Is it normal that blockquote affects over blocks with firefox?

Ludo,

2

Re: .pun BLOCKQUOTE

Paul, you don't have a solution for that problem? If you don't, who would be able?

Thanksfully,

Ludo,

3

Re: .pun BLOCKQUOTE

No idea. Thinking about it logically it appears that Firefox is applying the same border style to fieldsets as blockquotes. In that case it should be a matter of applying a more specific style to the fieldset borders. Try

.pun FORM>DIV>FIELDSET {BORDER-STYLE: solid}

4

Re: .pun BLOCKQUOTE

Once again, I thank you Paul cool !
I put exactly what you told me and it works!

Ludo,

5

Re: .pun BLOCKQUOTE

Well, I've certainly spoken too fatsly. The problem is solved but not in the whole
See here for example http://www.pluriservices.net/forum/profile.php?id=208
It means I have to modify something else?

Ludo,

6

Re: .pun BLOCKQUOTE

Replace the css I gave you before with this

.pun FORM>DIV>FIELDSET, .pun DIV>DIV>FIELDSET {BORDER-STYLE: solid}

I forgot that profile used fieldsets as well, sorry.

7

Re: .pun BLOCKQUOTE

You're right. This one works good.

Thanks a lot Paul.

Ludo,