Re: [css-d] Img Hover Background-Color Won't Go

2012-05-29 Thread Duane Nelson
On 5/29/2012 12:29 PM, David Hucklesby wrote: Try adding "vertical-align: middle;" to that rule for "a img". Thanks to David and Jerome. Looks like you've given me good solutions. Blessings, Duane __ css-discuss [css-d@lis

[css-d] Img Hover Background-Color Won't Go

2012-05-29 Thread Duane Nelson
Good morning, all. I'm using the following link attributes: #nav-footer a:link, #legal a:link, #rcol a:link, #content a:link, #blog a:link { color: #513420; text-decoration: none; font-weight: bold; } #nav-footer a:visited, #legal a:visited, #rcol a:visited, #content a:visited, #

Re: [css-d] Trying to Remove Hover BG on IMG

2011-05-17 Thread Duane Nelson
rectly. I couldn't seem to make it work. Thanks for any help, Duane On 5/16/2011 8:25 PM, Duane Nelson wrote: Good evening. It appears right in FF3+, but I have a slight issue with IE7 (I haven't checked IE8 yet.). So... URL: http://2bitsnpieces.com Problem: I'm

[css-d] Trying to Remove Hover BG on IMG

2011-05-16 Thread Duane Nelson
er a:hover { color: #fff312; background-color: #84; text-decoration: none; } #main a:hover img { background-color: transparent; } What am I missing? Thank you, -- Duane Nelson Loss2gaiN Designs http://myL2G.com __ c

Re: [css-d] CSS Not Validating

2010-06-22 Thread Duane Nelson
one style sheet - limited javascript - and those neat looking W3C validation icons When I stay with the above, it keeps a simple man on the straight and narrow (speaking from a web development perspective). Again thank you for all the help. I appreciate the wisdom even if it causes me more time in rese

[css-d] CSS Not Validating

2010-06-21 Thread Duane Nelson
I'm using the following to fix a PNG display bug in http://myL2G.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] Nav Issue in IE

2010-05-19 Thread Duane Nelson
nhelix.com/css/iepngfix/> I've been using a javascript (pngfix.js) (which was not uploaded at the time of my request for support). Would you suggest this method over the javascript? If so, why? Thanks again, David, for all your help

[css-d] Nav Issue in IE

2010-05-17 Thread Duane Nelson
dcraft.com/css/awc.css If someone would point me in the right direction, I would appreciated it. Also since this is my first try at writing the full navigation code by myself, feel free to opinionate on it for efficiency and excellence. Thank you (again), Duane Nelson Loss2gaiN Designs http:/

[css-d] Runaway input text box

2009-09-14 Thread Duane Nelson
ed justified or right. But that is not in the style sheet. I've tried several small things with , , and . Nothing seems to change it. Would some of you look at my trees to help me see my forest. Thanks, Duane Nelson Loss2gaiN Designs http://myL2G.com -- This message has been scanned for v

Re: [css-d] HyperLink Bookmark Disruption

2009-08-29 Thread Duane Nelson
Philippe Wittenbergh wrote: > On Aug 29, 2009, at 9:17 PM, Duane Nelson wrote: >> Good morning, all. > Good evening. > >> Problem: When a hyperlink bookmark within the main column is click >> on a >> page, the page "scrolls" down but th

[css-d] HyperLink Bookmark Disruption

2009-08-29 Thread Duane Nelson
tched" with columns: #leftcol, #rightcol, #main { padding-bottom: 32767px; margin-bottom: -32767px; } If this is where the problem is at, I'm not sure where to fix it. Any help would be appreciated. Thank you, Duane N

Re: [css-d] Floating Cols Cut Off in IE

2009-03-10 Thread Duane Nelson
r. Maybe one of these day, I can figure out some of these hacks myself. Blessings!! Duane Nelson Loss2gaiN Designs - A Website Development Company http://www.myL2G.com __ css-discuss [cs...@lists.css-discuss.org] http://www.cs

[css-d] Floating Cols Cut Off in IE

2009-03-09 Thread Duane Nelson
org/index2.html Here's the css code that I've put in to equal the columns: #leftcol, #rightcol, #main { padding-bottom: 32767px; margin-bottom: -32767px; } The css file is located here: http://nmdnaz.org/css/nmd.css Any direction would be appreciated. Thanks, Duane Nels

Re: [css-d] Question 1: margin

2008-10-03 Thread Duane Nelson
David Laakso wrote: > Duane Nelson wrote: >> Issue: list bullets not within margin/padding >> URL: http://alansonnazarene.org/sm-connection.html >> CSS: http://alansonnazarene.org/css/anaz.css >> >> Duane Nelson >> > > > > ul { > /*l

Re: [css-d] Question 2: Combined Selectors Problems

2008-10-03 Thread Duane Nelson
ple. Thank you... > BTW, you have a few HTML validation errors, mostly because you need to > change *&* to *&* in line 91. Yep, I haven't validated the site yet. However I may have ignored this one because it has come up on my other sites. I will address them. Blessing

[css-d] Question 2: Combined Selectors Problems

2008-10-03 Thread Duane Nelson
#x27;m sure I'm missing something simple. Thanks again! Duane Nelson Loss2gaiN Designs - A Website Development Company http://www.myL2G.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d L

[css-d] Question 1: margin

2008-10-03 Thread Duane Nelson
it is a bandaid. I believe there is a better solution than the above one. Would someone lend some wisdom? Thank you! Duane Nelson Loss2gaiN Designs - A Website Development Company http://www.myL2G.com __ css-discuss [EMAIL PROT

[css-d] Delayed Appreciation

2008-09-18 Thread Duane Nelson
not expressing my appreciation to Georg and this list for all its help. Thank you very much! Blessings, Duane Nelson Loss2gaiN Designs - A Website Development Company http://www.myL2G.com __ css-discuss [EMAIL PROTECTED] http

[css-d] Too Smart for My Float

2008-08-29 Thread Duane Nelson
those issues. Thanks for any help. Duane Nelson Loss2gaiN Designs - A Website Development Company http://www.myL2G.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] div background issue

2008-06-14 Thread Duane Nelson
quick solution, but I need it to work with varying content. I'm open to a fix but the best solution would be my preference. Thanks for any help. Duane Nelson __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

Re: [css-d] Preventing Text Link Formatting on Image Links

2007-04-02 Thread Duane Nelson
CSS. I've done this for other elements. I was to stuck on the below idea I guess... >> a img { >> border-bottom: none; >> } Thanks again for the quick response (and compliment on the look)!! Duane Nelson Loss2gaiN Designs

[css-d] Preventing Text Link Formatting on Image Links

2007-04-02 Thread Duane Nelson
rlinks. The page example with the css is: http://65.18.148.2/temp.html Maybe I've created a conflict somewhere. Any help would be appreciated. Duane Nelson Loss2gaiN Designs - A Website Development Company http://www.myl2g.com ___

Re: [css-d] IE5/6 Bumps Down

2007-03-26 Thread Duane Nelson
der #container. I shortened the width on #main. Thank you for the insight. I must remember to design less "exact." Works well. Thank you very much!! Duane Nelson Loss2gaiN Designs - A Website Development Company http://www.myl2g.com ___

[css-d] IE5/6 Bumps Down

2007-03-26 Thread Duane Nelson
nce. How can I make "main" line up to the right of "sidebar". Note: To avoid the box model hack, I've added a nested . Thanks in advance! Duane Nelson Loss2gaiN Designs - A Website Development Company http://www.myl2g.com _

Re: [css-d] Photo Disappears in IE6

2005-05-20 Thread Duane Nelson
mat. About 25% of the look is me because mainly of the layout. My work is the format, structure, and development of the site. I would however be interested in the efficiency and structure of my css file. http://66.70.252.44/css/tdg.css Than

[css-d] Photo Disappears in IE6

2005-05-19 Thread Duane Nelson
the right vanishes. http://66.70.252.44/companyinfo.html http://66.70.252.44/projects.html Style Sheet: http://66.70.252.44/css/tdg.css Any help would be greatly appreciated. Thanks, Duane Nelson President, Loss2gaiN Designs COMPLETE WEB SERVICES: http://www.loss2gain.com REDESIG

Re: [css-d] Suckerfish dropdown

2005-05-05 Thread Duane Nelson
he computer ;-) http://www.htmldog.com/articles/suckerfish/dropdowns/ Duane Nelson Loss2gaiN Designs - A Website Development Company http://www.loss2gain.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinf

Re: [css-d] BG Color Not Covering in FF

2005-05-04 Thread Duane Nelson
Ingo Chao said: > Duane Nelson schrieb: >> >> ... What is "ic"? Can't find any info on it. It appears to be a >> hack. > > Good grief! Sorry, my fault. > > "ic" are my initials (Ingo Chao). I left a comment that my fix starts > he

Re: [css-d] BG Color Not Covering in FF

2005-05-04 Thread Duane Nelson
Ingo Chao said: > Duane Nelson schrieb: >> http://66.70.252.44/companyprofile.html > >> ... I'm running a blue sidebar on the right-hand side in >> #container1, main container for the inside pages. I want the blue >> sidebar to only be viewable in #cblock whic

[css-d] BG Color Not Covering in FF

2005-05-03 Thread Duane Nelson
t I can't seem to work it out in FireFox. Please don't worry about what is happening below #cblock. I'm still working through what I want to do. Just point me in the right direction. Thanks for any help. Duane Nelson President, Loss2gaiN Designs COMPLETE WEB SERVICES: http: