>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:321783
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to