Posts: 3244 Joined: 4/5/2002 From: Florida, US Status: offline
Comment out CSS? - 1/27/2005 16:22:40
Hope this is understandable.
I have a menu that has a style sheet assigning its style. This menu is an include file. I have to jpg I'm using as links directly below the menu in this include file. The jpg files are also links. These links take on the style that the css dictates. Is there anyway I can just not apply the styling to those two jpg files.
I hope I explained that well.
bobby
Posts: 11399 Joined: 8/15/1969 From: Seattle WA USA Status: offline
RE: Comment out CSS? - 1/27/2005 17:16:20
Yes... but it depends on how you set up the stylesheet.
If you've declared a style for <a> or <img> then it will apply to ALL links and images.
You can specify a new style for those images, and just add that ID or class to each...
_____________________________
In order to remove a wall you must first remove the Windows®
Posts: 3244 Joined: 4/5/2002 From: Florida, US Status: offline
RE: Comment out CSS? - 1/28/2005 9:22:03
Thanks thats just what I did. I should not be allowed to post a question after 4pm when at work. BRAIN DEAD I AM!!