[WSG] Why deprecate FIRc ?

2004-03-19 Thread Manuel González Noriega
In the 'it's better to ask and seem a fool for a minute...' spirit.

http://www.stopdesign.com/present/sxsw2004/goodbad/?no=6

I've read Doug Bowman deprecation of FIR techniques and while i can
agree in the failure of both traditional FIR and the 'text-indent'
variant, I cannot see the point in rejecting the absolute positioning of
the img method. If the method fails on img transparency, well, don't
make them transparent. What' so serious about that to deprecate it too?





-- 
Manuel González Noriega
Simplelógica, construcción web  
URL: http://simplelogica.net
EMAIL: [EMAIL PROTECTED]
TELEFONO: (+34) 985 22 12 65
   
Logicola es el weblog de Simplelógica http://simplelogica.net/logicola/

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*



[WSG] Why cant i see the bullets?

2004-02-16 Thread Jackie Reid



Hello Group...
 
I need a bit of help here...ould someone 
please explain why I can't see the bullets in 
my  in IE... looks fine in firebird so whats the 
go!
 
NOTE! - please ignore colours etc just working on 
the layout atm
 
http://www.mockorange.com.au/test/one/index.php
 
http://www.mockorange.com.au/test/one/css/first.css
 
Thanks 
 
Jackie ReidMock Orange Web Site 
Development1st Floor92 Victoria StreetMACKAY Q 4740Ph: 07 4953 
4035
 
[EMAIL PROTECTED]


Re: [WSG] Why cant i see the bullets?

2004-02-16 Thread Michael Donnermeyer
li {color: #000;
margin-top: 1px; 
background-color: #bebe9d;
padding: 1px 1px 1px 10px}

try putting the missing ; in there at the end of the padding...might be the issue.

MD

On Feb 16, 2004, at 18:52, Jackie Reid wrote:

Hello Group...
 
I need a bit of help here...ould someone please explain why I can't see the bullets in my  in IE... looks fine in firebird so whats the go!
 
NOTE! - please ignore colours etc just working on the layout atm
 
http://www.mockorange.com.au/test/one/index.php
 
http://www.mockorange.com.au/test/one/css/first.css
 
Thanks
  
Jackie Reid
Mock Orange Web Site Development
1st Floor
92 Victoria Street
MACKAY Q 4740
Ph: 07 4953 4035
 
[EMAIL PROTECTED]


Re: [WSG] Why cant i see the bullets?

2004-02-16 Thread Jackie Reid



Whooops... didn't notice that and have been looking 
at the code till blue in the face... unfortunately didn't seem to fix it any 
other ideas? ...please :) 
 
Jackie Reid

  - Original Message - 
  From: 
  Michael Donnermeyer 
  
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, February 17, 2004 10:23 
  AM
  Subject: Re: [WSG] Why cant i see the 
  bullets?
  li {color: #000;margin-top: 1px; background-color: 
  #bebe9d;padding: 1px 1px 1px 10px}try putting the missing ; in there at the end of the 
  padding...might be the issue.MDOn Feb 16, 2004, at 18:52, 
  Jackie Reid wrote:
  Hello Group... I 
need a bit of help here...ould someone please explain why I 
can't see the bullets in my  in IE... looks fine in 
firebird so whats the go! NOTE! 
- please ignore colours etc just working on the layout atm http://www.mockorange.com.au/test/one/index.php http://www.mockorange.com.au/test/one/css/first.css Thanks Jackie 
ReidMock 
Orange Web Site Development1st 
Floor92 
Victoria StreetMACKAY 
Q 4740Ph: 
07 4953 4035 [EMAIL PROTECTED]


Re: [WSG] Why cant i see the bullets?

2004-02-16 Thread Luc

Hello Jackie,
  
It was foretold that on 17-2-2004 @ 10:39:10 GMT+1000 (which was
1:39:10 where I live) Jackie Reid would mumble:
  


JR> unfortunately didn't seem to fix it any other ideas?
  
ul {
list-style-type: disc;
list-style-position:inside;
margin-top: 6px;
width: 60%;}

That should do it (tested it localy, not online though)
 
-- 
Best regards,
 Luc
_

http://www.dzinelabs.com

Powered by The Bat! version 1.63 Beta/7 with Windows 2000 (build
2195), version 5.0 Service Pack 4 and using the best browser: Opera.

"Don't worry about the world ending today . . . It's already tomorrow
in Australia."

*
The discussion list for http://webstandardsgroup.org/
* 



Re: [WSG] Why cant i see the bullets?

2004-02-16 Thread Jackie Reid

Well Crikey!!!
 what do you know that works... 
brilliant ...thanks so much...I'm happy now. ;o)

Jackie Reid


- Original Message - 
From: "Luc" <[EMAIL PROTECTED]>
To: "Jackie Reid on wsg" <[EMAIL PROTECTED]>
Sent: Tuesday, February 17, 2004 11:03 AM
Subject: Re: [WSG] Why cant i see the bullets?


> 
> Hello Jackie,
>   
> It was foretold that on 17-2-2004 @ 10:39:10 GMT+1000 (which was
> 1:39:10 where I live) Jackie Reid would mumble:
>   
> 
> 
> JR> unfortunately didn't seem to fix it any other ideas?
>   
> ul {
> list-style-type: disc;
> list-style-position:inside;
> margin-top: 6px;
> width: 60%;}
> 
> That should do it (tested it localy, not online though)
>  
> -- 
> Best regards,
>  Luc
> _
> 
> http://www.dzinelabs.com
> 
> Powered by The Bat! version 1.63 Beta/7 with Windows 2000 (build
> 2195), version 5.0 Service Pack 4 and using the best browser: Opera.
> 
> "Don't worry about the world ending today . . . It's already tomorrow
> in Australia."
> 
> *
> The discussion list for http://webstandardsgroup.org/
> * 
> 
> 
*
The discussion list for http://webstandardsgroup.org/
* 



Re: [WSG] Why cant i see the bullets?

2004-02-17 Thread Luc

Good afternoon Jackie,
  
It was foretold that on 17-2-2004 @ 11:25:25 GMT+1000 (which was
2:25:25 where I live) Jackie Reid would mumble:
  


JR> what do you know that works... 
JR> brilliant ...thanks so much...I'm happy now. ;o)
  
Glad it helped :-)

Using list-style-type: is not always a very good idea, i always use a
background image for a marker. That gives you the ability to position
it better and works better x-browser.
 
-- 
Best regards,
 Luc
_

http://www.dzinelabs.com

Powered by The Bat! version 1.63 Beta/7 with Windows 2000 (build
2195), version 5.0 Service Pack 4 and using the best browser: Opera.

"Beauty lies in the hands of the beer holder."

*
The discussion list for http://webstandardsgroup.org/
*