Anyone know a really clean way to do a dotted (round dots) border around <h1> tags?
Problem being I don't know the exact width of the heading or how many lines it will cover.
Im currently using
But it's not a great solution since the "dots" are square.
Ideally I want to keep the code as semantic and clean as possible.
Foamcow Heavy Industries - Web design and ranting
Toccoa Games - Day of Defeat gaming community
Target Marketing Communications - Advertising, Direct Marketing and Public Relations
"I'm making time
Problem being I don't know the exact width of the heading or how many lines it will cover.
Im currently using
Code:
h1 { border:4px dotted #fdd8ea; }
But it's not a great solution since the "dots" are square.
Ideally I want to keep the code as semantic and clean as possible.
Foamcow Heavy Industries - Web design and ranting
Toccoa Games - Day of Defeat gaming community
Target Marketing Communications - Advertising, Direct Marketing and Public Relations
"I'm making time