[WSG] Help with IE 6

2004-06-06 Thread Amit Karmakar



People,

I did this site 
over the last weekend.Still needs more work though.

The 
siteseems to be working fine in most browsers except IE6. Bloody 
IE

Any help to get it 
working in IE v6/Win would be appreciated.
People on macs 
would you mind giving me your feedback too. Thanks.

The site: 
http://www.maysvillerotary.org
CSS: 
http://www.maysvillerotary.org/assets/styles/maysvillerotary.css


Regards, Amit Karmakar www.karmakars.com 
**This message is intended for the addressee named and may containprivileged information or confidential information or both. If youare not the intended recipient please delete it and notify the sender.**



RE: [WSG] Help with IE 6

2004-06-06 Thread Jeff Lowder - Accessibility 1st







This is your problem:#navcontainer li a{display: block;padding: 5px 5px 5px 0.5em;border-left: 10px solid #326263;border-right: 10px solid #92C6C7;background-color: #498485;color: #EDF7F8;text-decoration: none;width: 100%; - you dont need this}





Cheers



Jeff Lowder

Accessibility 1st

Ph: 02 9570 9875

Mobile: 0419
350 760

E-mail: [EMAIL PROTECTED]

Website: www.accessibility1st.com.au

Blog: www.accessibility1st.com.au/journal/



DISCLAIMER: This e-mail
and any files transmitted with itmay beprivileged and confidential, and
are intended only for the use of the intended recipient. If you are not the
intended recipient or responsible for delivering this e-mail to the intended
recipient, any use, dissemination, forwarding, printing or copying of this e-mail
and any attachments is strictly prohibited. If you have received this e-mail in
error, pleaseREPLY TO the SENDER to advise the errorAND
thenDELETEthe e-mailfrom your system. Any views expressed in
this e-mail and any files transmitted with it are those of the individual
sender, except where the sender specifically states them to be the views of our
organisation.Ourorganisationdoes not represent or warrant
that the attached files are free from computer viruses or other defects. The
user assumes all responsibility for any loss or damage resulting directly or
indirectly from the use of the attached files. In any event, the liability to
our organisation is limited to either the resupply of the attached files or the
cost of having the attached files resupplied.







-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Amit Karmakar
Sent: Monday, 7 June 2004 3:37 PM
To: [EMAIL PROTECTED]
Subject: [WSG] Help with IE 6





People,











I did this site over the last
weekend.Still needs more work though.











The siteseems to be working
fine in most browsers except IE6. Bloody IE











Any help to get it working in IE
v6/Win would be appreciated.





People on macs would you mind giving me your feedback too. Thanks.











The site: http://www.maysvillerotary.org





CSS: http://www.maysvillerotary.org/assets/styles/maysvillerotary.css











Regards, 
Amit Karmakar 
www.karmakars.com




**
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**






[WSG] Help validating a Counter script

2004-06-02 Thread Razvan Pop
Hello.
http://alegeri-locale.stockappletsocale-2004.html 
http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html

We are having a SEO Contest.
I am the only one who cares about Standards and Tableless design an I 
want to show the other guys the real power of standards.

Problem is I have to use a Counter from Cqcounter.com which has a nasty 
script. I would like some help in order to make the page Valid XHTML 1.0 
Strict. I've tweaked it a little, but I don't know what else to do to 
make it Validate.

Kindest Regards,
Razvan Pop
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Help validating a Counter script

2004-06-02 Thread Mark Harwood
Erm im not 100% sure but if you just stick it in a external .js page and doe the
normal Script inclusion wouldnt that get around the nasty JavaScript and let it
validate?


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



RE: [WSG] Help validating a Counter script

2004-06-02 Thread Bert Doorn
Title: Message



G'dayA couple of hints...1. Close the meta 
tags: meta 
name="description" content="" 
/ meta name="keywords" 
content="." /2. Escape the forward-slashes (/) in the counter 
script: "img src="" 
href="http:\/\/1ro.cqcounter.com\/cgi-bin\/c?_id=razvan_z=0_r=">http:\/\/1ro.cqcounter.com\/cgi-bin\/c?_id=razvan_z=0_r="+See 
how you go after that.Regards--Bert Doorn, Better Web 
Design[ www.bwdzine.net | www.betterwebdesign.com.au]Fast-loading, user-friendly websites 


