TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Frame borders

Page: 1 Reply
May 11th 2002#47086 Report
Member since: Apr 13th 2001
Posts: 956
I'm not sure if this has been asked before but I want to change the border of an iFrame. You know how all input fields have that ugly little bevel thing that makes them look pushed in? I wanna get rid of that and just make it a color. Any ideas? I edited a screenshot to let you know what I want to do:
Reply with Quote Reply
May 11th 2002#47087 Report
Member since: Mar 24th 2002
Posts: 3114
hmmm..not sure at all, but shouldn´t border=1 bordercolor="black" border=solid..... no no... now I messed myself up...lol.... Sorry. auxiliumstudios.cjb.net
Reply with Quote Reply
May 11th 2002#47120 Report
Member since: Jun 30th 2001
Posts: 447
Put this in a style sheet or in the head section of your page:

[code].flat {
font-family:verdana,helvetica,arial,sans-serif;
font-size:8pt;
border:1px solid #000000;
background-color:#999999;
}[/code]

Then wherever you want the form fields to be changed just add style="flat" to any input field.
Reply with Quote Reply
May 11th 2002#47121 Report
Member since: Apr 13th 2001
Posts: 956
Thanks. I was able to do it with iframe { border: solid 1px #586382;} and frameborder="0"
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum