[css-d] IE - Horizontal Navigation - UL - LI - UL Background Color Missing

2006-07-10 Thread TMH Design
If someone would be so kind to help me out with this I sure would appreciate
it. I've spent a couple of hours on this and thought I have got the
navigation almost exactly how I want it I am having two issues.

 

1.  The background color of the sub-menu (under Dental Services) is
being ignored or if not ignored it is transparent, but only in IE

 

2.  The other issue is that sometimes when you mouse over the Dental
Services and try to move the mouse down to the sub menu it disappears.

 

The site is www.tmhdesign2.com http://www.tmhdesign2.com/   and any help
would be greatly appreciated. 

 

Tom

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Please Help w/ Horizontal Drop Down

2006-07-09 Thread TMH Design
Using this resource - http://www.csscreator.com/menu/multimenu.php  I am
attempting to duplicate the menu you see on this page www.tmhdesign2.com
http://www.tmhdesign2.com/   I would like three or four items to drop down
under Services. For the life of me I can't figure this code out. Look at
this example of my frustration - http://www.tmhdesign2.com/navtest.asp

 

I am sure it has something to do with the width of the elements but however
I tweak it it doesn't work. I want it to look exactly like the default page
in the first example. Thanks for any help. Tom

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Suckerfish Woes Frustrations

2006-07-09 Thread TMH Design
Can someone please tell me why my attempt to integrate a sucker fish drop
down menu is not working on this page - 

 

www.tmhdesign2.com http://www.tmhdesign2.com/   

 

There should be a dropdown menu under the services link. 

 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Image Fading Effect w/ CSS

2006-06-19 Thread TMH Design
Look at this page please -
http://www.santarosadentist.com/enriching_lives.htm  When you mouse over the
pictures the opacity changes, or so it would seem. Can this same effect be
achieved using CSS only? Tom

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Max Min Height - Will IE 7 Support

2006-06-12 Thread TMH Design
I have some sights that depend on min and max height on the basis that IE
does not support it. Will this change with IE 7. I hope not.

Tom

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Please - Question on z-index and positioning

2006-06-12 Thread TMH Design
For one reason or another I get stuck on the whole z-index consideration. As
I understand z-index relates to the depth or layering of elements. I am
laying out this page www.tmhdesign1.com http://www.tmhdesign1.com/  and I
am using a nice navigation I found from one of this Discussion Lists
resources. The issue that I am having is the sub-menus that pop out are
appearing under the adjacent div's content. I tried using a z-index but to
no avail. Can someone help me out please?

 

Tom

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Container Div Element Drop Shadow Effect

2006-06-08 Thread TMH Design
Can (was) CSS used to give this page's containing element the drop shadow
appearance? 

 

 

http://www.clubcorp.com/clubs.aspx

 

Thanks

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Center Div Vertically and Horizontally

2006-05-08 Thread TMH Design
I have a splash page for which I want to have a div that is sized 760px wide
by 410px high and regardless of screen resolution is always centered both
vertically and horizontally. Can someone please show me how to do this?
Thanks so much. Tom

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Can't Absolutely Position a Horizontal UL in layout

2006-04-20 Thread TMH Design
I am a bit perplexed on this and would appreciate some help. Please look at
this site, www.shopthevitaminstore.com/index.php

 

At the top I have a div called masthead within which I placed some items.
Its essentially the header area. In that div I have an absolutely positioned
ul with an id of tabnav

 

Here is the css for it - 

 

ul#tabnav { 

list-style-type: none;

padding:0; 

font: bold 11px verdana, arial, sans-serif;

position:absolute;

bottom:30px;

background: transparent url(../images/nav_bg.gif) 3px 1px no-repeat;

border:1px solid red;

} 

ul#tabnav li { 

float: left; 

height: 21px; 

background-color: transparent !important; 

color: #FF; 

margin: 2px 3px 0 2px !important; 

}