RE: [WSG] Help validating a Counter script

2004-06-02 Thread Mark Harwood
I never even checked his actual code :E assumed he knew what he was doing, just
didnt know what to do with the JavaScript...



On Wed, 2 Jun 2004 19:35 , Bert Doorn [EMAIL PROTECTED] sent:




Message



G'day

A couple of hints...

1. Close the meta 
tags:

meta 
name=description content= 
/
meta name=keywords 
content=. /

2. Escape the forward-slashes (/) in the counter 
script:

img src=\http:\/\/1ro.cqcounter.com\/cgi-bin\/c?_id=razvan_z=0_r=+

See 
how you go after that.

Regards
--
Bert Doorn, Better Web 
Design
[ www.bwdzine.net | www.betterwebdesign.com.au ]
Fast-loading, user-friendly websites 




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



Re: [WSG] Help validating a Counter script

2004-06-02 Thread Razvan Pop
Check this:
http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html
Any other ideas?
Bert Doorn wrote:
G'day
A couple of hints...
1. Close the meta tags:
   meta name=description content= /
   meta name=keywords content=. /
2. Escape the forward-slashes (/) in the counter script:
   img src=\http:
http:\/\/1ro.cqcounter.com\/cgi-bin\/c?_id=razvan_z=0_r=
\/\/1ro.cqcounter.com\/cgi-bin\/c?_id=razvan_z=0_r=+
See how you go after that.
Regards
--
Bert Doorn, Better Web Design
[ www.bwdzine.net | www.betterwebdesign.com.au ]
Fast-loading, user-friendly websites 

 

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



RE: [WSG] Help validating a Counter script

2004-06-02 Thread Bert Doorn
Title: Message



G'day again Check this: http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html Any other ideas?Yep. As the validator says:

  a href=""http://cqcounter.com/?_id=razvan_lo=ro">http://cqcounter.com/?_id=razvan_lo=ro"The 
  mentioned element is not allowed to appear in the context in which you've 
  placed it; the other mentioned elements are the only 
  ones that are both allowed there and can contain the element mentioned. 
  This might mean that you need a containing element, or 
  possibly that you've forgotten to close a previous element. 

So.. wrap the link in a block level 
element, such as p or div. As it is, the link sits directly indise the 
body element.
diva href=""http://cqcounter.com/?_id=razvan_lo=ro">http://cqcounter.com/?_id=razvan_lo=ro"/div
(Or wrap the whole counter script in a div as 
this error appears more than once in that section).
Tackle the errors one at time, starting from 
the top, sincefixing the first error will often fixothers that 
follow:-)
RegardsBert






Re: [WSG] Help validating a Counter script

2004-06-02 Thread Razvan Pop
Thank you Bert!
It Worked.
Bert Doorn wrote:
G'day again
 

Check this:
   

http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/
alegeri-locale-2004.html
http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/a
legeri-locale-2004.html
 

Any other ideas?
   

Yep.  As the validator says:
a href= http://cqcounter.com/?_id=razvan_lo=ro
http://cqcounter.com/?_id=razvan_lo=ro;
The mentioned element is not allowed to appear in the context in which
you've placed it; 
the other mentioned elements are the only ones that are both allowed there
and can contain 
the element mentioned. This might mean that you need a containing element,
or 
possibly that you've forgotten to close a previous element. 

So..  wrap the link in a block level element, such as p or div.  As it is,
the link sits directly indise the body element.
diva href= http://cqcounter.com/?_id=razvan_lo=ro
http://cqcounter.com/?_id=razvan_lo=ro;/div
(Or wrap the whole counter script in a div as this error appears more than
once in that section).
Tackle the errors one at time, starting from the top, since fixing the first
error will often fix others that follow :-)
Regards
Bert




 

*
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] help me please

2004-05-27 Thread Jad Madi
please help me guys 
this design looks fine with mozilla 1.6 and firefox 0.8 
and IE 6 XP 
but IE 5 and IE 5.5 screw up 
Anyone can offer help ?

http://easyhttp.com/design/xhtml/
style 
http://easyhttp.com/design/xhtml/css/easyhttp.css
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



RE: [WSG] help me please

2004-05-27 Thread Chatham, Will
Hi,
There are several things you could try in an attempt to fix this.

