I actually think you're not supposed to use quotes at all with CSS url paths
( can anyone confirm/deny? )

So this would be what browsers would expect according to the CSS spec:
<form id="myfrm">
        <input type="button" style="background-image:url(/
>
> nav/bold.gif);width:25;height:23" />
> </form>





On Sat, Apr 18, 2009 at 8:56 AM, Don L <[email protected]> wrote:

>
> >see if that single quote in your bg image url is playing tricks on you
> >(unless it's a typo or bad copy/paste...)
> >your first machine may be just serving cached pages and that's why you
> >still see the bg rendered correctly on it: hard-refresh the page to
> >check for sure (ctrl+shift+r in FF, or, iirc, shift+F5 in IE)...
> >
> >Azadi Saryev
> >Sabai-dee.com
> >http://www.sabai-dee.com/
>
> Sorry.  Indeed, it's a typo/missing the single quote.
>
> Typo:
> <form id="myfrm">
>         <input type="button"
> style="background-image:url('/nav/bold.gif);width:25;height:23" />
> </form>
>
> Correct:
> <form id="myfrm">
>         <input type="button"
> style="background-image:url('/nav/bold.gif');width:25;height:23" />
> </form>
>
> The IE7 is configured to the setting of "Every time I vist the webpage" for
> page loading on both boxes.  I've even rebooted the box still to no avail.
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321788
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to