Re: [css-d] div doesn't float all the way up

2012-07-06 Thread Kamil Saiyed
@Philip: Ruben is right-- it doesn't allow sharing link to a folder,
although it does allow linking to individual files.

- Kamil

-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Philip TAYLOR
Sent: Friday, July 06, 2012 11:48 AM
To: Ruben van den Berg
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] div doesn't float all the way up



Ruben van den Berg wrote:

 Dear all,
 I can't link to a folder (because I don't have a domain yet and dropbox
doesn't allow it).

I think that the latter is not strictly true.  The following is a link to an
HTML file stored on Dropbox.  If followed, a line-numbered listing of the
source file will be displayed.  But if you then follow the Download link,
the file will be downloaded and then opened in the browser (at least, this
works for me), assuming that you select the option Open with ... rather
than Save as.

https://www.dropbox.com/s/l2h03bczopvw763/Index.html

Philip Taylor
__
css-discuss [css-d@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE9 issue

2012-03-19 Thread Kamil Saiyed
There is no canvas  tag on the page L

 

From: Anna Vester [mailto:vean...@gmail.com] 
Sent: Sunday, March 18, 2012 5:56 PM
To: Kamil Saiyed
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] IE9 issue

 

Hi Kamil,

 

It looks like your canvas needs a closing tag (i.e /canvas).

 

Anna

 

On Sun, Mar 18, 2012 at 5:43 PM, Kamil Saiyed
kamil.sai...@rhapsodysolutions.net wrote:

Hello,



The navigation at the top does not display correctly in IE9  on Vista:
http://certifiedauto.com/



Could anyone please help me determine what is causing it?



Thanks,

Kamil

__
css-discuss [css-d@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/

 

__
css-discuss [css-d@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE9 issue

2012-03-19 Thread Kamil Saiyed
I see what you are saying, but I see the tags completed in Firebug: 
http://certifiedauto.com/wp-content/uploads/2012/03/ff11.png

 

However, in Chrome it shows incomplete: 
http://certifiedauto.com/wp-content/uploads/2012/03/chrome.png

 

I’m perplexed.

 

Thanks for your help!

 

From: Anna Vester [mailto:vean...@gmail.com] 
Sent: Monday, March 19, 2012 11:09 AM
To: Kamil Saiyed
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] IE9 issue

 

Canvas tag was there when Inspected your page at it in chrome dev inspector. I 
believe it is there because of cufon. Are you using cufon for font replacement? 

- Hunt and pecked on my iPhone. 


On Mar 19, 2012, at 10:54 AM, Kamil Saiyed 
kamil.sai...@rhapsodysolutions.net wrote:

There is no canvas  tag on the page L

 

From: Anna Vester [mailto:vean...@gmail.com] 
Sent: Sunday, March 18, 2012 5:56 PM
To: Kamil Saiyed
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] IE9 issue

 

Hi Kamil,

 

It looks like your canvas needs a closing tag (i.e /canvas).

 

Anna

 

On Sun, Mar 18, 2012 at 5:43 PM, Kamil Saiyed 
kamil.sai...@rhapsodysolutions.net wrote:

Hello,



The navigation at the top does not display correctly in IE9  on Vista:
http://certifiedauto.com/



Could anyone please help me determine what is causing it?



Thanks,

Kamil

__
css-discuss [css-d@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/

 

__
css-discuss [css-d@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] IE9 issue

2012-03-19 Thread Kamil Saiyed
Thanks-- it worked! As suggested in the FAQ, I replaced the existing
cufon-yui.js with version 1.09i.

Thanks again for your help.

-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Anna Vester
Sent: Monday, March 19, 2012 12:21 PM
To: Kamil Saiyed
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] IE9 issue

On Monday, March 19, 2012, Kamil Saiyed kamil.sai...@rhapsodysolutions.net
wrote:
 I see what you are saying, but I see the tags completed in Firebug:
http://certifiedauto.com/wp-content/uploads/2012/03/ff11.png

 However, in Chrome it shows incomplete:
http://certifiedauto.com/wp-content/uploads/2012/03/chrome.png

 I'm perplexed.

See if this helps any https://github.com/sorccu/cufon/wiki/faq#wiki-faq-8




 Thanks for your help!



 From: Anna Vester [mailto:vean...@gmail.com]
 Sent: Monday, March 19, 2012 11:09 AM
 To: Kamil Saiyed
 Cc: css-d@lists.css-discuss.org
 Subject: Re: [css-d] IE9 issue



 Canvas tag was there when Inspected your page at it in chrome dev
inspector. I believe it is there because of cufon. Are you using cufon for
font replacement?

 - Hunt and pecked on my iPhone.

 On Mar 19, 2012, at 10:54 AM, Kamil Saiyed 
kamil.sai...@rhapsodysolutions.net wrote:

 There is no canvas  tag on the page L



 From: Anna Vester [mailto:vean...@gmail.com]
 Sent: Sunday, March 18, 2012 5:56 PM
 To: Kamil Saiyed
 Cc: css-d@lists.css-discuss.org
 Subject: Re: [css-d] IE9 issue



 Hi Kamil,



 It looks like your canvas needs a closing tag (i.e /canvas).



 Anna



 On Sun, Mar 18, 2012 at 5:43 PM, Kamil Saiyed 