First, validate your XHTML and CSS.  Next, try applying the IE Box Model
Hack (http://tantek.com/CSS/Examples/boxmodelhack.html).  Since you are
using padding and a border on some of your divs, this is likely the problem.
IE5.5 misinterprets the CSS Box Model, and thus a hack is needed.

HTH.

Will Chatham
Webmaster
Ingles Markets

ooOo-o
828.669.2941 - ext.534
www.ingles-markets.com 
--


 please help me guys 
 this design looks fine with mozilla 1.6 and firefox 0.8 
 and IE 6 XP 
 but IE 5 and IE 5.5 screw up 
 Anyone can offer help ?
 
*
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] Help - tableless design with 2 colums

2004-05-26 Thread Razvan Pop
Hello,
Please go to http://www.seoed.com/index.php
I'm trying to position 2 divs. The Main div and the right column div.
They should look like here: http://play.cpea.ro/screen/seod.gif
I had a hard time with the menu. Took me an hour to make it work in IE, 
Firefox and Opera.

This is giving me a headache. Any feedback/suggestions would be appreciated.
The css: http://www.seoed.com/styles/seoed.css
Thank you.
Please check it with Firefox and Opera also
*
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] Help with positioning

2004-05-25 Thread Sean Sullivan-Daley
OK I guess I need to re-state my problem. I Have a fixed amount of space (55px) at the 
top of my page. I need to have my navigation anchored to the bottom of that 55px 
space. What I have is 2 divs nested in another div. The top div is for info on who is 
logged in the bottom div has another div(topnav) for navigation.

My problem is getting the navigation to be anchored to the bottom of its container. I 
can get it to work for one browser but not the other.

Any suggestions?

http://sean.ashtonweb.com/test/top.html


Thanks, 

-Sean





Sean Sullivan-Daley
[EMAIL PROTECTED]
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Help with positioning

2004-05-25 Thread Sean Sullivan-Daley
I have found another way to do this that is working. I would love to see what I did 
wrong in this example if anyone knows.

Thanks for the help.

-Sean 


On Tuesday, May 25, 2004, at 08:21AM, Sean Sullivan-Daley [EMAIL PROTECTED] wrote:

OK I guess I need to re-state my problem. I Have a fixed amount of space (55px) at 
the top of my page. I need to have my navigation anchored to the bottom of that 55px 
space. What I have is 2 divs nested in another div. The top div is for info on who is 
logged in the bottom div has another div(topnav) for navigation.

My problem is getting the navigation to be anchored to the bottom of its container. I 
can get it to work for one browser but not the other.

Any suggestions?

http://sean.ashtonweb.com/test/top.html


Thanks, 

-Sean





Sean Sullivan-Daley
[EMAIL PROTECTED]
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 






Sean Sullivan-Daley
[EMAIL PROTECTED]
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Help with positioning

2004-05-25 Thread Ryan Christie
Sean Sullivan-Daley wrote:
OK I guess I need to re-state my problem. I Have a fixed amount of space (55px) at the 
top of my page. I need to have my navigation anchored to the bottom of that 55px 
space. What I have is 2 divs nested in another div. The top div is for info on who is 
logged in the bottom div has another div(topnav) for navigation.
My problem is getting the navigation to be anchored to the bottom of its container. I 
can get it to work for one browser but not the other.
Any suggestions?
http://sean.ashtonweb.com/test/top.html
Thanks, 

-Sean
 

Not sure if this was what you were looking for, but here's my take on 
what you intended:

http://www.theward.net/test.html
--
Ryan Christie| e: [EMAIL PROTECTED]
Harrisonburg, VA | w: http://shadyland.theward.net
---() ()--
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Help with Float

2004-05-19 Thread Mordechai Peller
russ - maxdesign wrote:
Floats are suppose to extend past bottom of a container.
   

That statement is correct in this instance but might be slightly misleading.
It would be better to say that the heights of floated items are ignored by
the parent container, so there is a possibility they may poke out the bottom
of the parent container. This 'poking out' is dependant on what other
content is inside the container.
 

Thank you; that's what I had meant.
A third method is outlined in great detail here:
http://www.positioniseverything.net/easyclearing.html
 

