Associate
Hi All
Working on a website at the moment http://baby.fluidukproductions.co.uk/index.php
Its a site for a modelling agency, that calls the models from an sql database. The ways it coded means that each models name is a button. I have used a style that displays this button as text. Look at children.php for an example.
However for some reason safari doesnt like this stlye and shows them as buttons eek.
This is the style.
Anyone got any ideas how I can get round this as its looks well ugly!
Cheers
Aaron
Working on a website at the moment http://baby.fluidukproductions.co.uk/index.php
Its a site for a modelling agency, that calls the models from an sql database. The ways it coded means that each models name is a button. I have used a style that displays this button as text. Look at children.php for an example.
However for some reason safari doesnt like this stlye and shows them as buttons eek.
This is the style.
Code:
.button {
text-align:left;
background-color:transparent;
border:none;
color: #88785b;
font-family:Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 14pt;
cursor: pointer;
margin: 0px;
padding: 1px;
}
Anyone got any ideas how I can get round this as its looks well ugly!
Cheers
Aaron