GAtkins
-
Javascript and PHP Books
Anything by David Powers is excellent (no affiliation with him). Glenn
-
Appending A Data-Icon To An External Link With CSS3
Thanks everybody for your help. I finally got it to work as follows: .footerdivleft a[href^="http://"]:after, .footerdivmiddle a[href^="http://"]:after, .footerdivright a[href^="http://"]:after { font-family: 'i…
-
Appending A Data-Icon To An External Link With CSS3
@Paulie, Yes I have and thank you. It is working fine in html on my dropdown links like the example shows, and I suppose I could just do it in html with the external links also, but I was trying to figure out a way to append them using CSS so I wo…
-
Appending A Data-Icon To An External Link With CSS3
@amoss, Unfortunately it didn't, but thanks for the suggestion. Glenn
-
Appending A Data-Icon To An External Link With CSS3
@Paulie, That's exactly what I'm trying to do, but I cannot get the syntax correct. In the Icomoon style sheet it says this: /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:befo…
-
Appending A Data-Icon To An External Link With CSS3
barney, That's exactly what I want and have already downloaded and set up a number of icon glyphs. I know how to insert them into html, but don't know the syntax and would like to insert them on external (only) links via CSS3 once, rathe…
-
Equal Height Columns In The Context of This Pen
@josh, Thanks. got it to work by adding the class of column to that group. Even duplicated the code and created a section for "column2" in a different place in my site. Thanks so much for your help. You too kgscot. Glenn
-
Equal Height Columns In The Context of This Pen
OK guys thanks for the help. I am continually amazed at the talent and knowledge on this board. A little background: I know just enough about HTML5 and CSS3 to be dangerous and virtually nothing about jquery. Both of your pens/jsfiddles work but…
-
Site critique
I would add some Chrome to the submenu dropdowns and I agree with Chris re the display typeface. Glenn
-
Chrome (22) Dev Tools Not Changing CSS3 Styles When Boxes Are Checked Or Unchecked
OK, false alarm. I figured it out. I had put in a false media query to try to use the media query as a nested comment idea to comment out a whole section of code that also had comments on certain lines. For some reason Chrome didn't like tha…
-
Need Some Assistance With A Margin Issue Please
@wolf, @josh, Very nice guys....thanks much for your help. Works perfectly. How do guys come to know these arcane little twists and turns? Is there any hope for me getting there? Thanks again. Glenn
-
How To Get A Font Icon To Spin In CSS3?
Thanks gents, (Paulie, I;m not sure if you're a "gent" or not, apologies if not ;)) I have updated the pen: http://codepen.io/GAtkins/pen/lvEuB The only difference in my working code and the pen is that I added to the pen: margin-…
-
Need A Float Expert, Please
Thanks wolf, I'm gonna study that code. Glenn
-
Need A Float Expert, Please
@Hugo, that does indeed stack them, but in HTML order as .asideleft, .mainarticle, .asideright. Instead of .mainarticle, .asideleft, .asideright. http://codepen.io/GAtkins/pen/jmEdK Thanks. Glenn
-
Need A Float Expert, Please
@Paulie, - left, main, right. I got that particular pen to work with flex on webkit, but either my moz and ms prefixes are wrong or the syntax is wrong. There's a live page here: http://garrisonassetmanagement.com/flex.html# but it doesn…
-
Centering 3 Flexible, Floating Divs Horizontally Inside A Flexible Div Wrapper? Please Help
Magic! Very nice. Thank you very much Paulie.... Glenn
-
Display Submenu Dropdown On Hover
Can't seem to get this. Anybody willing/able to give me some pointers on how to get the submenus to display directly below the main menu items on hover? Thanks in advance. Glenn
-
Display Submenu Dropdown On Hover
Thank you sir. Still trying to figure out how to make them drop below instead of to the right. But, I'm trying. Thanks again. Glenn
-
More CSS Shapes …
http://www.amazon.com/Stunning-CSS3-project-based-latest-Voices/dp/0321722132/ref=sr_1_1?ie=UTF8&qid=1348437238&sr=8-1&keywords=zoe+gillenwater
-
Critique this design :)
http://line25.com/tutorials/how-to-create-a-pure-css-dropdown-menu
-
Can Someone Please Take A Look At This Code & Tell Me Why There Is A Gap Between The Body & Footer?
(***smacks self on forehead***) Thanks again Doc, what an elegant solution. Lack of experience is a problem, but I'm working on it. Glenn
-
Can Someone Please Take A Look At This Code & Tell Me Why There Is A Gap Between The Body & Footer?
Thanks Doc, I know I'm a newb here but I want you guys to know up front that I really do spend time ( a lot) on my own trying to figure this stuff out. I don't just jump in here and cry wolf the minute I can't do something. And I r…
-
index2.html With Template Not Holding Page Background At #999999 - All Other Pages Do
Ok, just got a email from them and they fixed and it now works. They changed the code to this: Took out the transparent and changed the element id.
-
index2.html With Template Not Holding Page Background At #999999 - All Other Pages Do
Will do, thank you. As an aside, I found out this morning that the third-party vendor of that market information altered their js. They are looking into as we speak. It's got to be either their call to background-color: transparent; or their…
-
index2.html With Template Not Holding Page Background At #999999 - All Other Pages Do
Doc, you're a genius my friend. I would have never found that in a million years. How did you know to look there so quickly? Just trying to learn. Thanks so much for your help. Glenn