While the programmer in me loves JavaScript, the Web pro in me hates it. 
I would recommend doing the sniffing for IE/Mac server side and only 
adding it if needed (I keep both sides happy that way).
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Help with Float

2004-05-19 Thread tony
Quoting Sean Sullivan-Daley [EMAIL PROTECTED]:

 I am trying to float 3 columns next to each other.
 This appearas to be OK in IE6 but is broken in FireFox.
 The columns break out of the container in FireFox.

There's now a new way to clear float containers without the need to use an extra
clearing element.
http://www.csscreator.com/attributes/containedfloat.php

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



Re: Re: [WSG] Help with Float

2004-05-19 Thread Mike Rainey
Sorry, thought I took that clear:both out of there. My mistake.

As for the font sizes, that is what was specified in the original stylesheet and I 
just copied from the col1 styles down to the end.

 
 From: russ - maxdesign [EMAIL PROTECTED]
 Date: 2004/05/19 Wed PM 04:54:50 EDT
 To: Web Standards Group [EMAIL PROTECTED]
 Subject: Re: [WSG] Help with Float
 
  #col1 {
  width: 253px;
  height: auto;
  border-right: 2px dotted #5D355E;
  float: left;
  margin: 0px;
  padding: 0px;
  clear: both;
  }
  #col1 p, #col2 p, #col3 p {
  font: 12px/16px Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 5px 10px;
  }
  
 
 Mike, 
 There are two small problems with this example. You are applying the
 clear:both to the #col1 div. This works well in some instances but will fail
 if #col2 or #col3 have much longer content. By fail I mean that the other
 divs will poke out the bottom of their parent container.
 
 You can see this here:
 http://www.maxdesign.com.au/jobs/css/sullivan-daley.htm
 
 Another point (getting picky here, so apologies) is that you are show pixel
 sizes for your font-sizes inside the containers. This is not recommended by
 the WAI as it is not good for browsers that do not support scaling of
 content in pixels (like IE). A better option is to use percents or EM's. A
 really good article on this is here:
 http://www.clagnut.com/blog/348/
 
 Thanks
 Russ
 
 *
 The discussion list for http://webstandardsgroup.org/
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
 * 
 
 

Michael Rainey
Blog: http://raineym.dyndns.org/
Resume: http://mrainey.dyndns.org/

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



Re: [WSG] Help with Float

2004-05-19 Thread Manuel González Noriega
El mié, 19-05-2004 a las 21:43, Brian Foy escribió:
 Hi Sean,
 
 Looks like you have to clear those floats.
 
 Try adding a div with clear: both; just below the last column.
 
 Brian
 


Or this nicer method (i don't know where i first read about this, excuse
me if it was on this list :)

Clearing without structural markup
http://www.positioniseverything.net/easyclearing.html

-- 
Manuel trabaja para Simplelógica, construcción web
(+34) 985 22 12 65 http://simplelogica.net 

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



Re: [WSG] Help with Float

2004-05-19 Thread Brian Foy
Hi Sean,
Looks like you have to clear those floats.
Try adding a div with clear: both; just below the last column.
Brian
Sean Sullivan-Daley wrote:
I am trying to float 3 columns next to each other.
This appearas to be OK in IE6 but is broken in FireFox.
The columns break out of the container in FireFox.
Here is a link to the Files.
http://sean.ashtonweb.com/test/
http://sean.ashtonweb.com/test/css/style2.css
What am I doing wrong?
-Sean
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



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



Re: [WSG] Help with Float

2004-05-19 Thread Mordechai Peller
Sean Sullivan-Daley wrote:
I am trying to float 3 columns next to each other.
This appearas to be OK in IE6 but is broken in FireFox.
The columns break out of the container in FireFox.
Here is a link to the Files.
http://sean.ashtonweb.com/test/
http://sean.ashtonweb.com/test/css/style2.css
What am I doing wrong?
 

What you're doing wrong is that you are assume IE6 is getting it right. 
Floats are suppose to extend past bottom of a container. You could try 
adding br style=clear:both/.
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



Re: [WSG] Help with Float

2004-05-19 Thread russ - maxdesign
 #col1 {
 width: 253px;
 height: auto;
 border-right: 2px dotted #5D355E;
 float: left;
 margin: 0px;
 padding: 0px;
 clear: both;
 }
 #col1 p, #col2 p, #col3 p {
 font: 12px/16px Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 5px 10px;
 }
 

