|
Posted by Jim S on 09/25/07 20:02
8<
>>
>> Mm. Tried that here http://priorysingers.org.uk/testingIndex.html
>> I reality I'm just back where I started,except the borders seem bevelled in
>
> Don't want the bevel then change
>
> border: 3px outset #ccc; to border: 3px solid #000;
>
>> Firefox when they didn't before.
>
> You missed an important point, in my example the class "singles"
>
> ul.buttonbar a.singles { margin-top: .65em; }
>
> was ONLY applied to the links that were one line of text.
>
> your "style1" (BTW bad name, style1 means nothing) that replaces my
> "singles" you have applied to ALL your links including the 2 line
> ones... to fix just remove from those...
>
>
> <ul class="buttonbar">
> <li><a href="Index.html" class="style1">Home</a></li>
> <li><a href="Page_2.html" class="style1">About Us</a></li>
> <li><a href="Page_3.html">Current Programme</a></li>
> <li><a href="Page_4.html">Contacts & Information</a></li>
> <li><a href="Page_5.html">Become a Patron</a></li>
> <li><a href="Page_6.html">Past Performances</a></li>
> <li><a href="Page_7.html" class="style1">About our Area</a></li>
> </ul>
>
>> I still mean to get to moving buttons.
>
> ? Don't know what you mean by this.
Sorry I DO want the bevel, but my original set-up gave me a bevel in IE,
but not in Firefox or Opera. Your list method gave me bevels in Firefox,
but No buttons at all in Opera - just the text.
By moving buttons, what I mean is a button that APPEARS to depress when
clicked-on as my CSS buttons do in my own website.
--
Jim S
Tyneside UK
www.jimscott.co.uk
[Back to original message]
|