ul#tabnav a:link, ul#tabnav a:visited { 

display: block; 

color: #fff !important; 

background-color: transparent !important; 

text-decoration: none; 

padding: 4px 6px; 

} 

ul#tabnav a:hover { 

color: #f9f906 !important; 

}

 

For some reason I can't get it to sit flush against the left side of
masthead. Can anyone tell me why? Thanks so much. Tom

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Site Horizontal Nav Way Out of Whack in Mac

2006-04-20 Thread TMH Design
Would somewith please look at this site,
www.shopthevitaminstore.com/index.php in  Safari on a Mac. The navigation
looks ok in my IE6 and FF on my windows pc appears just fine. Here is my css
code for the element. Thanks so much!

 

 

ul#tabnav { 

list-style-type: none;

padding:0;

margin:0;

font: bold 11px verdana, arial, sans-serif;

position:absolute;

bottom:30px;

left:0;

background: transparent url(../images/nav_bg.gif) 3px 1px no-repeat;

} 

ul#tabnav li { 

float: left; 

height: 21px; 

background-color: transparent !important; 

color: #FF; 

margin: 2px 3px 0 2px !important; 

}

ul#tabnav a:link, ul#tabnav a:visited { 

display: block; 

color: #fff !important; 

background-color: transparent !important; 

text-decoration: none; 

padding: 4px 6px; 

} 

ul#tabnav a:hover { 

color: #f9f906 !important; 

}

 

 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Aligning Form Elements w/ Text (checkboxes, radio buttons, etc)

2006-04-12 Thread TMH Design
Pleaes look at this page -
http://www.santarosatrans.com/forum/index.php?action=search

 

See how the check boxes and the input fields when placed next to text. There
must be a way to get the text aligned properly as this looks terrible.
Thanks for any help.

 

Tom

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Styling a select its options

2006-03-28 Thread TMH Design
I have a layout with a left column that is 150px. In that column is a
database generated drop down box. What I am noticing is that if some of the
text in the options is too long a visitor sees an ellipse (.) at the end.
Such as this option value=New Chapter Vita./option  The word Vitamins
got cut off. Can it be such that these words wrap so to speak? Thanks. 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE Previous Browser Tool?

2006-03-19 Thread TMH Design
Some time back in this forum someone posted a link to a tool that enables
one to view websites on previous versions of IE, such as 5.0 etc. Would
someone happen to know what I am referring to and if so, where I can access
that?

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] ul - li width being ignored

2006-03-18 Thread TMH Design
If someone could look at this page -
http://www.shopthevitaminstore.com/index.php  See the categories down the
left margin? The titles in the li extend over and out of the specifed
width of the ul and I can't figure out why? 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Client Says Div Dropping, but I don't see it???

2006-03-18 Thread TMH Design
If you go to this page -
http://www.shopthevitaminstore.com/index.phphttp://www.shopthevitaminstore.c
om/index.php
http://www.shopthevitaminstore.com/index.phphttp:/www.shopthevitaminstore.c
om/index.php   you will see a three column layout with a header. My client
says the content of the center div drops down the page a bit and is not
plush with the top green bar. When I look at it on my IE and FF I don't see
the issue. I imagine it is a float or clearing issue but I can't see it to
fix it. Can you see it?

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE 7 Beta - Partial Hiding of List Item Text

2006-03-17 Thread TMH Design
IE 7 Beta is driving me nuts. Look at this code - 

 

ul#main_nav{

margin:30px 0 0 0;

padding:0;

list-style:none;

width:195px;

font-size:12px;

font-weight:bold;

text-align:center;

}

ul#main_nav li{

margin:5px 0;

}

 

Simple navigation I am setting up. But when I open this in IE 7 about half
of each li's text is cut off mysteriously. What is going on?

 

Here is a pic of what I am describing
http://www.landhaus-zu-appesbach.com/example.gif

 

Tom

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/