SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Thread: Link properties and < div > tags
-
Sep 23, 2003, 07:24 #1
- Join Date
- Sep 2003
- Location
- Halifax
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Link properties and < div > tags
I have a page with a whole bunch of 'div' sections, and in the nav bar section, I've just added navigation buttons instead of the text links. I'd like the buttons to not have borders on them, so I've been trying to change the link color to the background color.
Anyway, no version of a:link, a.class:link. a:link IMG, etc, is working at all!
The page in question is at http://www.devineassociates.ca/NBcal.html
I'd love any suggestions.
-
Sep 23, 2003, 07:27 #2
- Join Date
- Jul 2003
- Location
- Pittsburg, KS
- Posts
- 191
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Code:#rightcontent img { border:0}
Andy.Learn the Emotional Freedom Technique at www.as-if-by-magic.com
-
Sep 23, 2003, 07:35 #3
- Join Date
- Sep 2003
- Location
- Halifax
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Wow!
Now this is why forums are such a good idea! It hadn't even occurred to me to think in that direction.
Thanks!
-
Sep 23, 2003, 08:05 #4
Or if you want to turn borders off from all image links, you can do this:
Code:a img { border: none; }
-
Sep 23, 2003, 10:08 #5
- Join Date
- Oct 2001
- Location
- Its all about location
- Posts
- 652
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Is the <img src="..." border='0'> sytle just a silly idea anymore? I currently use that, but, I like to consider myself a depricated programmer. :-)
-
Sep 23, 2003, 10:27 #6
Originally Posted by krayziepjf
Bookmarks