Is there a way to make something a link by using only CSS?
-
I'm trying to make certain td tags link to a specific page but I don't want to put the links in html because it would be extremely tedious to change the link later on as the table is meant to be very large and I do plan on changing the links at some point. Is there a CSS function that would turn a specific td or div into a link using only the CSS from the included CSS file? And if that's not possible, is there a JavaScript code I can use to identify a specific CSS class that will make it link to another page?
-
Answer:
You could do it with JavaScript using the DOM or PHP. Either way, it would be a complex script to write. Ron
James Conan Pecke at Yahoo! Answers Visit the source
Other answers
You may be able to do this with the "content" property. Though in general, doing what you propose is a no-no in terms of "proper" design - CSS should be used for website styling, not content. If it's one table in a single HTML file, I don't see why you couldn't use a find/replace function and insert a dummy URL for now. The find/replace function is built into just about every HTML editor (outside Notepad).
Dick L
Related Q & A:
- Is there a way to make cranberry sauce if you have no cranberries but you have cranberry juice?Best solution by Yahoo! Answers
- Is there a way to make text bigger in a game room?Best solution by Yahoo! Answers
- Is there a way to make my speaking voice more appealing?Best solution by Yahoo! Answers
- Is there a way to make good airsoft grenades?Best solution by wikihow.com
- Is there a way to make a collage online?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.