X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Speedbar Hyperlink Issue (https://forum.x-cart.com/showthread.php?t=51764)

CenturyPerf 01-13-2010 05:40 PM

Speedbar Hyperlink Issue
 
Working on a 4.3 site for a client and came across this little problem.

X-Cart 4.3
Skin: Artistic Tunes - Fragrances

The hyperlink area of the speedbar items is too thin (vertically), making it very difficult to click on the link. There also seems to be considerable delay in the speedbar links being active at all when refreshing the page.

The homepage is void of pretty much anything but some simple images at this point.

Link to a Video file showing problem (desktop recording):
http://www.solacecs.com/video/XCart%20Speedbar.mp4

Is there somewhere in the CSS that I'm missing that controls this vertical height?

(It would be great if this forums allowed attaching video, or YouTube files)

CenturyPerf 01-19-2010 11:39 AM

Re: Speedbar Hyperlink Issue
 
Anyone have an idea here?

gizmo 01-19-2010 12:36 PM

Re: Speedbar Hyperlink Issue
 
How about trying:
.tabs a:hover {
text-decoration:underline;
height: auto;



}

Or maybe also/and/or

.tabs a:link, .tabs a:visited, .tabs a:hover, .tabs a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
color:#F1F377 !important;
font-size:12px;
height:auto; (Try setting this to px say 20px )

margin:10px 5px 0 0;
padding:0 10px 5px 15px;
text-transform:uppercase;


}



I see what you mean even on demo site the hover over state is strange within that design.

I cannot replicate this as not tried this theme

ARW VISIONS 01-19-2010 06:59 PM

Re: Speedbar Hyperlink Issue
 
may also want to look at the head height, line 1, 2 and 3 height, and #content-container - top margin height.


All times are GMT -8. The time now is 05:20 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.