Mike, 
There are two small problems with this example. You are applying the
clear:both to the #col1 div. This works well in some instances but will fail
if #col2 or #col3 have much longer content. By fail I mean that the other
divs will poke out the bottom of their parent container.

You can see this here:
http://www.maxdesign.com.au/jobs/css/sullivan-daley.htm

Another point (getting picky here, so apologies) is that you are show pixel
sizes for your font-sizes inside the containers. This is not recommended by
the WAI as it is not good for browsers that do not support scaling of
content in pixels (like IE). A better option is to use percents or EM's. A
really good article on this is here:
http://www.clagnut.com/blog/348/

Thanks
Russ

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



Re: [WSG] Help with Float

2004-05-19 Thread russ - maxdesign
 What you're doing wrong is that you are assume IE6 is getting it right.
 Floats are suppose to extend past bottom of a container. You could try
 adding br style=clear:both/.

That statement is correct in this instance but might be slightly misleading.
It would be better to say that the heights of floated items are ignored by
the parent container, so there is a possibility they may poke out the bottom
of the parent container. This 'poking out' is dependant on what other
content is inside the container.

There is a more detailed explanation here:
http://www.maxdesign.com.au/presentation/floatsample.htm

And here:
http://css.maxdesign.com.au/floatutorial/clear.htm

As Brain and Mordechai have said, you need to clear after the floats to
force the container around the floated items. They have suggested two
methods (clear:both inside a new empty div or in a br).

A third method is outlined in great detail here:
http://www.positioniseverything.net/easyclearing.html

Russ



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



Re: [WSG] Help with Float

2004-05-19 Thread Mike Rainey
Floats are tricky. Try this:

1) Drop your col2 div below the col3 in the HTML markup.

2) Use these values for the col# in the stylesheet:

#col1 {
width: 253px;
height: auto;
border-right: 2px dotted #5D355E;
float: left;
margin: 0px;
padding: 0px;
clear: both;
}

#col2 {
width: 245px;
height: auto;
margin: 0 255px 0 255px;
padding: 0px;
}

#col3 {
width: 253px;
height: auto;
border-left: 2px dotted #5D355E;
float: right;
margin: 0px;
padding: 0px;
}

#col1 p, #col2 p, #col3 p {
font: 12px/16px Arial, Helvetica, sans-serif;
margin: 0px;
padding: 5px 10px;
}

It should work in IE and Mozilla/Firefox. I tested it and it works fine.

 
 From: Sean Sullivan-Daley [EMAIL PROTECTED]
 Date: 2004/05/19 Wed PM 03:01:54 EDT
 To: [EMAIL PROTECTED]
 Subject: [WSG] Help with Float
 
 I am trying to float 3 columns next to each other.
 This appearas to be OK in IE6 but is broken in FireFox.
 The columns break out of the container in FireFox.
 
 Here is a link to the Files.
 http://sean.ashtonweb.com/test/
 http://sean.ashtonweb.com/test/css/style2.css
 
 What am I doing wrong?
 
 -Sean
 *
 The discussion list for http://webstandardsgroup.org/
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
 * 
 
 

Michael Rainey
Blog: http://raineym.dyndns.org/
Resume: http://mrainey.dyndns.org/

*
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] help with ie vs the rest

2004-05-03 Thread Gary Greer
Hi All
First - sorry I can't make it to the Melbourne meeting - just too busy.
Second - can anyone help me with some weirdness I'm seeing?
http://metropolis.muprivate.edu.au/index.php?id=67 has a page. It has 
CSS at http://metropolis.muprivate.edu.au/fileadmin/metTempl/new.css .

Looking at it through IE, I get wrapping in the content block, but the 
main block isn't centered. Looking at it in Firefox, the main block is 
centered, but the text doesn't wrap.

In a word - Aaaarghhh. Can anyone help? I've run out of beer and 
inspiration.

gg


smime.p7s
Description: S/MIME Cryptographic Signature


RE: [WSG] help with ie vs the rest

2004-05-03 Thread Craig Stump
There seems to be a few problems with the markup - might want to validate it
first.
http://validator.w3.org/check?uri=http://metropolis.muprivate.edu.au/index.p
hp?id=67 

