|
|
 |
Re: FN-FORUM:
date posted 7th April 2008 00:06
Where? At the top (red bar?)
I'm currently building a store using rounded tabs and use this css, wrap
the actual words in tags.
You'll have to make the images marked in UPPERCASE and adjust accordingly.
Storage
Computers
/*- Sign in Tabs --------------------------- */
#signin_tab {
display:block;
float:right;
width:773px;
background-image:url(/images/structure/BACKGROUND.png);
background-repeat:repeat;
margin:0;
padding:0;
font-size:93%;
margin-left:auto;
margin-right:auto;
}
#signin_tab ul {
margin:0;
padding:0 10px 0 50px;
list-style:none;
}
#signin_tab li {
display:inline;
margin:0;
padding:0;
}
#signin_tab a {
float:right;
background:url(/images/LEFT.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}
#signin_tab a span {
float:right;
display:block;
background:url(/images/RIGHT.gif) no-repeat right top;
padding:3px 15px 5px 6px;
color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#signin_tab a span {
float:none;
}
/* End IE5-Mac hack */
#signin_tab a:hover span {
color:#999;
}
#signin_tab a:hover {
float:right;
background:url(/images/LEFT.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}
Now my turn, anyone know how to get text fields displaying correctly as
options/ attributes in Zen Cart?
Lee Rickler
Director - Point and Stare - pointandstare.com
Web Design and Development for over 11 years
Rob Colton wrote:
> I am redoing a tab-bar trying to use CSS to make some rectangles around
> links. It works fine in Firefox and Safari on PC and MAC but good old IE7 on
> PC lets me down.
>
> http://dev.reddotshop.net
>
> Anything I can do to correct this?
>
> Rob
>
>
>
>
|
 |
|