berteldk 0 Posted July 7, 2010 Report Share Posted July 7, 2010 (edited) Hey there.Ok so i ran into this problem and i cant seem to find anything related on the forum search, so i was hoping someone could help me out.I want to have text in different sizes but under the same CSS rule for background color and hover effect etc. - i thought i could just use a span on the different links, but i quickly found out that using a span wouldnt change the background hoover effect size so it didnt work when i hoovered. What else can i do if i want a lot of links in same text, but those links is having different sizes, but should still all do same effects when hoovered? AND how can i have multiple links in same text, but different size on the links? any smart way to do this?i hope you understand my problem, even though english is not my native spoken language!thxEDIT:here is a picture of what i want to acchief when finished: Edited July 7, 2010 by berteldk Quote Link to post Share on other sites
skaterdav85 12 Posted July 7, 2010 Report Share Posted July 7, 2010 use multiple classes for your links like this: <a href="#" class="links size">some link</a> your links class can set the background color and you can have several different classes relating to size. Quote Link to post Share on other sites
berteldk 0 Posted July 7, 2010 Author Report Share Posted July 7, 2010 use multiple classes for your links like this:<a href="#" class="links size">some link</a> your links class can set the background color and you can have several different classes relating to size. ahh ofcourse lol... man sometimes u cant see the woods for just trees!! thx man Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.