I notice you've got .'s in you class names in the HTML - AFAIK this is not
valid.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Gary Greer
Sent: Monday, 3 May 2004 5:04 PM
To: [EMAIL PROTECTED]
Subject: [WSG] help with ie vs the rest

Hi All

First - sorry I can't make it to the Melbourne meeting - just too busy.

Second - can anyone help me with some weirdness I'm seeing?

http://metropolis.muprivate.edu.au/index.php?id=67 has a page. It has CSS at
http://metropolis.muprivate.edu.au/fileadmin/metTempl/new.css .

Looking at it through IE, I get wrapping in the content block, but the main
block isn't centered. Looking at it in Firefox, the main block is centered,
but the text doesn't wrap.

In a word - Aaaarghhh. Can anyone help? I've run out of beer and
inspiration.

gg

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



Re: [WSG] help with ie vs the rest

2004-05-03 Thread Gary Greer
oops.
Thanks for the hint - I'll do that and get back to the list!
Craig Stump wrote:
There seems to be a few problems with the markup - might want to validate it
first.
http://validator.w3.org/check?uri=http://metropolis.muprivate.edu.au/index.p
hp?id=67 

I notice you've got .'s in you class names in the HTML - AFAIK this is not
valid.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Gary Greer
Sent: Monday, 3 May 2004 5:04 PM
To: [EMAIL PROTECTED]
Subject: [WSG] help with ie vs the rest
Hi All
First - sorry I can't make it to the Melbourne meeting - just too busy.
Second - can anyone help me with some weirdness I'm seeing?
http://metropolis.muprivate.edu.au/index.php?id=67 has a page. It has CSS at
http://metropolis.muprivate.edu.au/fileadmin/metTempl/new.css .
Looking at it through IE, I get wrapping in the content block, but the main
block isn't centered. Looking at it in Firefox, the main block is centered,
but the text doesn't wrap.
In a word - Aaaarghhh. Can anyone help? I've run out of beer and
inspiration.
gg
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [WSG] help with ie vs the rest

2004-05-03 Thread Gary Greer
okay -  it now validates - hurrah!
Just to complicate it, I've got a three column layout working on the 
page called search, which goes quite strange in Firefox.

Call for help!
gg
Craig Stump wrote:
There seems to be a few problems with the markup - might want to validate it
first.
http://validator.w3.org/check?uri=http://metropolis.muprivate.edu.au/index.p
hp?id=67 

I notice you've got .'s in you class names in the HTML - AFAIK this is not
valid.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Gary Greer
Sent: Monday, 3 May 2004 5:04 PM
To: [EMAIL PROTECTED]
Subject: [WSG] help with ie vs the rest
Hi All
First - sorry I can't make it to the Melbourne meeting - just too busy.
Second - can anyone help me with some weirdness I'm seeing?
http://metropolis.muprivate.edu.au/index.php?id=67 has a page. It has CSS at
http://metropolis.muprivate.edu.au/fileadmin/metTempl/new.css .
Looking at it through IE, I get wrapping in the content block, but the main
block isn't centered. Looking at it in Firefox, the main block is centered,
but the text doesn't wrap.
In a word - Aaaarghhh. Can anyone help? I've run out of beer and
inspiration.
gg
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 





smime.p7s
Description: S/MIME Cryptographic Signature


RE: [WSG] help with ie vs the rest

2004-05-03 Thread Chris Gandolfo
You have class bodytext in your html, but it is not defined in your style 
sheet (unless I'm missing something, it is 2:15 in the morning). Also as 
stated before you should remove the periods from your class names in your 
html. From a usability stand point I would consider underlining all of your 
links with a:hover if you are going to do it on the side bar. It will help 
minimize confusion of your users. Aside from that I like the clean, simple 
style.


From: Gary Greer [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [WSG] help with ie vs the rest
Date: Mon, 03 May 2004 17:03:53 +1000
Hi All
First - sorry I can't make it to the Melbourne meeting - just too busy.
Second - can anyone help me with some weirdness I'm seeing?
http://metropolis.muprivate.edu.au/index.php?id=67 has a page. It has CSS 
at http://metropolis.muprivate.edu.au/fileadmin/metTempl/new.css .

Looking at it through IE, I get wrapping in the content block, but the main 
block isn't centered. Looking at it in Firefox, the main block is centered, 
but the text doesn't wrap.

In a word - Aaaarghhh. Can anyone help? I've run out of beer and 
inspiration.

gg
 smime.p7s 
_
Watch LIVE baseball games on your computer with MLB.TV, included with MSN 
Premium! 
http://join.msn.com/?page=features/mlbpgmarket=en-us/go/onm00200439ave/direct/01/

*
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] help with compatability

2004-05-03 Thread Kevin McMonagle
Hi guys,
I really need help.
Im building a portfolio site for my graphics work.
Check it out at
www.mcmonagle.biz
The problem:
Browser compatability.
I live in Ireland, i estimate that half the people here use a 4 or 5th 
generation browser.

I built this portfolio site using css positioning attributes that dont work 
in these browsers, at all.

Also i am using 3 style sheets. 1 for ie 5+ mac. one for ie 6+pc and one for 
netscape 6mac.
The site does not work properly in other browsers.
The javascript that calls up the style sheets causes problems in 4 and 5 
generation browsers.

Im working on rebuilding the site with html, im not really a programmer.
I bought into this css stuff hook line and sinker...
I would like to move forward and not backwards.
Thank you
-Kevin
_
Mother’s Day is May 9. Make it special with great ideas from the Mother’s 
Day Guide! http://special.msn.com/network/04mothersday.armx

*
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] Help in web-standards Flash insert code

2004-04-20 Thread Andy Clarke
Comrades

It's not very often I fire up Flash, but today has been one of those 'rusty' days.

Can anyone please help in converting this tag mess into standards-compliant code for inserting a swf 
into my page?

div id=Flash
object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0; 
width=770 height=400 id=default
param name=movie value=default.swf
param name=loop value=false
param name=quality value=high
param name=bgcolor value=#000
embed src=default.swf loop=false quality=high bgcolor=#000  width=770 height=400 
name=home_3 type=application/x-shockwave-flash 
PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer;/embed
/object
/div

Thanks (hoping) in advance...

Malarkey

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



Re: [WSG] Help in web-standards Flash insert code

2004-04-20 Thread James Ellis
Andy

Some links:

(not meaning to beat my drum, but..)
http://www.sitepoint.com/articlelist/300
and...

http://www.alistapart.com/articles/flashsatay/

and...

http://ln.hixie.ch/?start=1081798064count=1

HTH
James
Andy Clarke wrote:

Comrades

It's not very often I fire up Flash, but today has been one of those 'rusty' days.

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



RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread P.H.Lauke
I'd second that...I'll get my Door to my garden prepped for conversion :)
http://www.csszengarden.com/?cssfile=041%2F041%2Ecss

Patrick

Patrick H. Lauke
Webmaster / University of Salford
http://www.salford.ac.uk

 -Original Message-
 From: Andy Budd [mailto:[EMAIL PROTECTED]
 Sent: 22 March 2004 11:19
 To: [EMAIL PROTECTED]
 Subject: Re: [WSG] Help us redesign the WSG site
 
 
 How about doing a Zen Garden type thing and allow people to skin the 
 WSG site.
 
 Just a thought.
 
 
 Andy Budd
 
 http://www.message.uk.com/
 
 *
 The discussion list for http://webstandardsgroup.org/
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
 * 
 
 
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
*



RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread Amit Karmakar
Sounds good to me :)

Regards,
Amit Karmakar
www.karmakars.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Budd
Sent: Monday, 22 March 2004 10:19 PM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Help us redesign the WSG site

How about doing a Zen Garden type thing and allow people to skin the 
WSG site.

Just a thought.


Andy Budd

http://www.message.uk.com/

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

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



Re: [WSG] Help us redesign the WSG site

2004-03-22 Thread A. R. Templeton
	Good day folks. I'm new to the list and it would be wonderful to be 
able to submit a design 'a la' Zen Garden. Even if not accepted it would 
really be an honor to submit a design amongst such prestigious web 
designers.

	I also look forward to learning alot from this great pool of experience.

Regards,

Ahmaud R. Templeton

Amit Karmakar wrote:
Sounds good to me :)

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



RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread Nick Cowie
Andy wrote:

How about doing a Zen Garden type thing and allow 
people to skin the WSG site.

That would be an interesting task, seeing it would be a 20 odd page site we would be 
skinning.

