[css-d] Menu Hovering Issue

2012-03-05 Thread csslist
Was wondering if anyone could help me figure out why my sub menu has a
delay when hovering from the original menu.  Sometimes it works but most
times it takes about 3-5 hovers before sub menu stays visible.  Link is
here: http://www.fnfsportsfishing.com.  By the way, I created it using a
css3 generator that I purchased and the support there is not very good
which is why I thought I'd try here.

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Menu Hovering Issue

2012-03-05 Thread csslist
 On Tue, Mar 6, 2012 at 10:08 AM,  cssl...@bassonhook.com wrote:
 Was wondering if anyone could help me figure out why my sub menu has a
 delay when hovering from the original menu.  Sometimes it works but most
 times it takes about 3-5 hovers before sub menu stays visible.  Link is
 here: http://www.fnfsportsfishing.com.  By the way, I created it using a
 css3 generator that I purchased and the support there is not very good
 which is why I thought I'd try here.

 I think it's because of the positioning of your submenu.

 ul#navmenu ul has a top:103% and I think that extra 3% creates a little
 gap
 between the menu title and the menu contents.  When the mouse cursor is
 over the
 gap, the :hover on ul#navmenu li is no longer there and the submenu
 disappears.

 _If_ I'm right, you should be able to fix the problem by changing that
 103% to
 100%.

 --
 Vince Aggrippino
 Ghodmode Development
 http://www.ghodmode.com
 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Awesome thanks for the help.  I had forgotten that I set that to move the
menu closer to the right edge.  Also I had changed the ul#navmenu span and
ul#navmenu ul span so once I made changes to all three everything balanced
out.  Again thanks for your help, now to try and make it validate.

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS Question

2011-04-08 Thread csslist
 On 4/7/11 10:19 PM, cssl...@bassonhook.com wrote:
 I'd provide code but not
 sure what to provide.





 Simple. Put your stuff on a public server and provide the the uri to it
 in your post to the list.

 Best,
 ~d



 --
 http://chelseacreekstudio.com/
 http://chelseacreekstudio.com/fa/

 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Sorry I thought this list had rules disallowing the posting of urls.
http://www.freehostbc.com/fnfsportsfishing/galleries/gallery.html

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] CSS Question

2011-04-08 Thread csslist
 On 08.04.2011 08:36, cssl...@bassonhook.com wrote:
 http://www.freehostbc.com/fnfsportsfishing/galleries/gallery.html


 The addition of...

 #nav {position: relative; z-index: 1;}

 ...will stack nav dropdowns in front of all else in that gallery page.

 regards
  Georg
 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Thanks Georg very much that did the trick.

And I am working on the validation so as to not anger anyone again.

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] CSS Question

2011-04-07 Thread csslist
I'm not sure if this is a css issue or not but have been struggling to
determine the cause.  My dropdown menu seems to disappear below my google
ad banner at the top of the main content instead of appearing above it. 
The same thing occurs with my lightbox gallery images.  Is this a css
issue?  Has anyone had this problem with css? I'd provide code but not
sure what to provide.

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Drop Down Menu Issue with IE8

2011-04-06 Thread csslist
 On Tue, 5 Apr 2011, cssl...@bassonhook.com wrote:

 Have a link to a working example? Would be easier to trouble shoot.

 Sorry guys, forgot to post back after I figured it out.  It was
 something
 stupid. I somehow removed the html tag after the doctype declaration.
 Replaced that and everything looks as it should.

 That shouldn't make any difference; the HTML tag is optional.

 --
 Chris F.A. Johnson, http://cfajohnson.com/
 Author:
 Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
 Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)

That's what I thought also however when I stripped all the css one by one
and determined that it wasn't the issue I checked the html and found that
when I placed the html back above the head tag IE 8 seemed to show the
sub menus and so far there doesn't seem to be any other issues. Knock
wood.

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Drop Down Menu Issue with IE8

2011-04-05 Thread csslist
 Have a link to a working example? Would be easier to trouble shoot.

 Kevin
 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Sorry guys, forgot to post back after I figured it out.  It was something
stupid. I somehow removed the html tag after the doctype declaration. 
Replaced that and everything looks as it should.

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Drop Down Menu Issue with IE8

2011-04-02 Thread csslist
Been looking for a while now and can't seem to find a css solution for my
problem.  I have a drop down menu that I created from a book on css that I
purchased and it works fine in all modern browsers except IE 8.  I wanted
to stay away from js if I could.  Appreciate any help you can give me.
Here is the css:
/* Drop Down Menu */
ul.nav, ul.nav ul {
  margin:0;
  padding:0;
  list-style-type:none;
  float:left;
  background:#adcaf0;}

ul.nav li {
  float:left;
  width:170px;
  background-color:#adcaf0;
  }

ul.nav li ul {
  width:170px;
  position:absolute;
  left:-999px;
  }

.nav li:hover ul {
  left:auto;
  }

ul.nav a {
  display:block;
  color:#fff;
  font-weight:bolder;
  text-decoration:none;
  padding:4.8px 16px;
  border-right:1px solid #394a59;
  border-left:1px solid #dfe5e6;
  }

ul.nav li li a {
  border-top:1px solid #dfe5e6;
  border-bottom:1px solid #394a59;
  border-left:0px;
  border-right:0px;
  }

/* Remove Unwanted Borders on the End of List Items */
ul.nav li:last-child a {
  border-right:0px;
  border-bottom:0px;
  }

ul a:hover,
ul a:focus {
  color:#fff;
  font-weight:bolder;
  background-color:#c5d7ed;
  }

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Any good CMS platforms?

2010-08-14 Thread csslist
I use modx which is a great cms.



 I've recently created phase 1 of a site i've shown you all before,
 www.rspca-brighton.co.uk, and i'm trying to incorporate CMS so that the
 staff can update text and photos themselves. I've been told SimpleCMS is
 very good, which it is and very easy to use. However, i'm unable to set it
 up to edit any of the photos on the slideshows such as on the main page.
 Does anyone have any experience in a good CMS platform, some people have
 mentioned ExpressionEngine, though this seems overkill for the site in
 question?

 regards

 Dipesh
 __
 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 -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



__
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 -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/