PDA

View Full Version : Cut Out


imported_Jazzie
04-02-2003, 05:10 PM
I was just wondering how people do that thing where the login bit looks like a cut out if you know what I mean... I think it was on the old vBT style

Logikos
04-03-2003, 02:41 AM
talking about when it looks like this? ----------

Tony G
04-03-2003, 04:49 AM
Can you get a screenshot? Don't know what you mean although I think it was the dotted lines surrounding the box.

imported_Jazzie
04-03-2003, 12:15 PM
I mean like this... bmp attached

Davey
04-09-2003, 11:08 PM
I mean like this... bmp attached
You have to set the border: CSS properties to 'dotted'.
I can never remember the syntax for border:, but I imagine it would be something such as:
<style type="text/css">
INPUT, .text { border: 1px dotted; }
</style>
Although I'm not too sure.

Dave.