The first challenge will be to get enough agreement on how to create the basic page 
structure, eg:
do we include extra divs to allow for clearing floats to deal with IE bugs?
who many divs just to contain the page ? one, one inside another or four to allow for 
various corner tricks?
do we have a few extra divs for images ala Zen Garden just incase people want to use 
them and how many?

So if Russ is willing to completely change the rules, we are willing to put up with 
some lively discussions on most suitable page strucutre, I for one am looking 
forward to the opportunity.

Nick



winmail.dat

Re: [WSG] Help us redesign the WSG site

2004-03-22 Thread Tonico Strasser
Nick Cowie wrote:

So if Russ is willing to completely change the rules, we are willing to put up with some lively discussions on most suitable page strucutre, I for one am looking forward to the opportunity.
+1

To discuss the page structure would be very interesting since this is a 
concrete use case and the site is not too complex.

Tonico

--
Tonico Strasser ?:-)
http://Tonico.FreeZope.org
Contact_Tonico at Yahoo dot de
Check out http://www.WebProducer.at
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
* 



RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread Peter Firminger
H... All very interesting.

To do this we may have to change the functionality of the CMS a bit and
maybe even hard code the pages that rarely change due to the needs of a site
that displays code on the page by default (when pasted in). I don't think
that many outside the core group have actually used it though so this
shouldn't be an issue as any requests for changes to the content could still
be sent to us.

As Russ said it was built very quickly along these lines.

So, we'll now discuss this and get back to you about how we'll proceed.

Thanks for all your input again.

P

  So if Russ is willing to completely change the rules, we
 are willing to put up with some lively discussions on most
 suitable page strucutre, I for one am looking forward to the
 opportunity.

 +1

 To discuss the page structure would be very interesting since
 this is a
 concrete use case and the site is not too complex.


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



RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread theGrafixGuy
I like this idea! It adds a creative flair to the purpose of the group and
as an artist/programmer instead of a pure programmer it gives others like me
a chance to show the world This is how I would've done it.

Brian

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



Re: [WSG] Help us redesign the WSG site

2004-03-20 Thread Tim Lucas
russ weakley spoke the following wise words on 21/03/2004 1:58AM EST:
The WSG site was built very quickly when we first put the group together
(just over a year ago). It is very much overdue for a redesign. In the
spirit of group ownership, we thought it would be a good idea to open the
process up to all members.
Great! I only wish I had more time to encourage my creative side. So 
much of my time is spent doing technical stuff.

Can't wait to see the entries, and who knows... maybe some celebrity 
appearances?

-- tim

www.toolmantim.com

*
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] Help i broke it all!

2004-02-10 Thread roger

Okay here is where the site is in Dev:
www.desertstandard.net/yv/

The problem is that in WIN IE6 i get the background image, the upper right hand image 
and the nav bar to appear, but nothing else shows up! I check the source and 
everything is there, its just not showing up.

In Safari 1.0 I can see everything but the Nav bar does not work and the upper right 
hand image is displaced.

In MAC IE 5.2 everything works great but the background image does not show up.

The CSS validates and the HTML is good save a few img close tags and what not.

Oh please help!

Sincerely,

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



Re: [WSG] Help with a bit of code plz

2004-02-09 Thread Ben Bishop
Hi Ryan,

Just as you specified the number of character rows (vertical), you also 
need to specify the number of character columns (horizontal.)
Your mark-up would like something like:

...e=txtMessage rows=5 cols=50 title=Enter your message/textarea

Regards,
Ben
info wrote:

And can anyone plz plz plz explain what this means:

Below are the results of attempting to parse this document with an SGML
parser.
  1. Line 53, column 67: required attribute cols not specified
(explain...).
 ...e=txtMessage rows=5 title=Enter your message/textarea
 

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



RE: [WSG] Help with a bit of code plz

2004-02-09 Thread Mark Stanton

Cols is the number of column that you want in your text areas (similar to
rows) and depending on your doctype - it may be required.

So if you want 50 columns in your text areas you have to add cols=50.

hth


Cheers

Mark


--
Mark Stanton 
Technical Director 
Gruden Pty Ltd 
Tel: 9956 6388
Mob: 0410 458 201 
Fax: 9956 8433 
http://www.gruden.com

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



<    1   2   3   4   5