![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Any clues? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
There isn't any URL at the moment. I always like to test things like buttons in the browser before I move on to make sure everythings works properly before I start getting too involved with the design stage. I sometimes have the same problem with using certain colours too! |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Or, at the very least -- your code in its entirety. We don't mean to be rude, but we can't help you unless you don't give us SOMETHING to look at. |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
OK. Here's the css. as you can see I have two images I want to use. In the design view the first image is there, when I preview them in the browser - there is no image only a text link. If I rollover the text link, the second image appears. I've tried various formulas to get the first image to appear in the browser - nothing, nada, nix! So if the css look a bit strange, it's probably one of the several versions I've tried to get this to work. .sitestyle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; } a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: normal; color: #000033; text-decoration: none; background-image: url(../png_images/silver1.png); background-repeat: repeat; text-align: center; display: block; height: 20px; width: 135px; border: 1px solid #000033; background-attachment: fixed; background-color: #FFFFFF; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: normal; color: #003333; text-decoration: none; background-image: url(../png_images/silver2.png); background-repeat: no-repeat; text-align: center; display: block; height: 20px; width: 135px; border: 1px solid #000033; } |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
I've saved them as 8 bit png, and jpeg's, still I get the text link for the first graphic and the png/jpeg for the rollover. I might as well go back to using javascript and individual images for all the good CSS is. |
![]() |
| Thread Tools | |
| Display Modes | |
| |