Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

headerShortcut fixes


tgely

Recommended Posts

Hi all,

 

sometimes it may appear stange when headerShortcuts button displaying. The jQuery ui theme not the best for oscommerce.

I played with style elements to fix it.

 

A. fix for button spacing

catalog/includes/functions/html_output.php

about in line 370;

 

Change:

 $button .= '<a id="tdb' . $button_counter . '" href="' . $link . '"';

 

To:

 $button .= '<a style="margin-right: 0px;" id="tdb' . $button_counter . '" href="' . $link . '"';

 

B. fix for float right

catalog/includes/header.php

 

Change:

<div id="headerShortcuts">

 

To:

<div id="headerShortcuts" style="margin-right: 0px;">

 

And the results:

 

 

 

The last red oval means that the browser (IE8) may not use the best enlarge.

Tested on windows XP

IE8, Firefox, Chrome

 

Enlarge test passed: Firefox, Chrome.

:blink:
osCommerce based shop owner with minimal design and focused on background works. When the less is more.
Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store.

Link to comment
Share on other sites

  • 4 weeks later...

Thanks! It appears even this forum hasn't fixed the issue, as the buttons are currently messed up when viewing with Chrome.

Web Developer, Firebug, and Notepad++ are powerful free tools for web design.

Link to comment
Share on other sites

@@DennisMAX

 

Probably wrong place fixed the buttons. I have seen yet, but forget when. You maybe fixed the button text.

:blink:
osCommerce based shop owner with minimal design and focused on background works. When the less is more.
Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...