From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: css mode? Date: Wed, 07 Mar 2007 18:53:20 +0100 Message-ID: <45EEFC10.2040308@gmail.com> References: <878xe9geew.fsf@gmail.com> <87r6s13q3z.fsf@patagonia.sebmags.homelinux.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173290041 15489 80.91.229.12 (7 Mar 2007 17:54:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2007 17:54:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Sebastian P. Luque" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 07 18:53:43 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HP0Kc-0007JE-SP for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Mar 2007 18:53:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HP0Kj-00054x-Nw for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Mar 2007 12:53:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HP0KW-00054a-MU for help-gnu-emacs@gnu.org; Wed, 07 Mar 2007 12:53:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HP0KU-00054O-BP for help-gnu-emacs@gnu.org; Wed, 07 Mar 2007 12:53:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HP0KU-00054L-75 for help-gnu-emacs@gnu.org; Wed, 07 Mar 2007 12:53:34 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HP0KM-0002sY-Fi for help-gnu-emacs@gnu.org; Wed, 07 Mar 2007 12:53:26 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:62749 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1HP0KJ-000585-6D; Wed, 07 Mar 2007 18:53:25 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666 In-Reply-To: <87r6s13q3z.fsf@patagonia.sebmags.homelinux.org> X-Antivirus: avast! (VPS 000722-1, 2007-03-07), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HP0KJ-000585-6D. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1HP0KJ-000585-6D c44082a481f5dc2575f7dda3a42308ec X-detected-kernel: Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41759 Archived-At: Sebastian P. Luque wrote: > On Wed, 07 Mar 2007 18:19:03 +0100, > Hadron wrote: > >> Whats up with css mode? > > I use css-mode: > > > ---<---------------cut here---------------start-------------->--- > #pubpic{ > background-position: top left; > background:url("x.jpg"); > position:fixed; > top: 10%; > left: 70%; > border-width: 1px 1px 1px 1px; > border-spacing: 5px; > border-style: ridge ridge ridge ridge; > border-color: green; > text-align:center; > height:160px;font-size:130%; > } > ---<---------------cut here---------------end---------------->--- Which CSS mode?