[WSG] yves selic

2010-09-04 Thread Amrinder Sandhu
http://dsblanc.mouais.ch/good.php
  

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


[WSG] :: Convince - Webstandards are better than tables ::

2008-08-30 Thread Amrinder
Hi

I have a client whom I have to convince that Web standards (tableless layouts) 
are better than table based layouts.

Please help me with info/links.

Regards,
Amrinder

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] :: CSS Code Formatting ::

2008-05-06 Thread Amrinder
Hi,

I was reading this article on Smashing Magazine which shows how to increase 
code readability,
http://www.smashingmagazine.com/2008/05/02/improving-code-readability-with-css-styleguides/

but I have listened to Andy Clarke over Lynda.com saying that one should save 
the white space as it increases the file size.

Which approach is better? Should we go for code readability as described by 
Smashing Magazine or follow what Andy said.

Thanks,

Amrinder
Freelance Web-Standard Designer
www.awayback.com 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Amrinder
Hi,

I have problem with the footer of my website: www.awayback.com it is not 
staying at bottom of the page. Things are fine in case of low resolution i.e. 
1024x768 but in high resolution screens (1200x1024)  footer is hanging mid way 
and not at bottom of the page.

Thanks in Advance.

Kind Regards
Amrinder
Freelance Web Designer
www.awayback.com 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] :: dropdown menus ::

2008-03-27 Thread Amrinder
Hi

I am stuck with dropdown menus. They are working fine in IE-7, and firefox and 
the evil IE6 doesn't render it.
Should I use javascript or CSS for this.

Here is my code:

**  XHTML code ** 

  
  Home
   About Us
   Retail Products

 Milk Powders
 UHT Milk
 Butter
 Cheese
 Liquid Products
 Juices

   
   Dairy Ingredients
   
Milk Powder
 Whey Powder
 Milk Proteins
 Butter Fat Products
 Cheese

   
   Exports/Imports
   Contact Us
  

  
 
 


** CSS Code **

#main_nav {
 clear: both;
 position: relative;
 margin-top: 3px;
 border: 1px solid red;
}

#menu li {
 float: left;
 position: relative;
}
#menu li ul {
 position: absolute;
 left: 0px;
 top: 31px;
 display: none;
 background-color: #309DCF;
}

#menu a {
  background: #309DCF url(../images/menubck_18.gif) scroll repeat-x left top;
  }
  
li ul li {
 background: url(../images/menubck_18.gif) repeat-x left top;
 border:1px solid #fff;
 }
ul li a {
 display: block;
 text-decoration: none;
 padding: 6px 40px;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #FFF;
}
li li a {
 padding:4px 5px 4px 37px;
 width:120px;
 border-left:none;
 }
ul  #nav_home  a {
 width: 30px;
 border-left: none;
}

* html li a {
 width:auto;
 }

/*  Fix IE. Hide from IE Mac \*/
* html ul li { float: left;}
* html ul li a {height:1%;}
/* End */

#menu li:hover ul, #menu li.over ul {
 display:block; 
}

#menu a:hover {
 background-attachment: scroll;
 background-image: url(../images/menuhoverbck_18.gif);
 background-repeat: repeat-x;
 background-position: left top;
 background-color: #de5a03;
 }

** javascript code **

startList = function() {
 if (document.all&&document.getElementById) {
  navRoot = document.getElementById("nav");
  for (i=0; ihttp://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] Web Standards in India

2008-03-23 Thread Amrinder Sandhu
 
Hello Friends

I am a web standard designer from India where there is very less awareness 
about terms like Web Standards, Usability, Accessibility  and User experience. 
I want  your help and advice as to make Web Standards known to people here in 
India. Also, I would like to know any Indians who are member of WSG so that we 
can get in touch and help India to know and follow Web Standards. 

Hope for great support from you all. I will appreciate the suggestions and 
advices from all my WSG friends.

Thanks and Regards,
Amrinder
Freelance Web Designer.
www.awayback.com



 
"Blessed is he who expects nothing,  
for he shall never be disappointed".
live !!!


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] PNG in IE6

2008-02-21 Thread Amrinder
Hi

I looked for the working of .png image in internet explorer and found two 
articles. 
http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html
http://www.alistapart.com/articles/pngopacity
I tried using 'filter' according to both these articles but can't got a way.  
Following is the HTML code: 

  




The css code for #extradiv1 is:

#extradiv1 {
 background-image: url(../images/logo.gif);
 background-attachment: scroll;
 background-repeat: no-repeat;
 background-position: center top;
 position:relative;
 height: 129px;
 width: 120px;
 filter: 
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/logo.png', 
sizingMethod='scale');
 margin: 0 auto;
}

Please help. 

Kind Regards,
Amrinder www.awayback.com 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***