kamil.sai...@rhapsodysolutions.net wrote:

 Hello,



 The navigation at the top does not display correctly in IE9  on Vista:
 http://certifiedauto.com/



 Could anyone please help me determine what is causing it?



 Thanks,

 Kamil

 __
 css-discuss [css-d@lists.css-discuss.org] 
 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 by evolt.org -- http://www.evolt.org/help_support_evolt/


__
css-discuss [css-d@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE9 issue

2012-03-18 Thread Kamil Saiyed
Hello,

 

The navigation at the top does not display correctly in IE9  on Vista:
http://certifiedauto.com/

 

Could anyone please help me determine what is causing it?

 

Thanks,

Kamil

__
css-discuss [css-d@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Problem overriding background-image for li

2010-04-21 Thread Kamil Saiyed
Hello everyone:

 

I trying to override background-image in this:

 

#container ul li, #content .module ul li{

background:url(../images/marker_liink.gif) 0 5px no-repeat;
/*This needs to be overridden*/

 color:#6D5F52; 

line-height:16px;

 padding:4px 0 5px 25px;

}

 

With:

 

#tweet{

width:300px;/*design2*/

font-family: Verdana, Geneva, sans-serif;

font-size:11px;

}

#tweet ul li{

margin-bottom:8px;

list-style-type:none;

list-style-image:none;

background-image: none; /*This is what I am
trying to accomplish*/

line-height:1.4em;

padding:2px 5px;

border:1px solid #fff;

}

 

It doesn't work. Please  help me figure out where I am going wrong. You can
check this page out here:
http://mura.rhapsodysolutions.net/default/index.cfm/news-room/ It is in the
bottom, News section.

 

Thanks,

 

 

Kamil Saiyed

Rhapsody Solutions, LLC

Application Developer

281 668 9177 Phone

713 595 6699 Fax

 mailto:kamil.sai...@rhapsodysolutions.net
kamil.sai...@rhapsodysolutions.net

 http://www.rhapsodysolutions.net www.rhapsodysolutions.net

 

__
css-discuss [cs...@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Problem overriding background-image for li

2010-04-21 Thread Kamil Saiyed
That did it! Thanks for the great explanation too!

Kamil Saiyed
Rhapsody Solutions, LLC
Application Developer
281 668 9177 Phone
713 595 6699 Fax
kamil.sai...@rhapsodysolutions.net
www.rhapsodysolutions.net


-Original Message-
From: Joergen W. Lang [mailto:joergen_l...@gmx.de] 
Sent: Wednesday, April 21, 2010 3:59 PM
To: Kamil Saiyed
Subject: Re: [css-d] Problem overriding background-image for li



Am 21.04.10 20:22, schrieb Kamil Saiyed:
 Hello everyone:

 I trying to override background-image in this:

(code slightly condensed for legibility)

 #container ul li, #content .module ul li{

 background:url(../images/marker_liink.gif) 0 5px no-repeat;
 /*This needs to be overridden*/
 
 color:#6D5F52;
 line-height:16px;
 padding:4px 0 5px 25px;
 }

[...]

 #tweet ul li{

 margin-bottom:8px;
 list-style-type:none;
 list-style-image:none;
 
 background-image: none;
  /*This is what I am trying to accomplish*/
 
line-height:1.4em;
padding:2px 5px;
border:1px solid #fff;
 }

Quickly checked with Firebug (FF addon). If you replace

#tweet ul li

with

#content #tweet ul li

you should get what you want.

Explanation: The selector '#content .module ul li' (part of #container 
ul li, #content .module ul li) is more *specific* than the following 
rule. Despite its 'lower' position in the CSS source it gets overriden 
by the first rule (i.e. the definition for 'background').

Thus, by adding '#content' to the second rule, you can make it more 
specific than the first one.

hope this helps,

Joergen


No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.814 / Virus Database: 271.1.1/2823 - Release Date: 04/21/10
01:31:00

__
css-discuss [cs...@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE problem with menu

2009-02-05 Thread Kamil Saiyed
Try closing your li s in ul id=resourcesForList.


Kamil Saiyed
Rhapsody Solutions
Application Developer
281-668-9177


-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Jody Levinson
Sent: Thursday, February 05, 2009 4:12 PM
To: CSS-D
Subject: [css-d] IE problem with menu

Hi all,

On this site: http://web536.fog.plainblack.net/ the menu on the left works
in FF but not IE7 or IE8.

Other pages work fine. Just not this one.

In IE7, I see the text [if lte IE 7]![endif] [else if lte IE 6]  
in the upper left and I'm assuming the problem lies there. I checked all the
other page templates and they all have the exact same code in that space:

!--[if lte IE 7]link rel=stylesheet type=text/css href=/styles/
mainIe.css media=screen /![endif]-- !--[if lte IE 6]link
rel=stylesheet type=text/css href=/styles/ mainIe6.css media=screen
/![endif]--

I even repasted the block from a working page just in case there was some
stray character in there.

Any clues?

Thank you so much!

Jody

--
TroutDream Graphics, Inc.
Always fresh. Never canned.
http://troutdream.com
425-883-8277
928-833-8277 fax

__
css-discuss [cs...@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [cs...@lists.css-discuss.org]
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 by evolt.org -- http://www.evolt.org/help_support_evolt/