Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

listened to everyones advice


Guest

Recommended Posts

no nothing to do with spotlight http://www.dynamicdrive.com/style/csslibrary/item/css_spotlight_menu/

 

Give me a few hours to check just got a visitor (my mum) think it is just a question of cleaning up the old code in header and template top no big problem.

 

John

To improve is to change; to be perfect is to change often.

 

Link to comment
Share on other sites

yeah that's ok just really grateful for the help fixing it

 

I will still be around in a few hours prob be up till really late trying to fix it

Link to comment
Share on other sites

Hi John

 

I think I have fixed it, can you check for me when you come back in all three browsers, chrome, firefox and ie

 

One thing I noticed in firefox is that the titles of the infoboxes are rounded where as it should be joined to the contents of the infobox if that makes sense so its rounded at the top and rounds off at the bottom, see chrome or ie to see how it should be

Link to comment
Share on other sites

Hi Phil,

 

Been searching for this leprechaun lady for a long time checked the end of the rainbow but she was not there so thought she might be hanging out here!

If I find her I will make sure she changes clothes before she meets my mum.

 

John o:)

To improve is to change; to be perfect is to change often.

 

Link to comment
Share on other sites

Hey Ian,

 

Just from grabbing a quick view source on the index page I can see a couple things that might be contributing to differences in the browsers-

 

<div id="columnRight" class="grid_4">
 <div id="boxes" class="ui-corner-top ui-corner-bottom">
 <div class="grid_6 omega" class="ui-corner-top" class="ui-corner-bottom">
<div class="grid_1 alpha" class="ui-corner-top" class="ui-corner-bottom">
<div id="cart" class="ui-corner-top" class="ui-corner-bottom">
<img src="images/icons/whitebagtwo.png" alt="" width="32" height="32" /></div>
</div>
<div class="grid_5 omega" class="ui-corner-top" class="ui-corner-bottom">
<div id="items" class="ui-corner-top" class="ui-corner-bottom">
Items: 0</div>
<br />
<div id="total" class="ui-corner-top" class="ui-corner-bottom">
<p><b>Total: £0.00</b></p>
</div>
</div>
<div id="chat" class="ui-corner-top" class="ui-corner-bottom">
<!-- BEGIN Comm100 Live Chat Button Code --><link href="https://chatserver.comm100.com/css/comm100_livechatbutton.css" rel="stylesheet" type="text/css"/><a href="http://www.comm100.com/livechat" target="_blank" onclick="comm100_126147.openChatWindow(event,2588,-1);return false;"><img style="border:0px" id="comm100_ButtonImage" src="https://chatserver.comm100.com/BBS.aspx?siteId=126147&planId=2588&partnerId=-1"></img></a><script src="https://chatserver.comm100.com/js/LiveChat.js?siteId=126147&planId=2588&partnerId=-1" type="text/javascript"></script><div id="comm100_ChatButton"><div id="comm100_warp"><div id="comm100_dvhelp"><div id="comm100_track"><a href="http://www.comm100.com/livechat/" target="_blank"><b>Live Chat</b></a> by <a style="color:#009999;cursor:pointer;" onclick="javascript:document.getElementById('comm100_dvbox').style.display='';">Comm100</a></div></div><div id="comm100_dvbox" class="comm100_dvbox_css" style="display:none;" onmouseover="this.style.display=''" onmouseout="this.style.display='none'"><div class="comm100_dvcontent_css"><p class="comm100_ptitle_css"><b><a href="http://www.comm100.com/" target="_blank" class="comm100_atitle_css" >Comm100</a> Products:</b></p><ul class="comm100_ulbox_css"><li style="display:none;" class="comm100_onelinone"> </li><li><a href="http://www.comm100.com/livesupport/" target="_blank">Live Support</a> Software</li><li><a href="http://www.comm100.com/livechat/iphoneclient.aspx" target="_blank">iPhone Chat</a></li><li><a href="http://www.comm100.com/emailmarketing/" target="_blank">Email Marketing Software</a></li><li><a href="http://www.comm100.com/helpdesk/" target="_blank">Help Desk</a> Software</li><li><a href="http://www.comm100.com/emailmarketing/emailmarketingtips.aspx" target="_blank">Email Marketing Tips</a></li><li><a href="http://www.comm100.com/ticket/" target="_blank">Support Ticket</a> Software</li></ul></div></div></div></div><!-- End Comm100 Live Chat Button Code -->
</div>
<br />
</div>

 

See how you have class="yourclass" class="yourotherclass" in the same element? If you want to apply two classes to the same element you simply do class="class1 class2". See how it's just a space between the class names?

 

Further down at the footer-

<div class="grid_24 footer">
 <p align="center">Copyright © 2012 <a href="http://irhmedia.co.uk/index.php?osCsid=2cd23fbhahsud0c7a63s2s05a5">Irh Media - Our Expanding Online Website</a><br />Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br><b>VAT Number - 120 1872 55</b></p>
</div>
<div class="grid_24">
<div class="grid_24">
</div>
<br />
</div> <!-- bodyWrapper //-->
<script type="text/javascript">
 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-19643731-4']);
 _gaq.push(['_trackPageview']);
 (function() {
   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 })();
</script>
</body>
</html>
<div class="grid_24">

 

I'm not sure what all the grid_24 divs are for but for sure you need to lose the one coming after the ending </html> tag. Those things could be contributing to the layout issues. Hope that helps... Running your site through the w3c validator can help find errors as well.

 

Matt

Matt

Link to comment
Share on other sites

Hi Matt

 

Thank you pointing out the classes, I have changed them all now except the last one regarding the <div class="grid_24">

 

I could not find it, I looked in the footer.php, template_bottom.php and could not see it in there

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...