[css-d] :: Absolute Positioning Disappears in IE6 7 ::

2009-02-02 Thread Amrinder
Hi, I have done HTML/CSS of a design here: http://demo.awayback.com/ashton . Everything is fine in firefox, safari, opera but IE 6,7 are not letting things my way. The top sub navigation and search div are not displayed in IEs. Please help asap. Regards, Amrinder

[css-d] :: IE7 Margin Issue ::

2008-11-11 Thread Amrinder
Hello Friends I am facing weird margin issue in IE7 whereas things are fine otherwise. http://demo.awayback.com/maknetforms/ There is another problem around the main menu in IE7. The bottom border sticks with the menu. Pls help. Regards, Amrinder www.awayback.com

[css-d] :: Background Image Problem ::

2008-10-21 Thread Amrinder
Hi! I am encountering strange bg image problem in IE6. Here at www.rgroup.in the text box saying 'Your name' (query form) is overlapped by something which restricts to select it and all the four headers. Please help! Thx in advance Regards, Amrinder www.awayback.com

[css-d] :: Tables or Divs ::

2008-09-10 Thread Amrinder
divs? Regards, Amrinder __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported

[css-d] :: Mac Safari Display Problem ::

2008-08-04 Thread Amrinder
with solution. Thanks in advance. Regards, Amrinder Freelance Web Designer www.awayback.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

[css-d] :: Highlight Dropdown Menu ::

2008-07-10 Thread Amrinder
with it for couple of hours however its better to ask experts instead of wasting more time. Thanks in advance. Regards, Amrinder www.awayback.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

[css-d] :: Save me from IE ::

2008-06-27 Thread Amrinder
Regards, Amrinder Freelance Web Designer www.awayback.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

[css-d] :: CSS vs jQuery ::

2008-06-13 Thread Amrinder
/work Is this because of javascript being used? Please help me with this. Thx Amrinder www.awayback.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] :: List item images flickering in IE-6 ::

2008-06-04 Thread Amrinder
, Amrinder Freelance Web Designer www.awayback.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

[css-d] :: CSS Code Readibility ::

2008-05-06 Thread Amrinder
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 __ css-discuss

[css-d] :: Footer not resting at bottom of page ::

2008-04-20 Thread Amrinder
Regards Amrinder Freelance Web Designer www.awayback.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

[css-d] IDs' or Classes

2008-04-07 Thread Amrinder
Hi Could anyone please let me know when (and where) to use ID and when to use class. Thanks and Regards, Amrinder Freelance Web Designer www.awayback.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

[css-d] :: drop down menus ::

2008-03-27 Thread Amrinder
= navRoot.childNodes[i]; if (node.nodeName==LI) { node.onmouseover=function() { this.className+= over; } node.onmouseout=function() { this.className=this.className.replace( over, ); } } } } } window.onload=startList; Please Help! Thanks in advance. Regards, Amrinder