css question

  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post February 7th, 2004, 4:37 pm

I know that

Code: [ Select ]
.navbar a:link,
.navbar a:visited
    { text-decoration: none; }
  1. .navbar a:link,
  2. .navbar a:visited
  3.     { text-decoration: none; }


will give me a div class that will take out the underline for a link....

What do I do to get rid of the box around an image that is a link?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 7th, 2004, 4:37 pm

  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post February 7th, 2004, 5:47 pm

Code: [ Select ]
img {border : 0px};

should do it.
Pixel Acres V2
  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post February 7th, 2004, 5:51 pm

nice, thanx!
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post February 7th, 2004, 5:59 pm

or just can do with straight HTML parameters in the IMG tag...

Code: [ Select ]
<a href="whatever.php"><img src="whatever.jpg" border="0"></a>
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post February 7th, 2004, 6:25 pm

css==better ;)
Pixel Acres V2

Post Information

  • Total Posts in this topic: 5 posts
  • Users browsing this forum: No registered users and 152 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.