[css-d] Image Hover Issue

2008-09-06 Thread Taryn Regish
Hi Everyone- I am working on a site redesign for a bed breakfast. The place has several rooms so I am trying to do an image hover to display the different room information. The code works in all browsers I have tested except IE6. I cannot get the hover image to display when I rollover the room

[css-d] Safari Menu Issue

2008-07-22 Thread Taryn Regish
Hi Everyone- I am working on a site that has a dropdown menu. I can get it to look ok, in most browsers, except I am having an issue with Safari. The link to the website is: http://wickedrun.com/sandbox/appleinn/ The stylesheet is available here:

Re: [css-d] Safari Menu Issue

2008-07-22 Thread Taryn Regish
Well that worked, however, now the menu instead of being lined up along the right edge, is now moved to the left edge in both Opera and Safari. But the menu stayed in the same location on IE6 and Firefox. Any ideas? This works for me, setting a width on the UL element. I've had a similar

[css-d] IE Horizontal Menu

2008-07-19 Thread Taryn Regish
Hi Everyone- I am working on a site that has a horizontal menu. I can get it to look ok, in most browser, except I am having an issue with IE6. Possibly IE7 but I haven't checked it yet. I don't if what I am trying to do is even possible so some help/direction would be great. The link to the

Re: [css-d] IE Horizontal Menu

2008-07-19 Thread Taryn Regish
I tried that using the following: * html div#navigation a, * html div#navigation a:visited { width: 6.0em; padding: .3em 0px; } But in order to get the text to stop wrapping, I still need to increase the width. Is there anyway in IE to no use the width and it be just the width of the

Re: [css-d] IE Horizontal Menu

2008-07-19 Thread Taryn Regish
Thank you so much for the help, that worked. I had been banging my head against a wall trying to figure that out. This works for me, just adding white-space: nowrap; to the LI: div#navigation li { float: left; padding: 0px; position: relative;

Re: [css-d] Help

2007-10-18 Thread Taryn Regish
Philippe- It should validate if you change the Params to amp;Params. Thanks, Taryn Regish Line 39, Column 333: cannot generate system identifier for general entity Params. .nencyclopedia.com/index.cfm?PgNm=TCEParams=A1SEC888157#SEC888172 target=bl? Using XHTML 1.0 Transitional Any

[css-d] Vertical Navigation Problem - Clarification

2007-06-07 Thread Taryn Regish
- http://dev.www.ism.ws/about/?navItemNumber=4884 Utility Nav - http://dev.www.ism.ws/contact/?navItemNumber=4907 http://dev.www.ism.ws/contact/?navItemNumber=4907 Thanks, Taryn Regish -- Forwarded message -- From: Taryn Regish [EMAIL PROTECTED] Date: Jun 6, 2007 1:33 PM Subject

Re: [css-d] Vertical Navigation Problem - Clarification

2007-06-07 Thread Taryn Regish
level flyout comes out but (at least for me) only the middle item actually shows the red hover color. I don't know if this is a CSS issue but if anyone could provide some insight into it that would be great. Thanks. Taryn On 6/7/07, Ingo Chao [EMAIL PROTECTED] wrote: Taryn Regish wrote: ... I

[css-d] Vertical Navigation Problem

2007-06-06 Thread Taryn Regish
://dev.www.ism.ws/about/?navItemNumber=4884 Any help on this would be greatly appreciated. Thanks, Taryn Regish __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

[css-d] Site Check Please

2007-04-03 Thread Taryn Regish
Hi all- I have finally finished converting our current site from a very messy table layout to a pure css site, including flyouts. I would appreciate any feedback on it. http://www.ism.ws/FinalNewIndex.cfm Thanks, Taryn __

[css-d] Vertical Flyout Menu Problem IE7/6

2007-03-14 Thread Taryn Regish
Hello All- I have been working on pure css vertical navigation with multi level flyout but I am running into a few problems in IE7 and IE6. The page is http://www.ism.ws/includes/test/newhpv11.cfm and the css file is http://www.ism.ws/files/style/NewHPstylesv11.css. The menu is working fine in

[css-d] Border Problems

2007-01-30 Thread Taryn Regish
Hi everyone- I am working on a site redesign - converting to a three column layout using a modified Ruthsarian layout for it. http://www.ism.ws/includes/test/NewHPv8.cfm http://www.ism.ws/files/style/NewHomePagestylesv8.css I am running into a problem with the left column. The background of the

[css-d] Site Check please

2007-01-26 Thread Taryn Regish
Hi everyone- Can I please get a site check on http://ifpsm.ism.ws/ Especially on a mac and IE 7. Thanks. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

[css-d] Specifying Class Causing Problems

2006-11-09 Thread Taryn Regish
Hi all- I am having a problem when I try to specify a class on a navigation bar. I have the navigation working but when I try to add a class utilmenu the flyouts break. Here is the page that works: http://www.ism.ws/includes/test/newheaderv6.cfm http://www.ism.ws/files/style/combinedv6.css

[css-d] Horizontal Dropdown Menu Problem IE6

2006-10-31 Thread Taryn Regish
Hi all, I am currently in the process of converting a complex table based layout to purely css styled page. I am running into a problem with the horizontal menu in IE6. I have been trying to figure out why when I hover over the flyout, the size of the flyout changes -- it becomes smaller. The