inherit
219932
0
Mar 13, 2019 2:42:18 GMT -8
blackdawg
37
March 2015
blackdawg
|
Post by blackdawg on Jul 24, 2015 22:36:02 GMT -8
Trying to get the social icons to display properly but they arn't am i doing something wrong. Forum url - bds-test.proboards.com/Thankyou
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jul 25, 2015 2:04:49 GMT -8
Trying to get the social icons to display properly but they arn't am i doing something wrong. Forum url - bds-test.proboards.com/Thankyou Not sure where you got that code but am I not seeing them because I'm a guest? I don't see any icon at all. Is there supposed to be an icon in each box? They aren't clickable for me either. I would think you need the link to like Facebook and the image in there. <li><a class="facebook" href=" www.facebook.com/"><i class="icon-facebook"> <img src="http://i40.tinypic.com/x6mp2b.gif"> </i></a></li>
|
|
inherit
219932
0
Mar 13, 2019 2:42:18 GMT -8
blackdawg
37
March 2015
blackdawg
|
Post by blackdawg on Jul 25, 2015 3:55:26 GMT -8
Tumbleweed sorry was trying something here is the code i am using html <div class="lblock"> <div class="socialmenu"> <ul> <li><a class="facebook" href="#"><i class="icon-facebook"></i></a></li> <li><a class="twitter" href="#"><i class="icon-twitter"></i></a></li> <li><a class="google" href="#"><i class="icon-google-plus"></i></a></li> <li><a class="youtube" href="#"><i class="icon-youtube"></i></a></li> </ul> </div> </div> css - .socialmenu { height: 40px; line-height: 40px; width: auto; display: inline-block; margin-left: 0; float: left; padding: 0; border-right: 1px solid #dadada; border-left: 1px solid #F4F4F4; } .socialmenu ul { float: left; margin: 0; padding: 0; margin-left: -20px; display: block; } .socialmenu ul li { float: left; display: inline-block; margin-right: 0; list-style: none; } .socialmenu li a { color: #fff; display: inline-block; padding: 0; border: 0; display: inline-block; padding: 0 10px; width: 40px; height: 40px; line-height: 40px; border-left: 1px solid #dadada; border-right: 1px solid #F4F4F4; font-size: 1.3em; } a.facebook { background-color: #3b5998; } a.twitter { background-color: #19bfe5; } a.google { background-color: #333333; } a.youtube { background-color: #c8312b; }
|
|
inherit
219932
0
Mar 13, 2019 2:42:18 GMT -8
blackdawg
37
March 2015
blackdawg
|
Post by blackdawg on Jul 25, 2015 4:34:31 GMT -8
================closed=================
problem solved
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jul 25, 2015 14:07:04 GMT -8
================closed================= problem solved
Glad you got it solved and I get how you were going about it now, didn't at the time, but curious what the issue was, if you don't mind telling me.
|
|
inherit
219932
0
Mar 13, 2019 2:42:18 GMT -8
blackdawg
37
March 2015
blackdawg
|
Post by blackdawg on Jul 25, 2015 17:10:32 GMT -8
the issue Tumbleweed was that i didnt need the <ul> or <li> tag and i recoded the social icons to be better
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jul 25, 2015 17:53:56 GMT -8
the issue Tumbleweed was that i didnt need the <ul> or <li> tag and i recoded the social icons to be better Thanks, not that I understand why the ul and li would prevent an image showing but the bottom line is you got it working and that is all that matters. Appreciate you responding.
|
|
inherit
219932
0
Mar 13, 2019 2:42:18 GMT -8
blackdawg
37
March 2015
blackdawg
|
Post by blackdawg on Jul 26, 2015 17:19:36 GMT -8
Tumbleweed there was a issue between the ul li and the css and i didnt see it
|
|