Unknown declaration

Adds lots of useful BBCode features and makes the bbcode buttons look just like Microsoft Office
Updated to version 3.0.7 on 20 April 2010, 14:06 (UTC - 3 hours)

Moderator: VSE

Forum rules
To receive support you must become a Donor, read the Support rules

Bugs go in the Bug tracker

Unknown declaration

New postby femu » Wed May 19, 2010 6:17 am

Hi,

I experience a small problem. My Firefox tells me, that I have an unknown declaration "resize" in the file abbcode.css. So it's following entry:

Code: Select all
	resize: none; /* For Safari */


I tried to remove the line, refreshed the cache, template and theme cache, but Firefox still complains about it.
Any idea how to remove the error?

Thanks,
femu
femu
Supporters
Supporters
 
Posts: 48
Joined: Tue Aug 19, 2008 2:44 am

Re: Unknown declaration

New postby MSSTI » Wed May 19, 2010 11:38 am

That's is not a problem, is only a note that firefox will ignore that line 8-)


femu wrote:I tried to remove the line, refreshed the cache, template and theme cache, but Firefox still complains about it.
Any idea how to remove the error?

That's because the declaration appear twice in the abbcode.css :
Code: Select all
.helpline {
	width : 100%;
	overflow : hidden;
	background-color : transparent !important;
	border-style : none;
	font-size : 10px;
	/* For Safari */
	resize : none;
}

Code: Select all
#message-box textarea.inputbox {
	width: 100%;
	height: 270px;
	resize: none; /* For Safari */
}
Excuse me for my poor English, I speak Spanish.
Actualmente estoy buscando trabajo autónomo | Personalizo foros, instalo Skins/Mods ! contratarme
I'm currently looking for freelance work |Customize forums, install Skins/Mods ! hire me.

I don't support by PM, please ask it on public topic, take in mind that your problem can be the problem for another ones ;)

Image
User avatar
MSSTI
Quality Assurance Team member at phpBB
 
Posts: 4288
Joined: Wed Jan 09, 2008 2:51 am
Location: Argentina

Re: Unknown declaration

New postby VSE » Wed May 19, 2010 12:26 pm

It is a CSS tag for Safari. All other browsers ignore it as MSSTI said. It's harmless, but needed for any of your forum visitors who use Safari. You should leave it in, for their sake.
User avatar
VSE
Developer Contributor
 
Posts: 658
Joined: Thu Jan 29, 2009 5:01 pm
Location: USA

Re: Unknown declaration

New postby femu » Thu May 20, 2010 3:15 am

Ok. Then I leave it as it is.
femu
Supporters
Supporters
 
Posts: 48
Joined: Tue Aug 19, 2008 2:44 am


Return to Advanced Bbcode Box 3

Who is online

Users browsing this forum: No registered users and 1 guest

cron