Re: [css-d] An unordered list as a navigation bar.

2005-06-07 Thread Robert Dumas
That looks rather like a lot of spaghetti CSS code. There must be a simpler way! Anyone know? On 6/7/05, Peter Hyde-Smith <[EMAIL PROTECTED]> wrote: > http://webpages.charter.net/angusair/bayonehome6.html > > http://webpages.charter.net/angusair/bayonecss6.css > > 06/07/05 > > Robert: > > Chec

Re: [css-d] IE 5 Mac craziness- Please help!

2005-06-07 Thread Roger Roelofs
Bruce, On Jun 2, 2005, at 9:24 PM, Bruce Gilbert wrote: in IE 5 Mac, my nested table structure is appearing layered over the paragraph above it. This isn't an issue on any of the PC browsers I tested this page on. I also tested on Mozilla Mac and this wasn't occurring so it seems to be a Mac IE

Re: [css-d] Design-centric Standards resources

2005-06-07 Thread David Laakso
On Tue, 07 Jun 2005 10:56:43 -0400, Tom Livingston <[EMAIL PROTECTED]> wrote: Can anyone recommend Designer-centric Standards resources to help make designers aware of designing with standards in mind? Tom Livingston The question might be better directed to the Web Standards Group:

Re: [css-d] IEMac fix maybe broke IE XP???

2005-06-07 Thread Roger Roelofs
BJ, On Jun 5, 2005, at 8:22 PM, BJ wrote: Site in question- It seems to work in all Mac browsers (with exception of Safari the footer doesn't quite hug the botto

Re: [css-d] Text display problem with MAC IE 5.2

2005-06-07 Thread Roger Roelofs
Karen, On Jun 6, 2005, at 10:53 AM, Karen Longstaff wrote: I am working on a design (which I really don't like and please don't shoot me for the animated gifs .. the client is 18, I'm impressed that an 18 year old can be an expert on travel :) And the design actually isn't bad at all. I

Re: [css-d] IE6 DIV spacing bug

2005-06-07 Thread Holly Bergevin
From: Matthew LaVelle <[EMAIL PROTECTED]> >http://test.cimediagroup.com/ >Everything looks fine in all browsers except there's a small space/gap >between the hdr DIV and the body DIV in Internet Explorer 6 on Windows >machines. Add {display: block;} or {vertical-align: bottom;} to the image in y

Re: [css-d] Anyone can answer this...even noobs :) its about divs

2005-06-07 Thread Gunlaug Sørtun
Luc wrote: Hello Gunlaug, It was foretold that on 8-6-2005 @ 02:07:27 GMT+0200 (which was 2:07:27 where I live) Gunlaug Sørtun would write: GS> Floating divs affect the flow - AP divs don't. From the specs: "In the absolute positioning model, a box is explicitly offset with respect

Re: [css-d] Floated list items cause extra space on Firefox

2005-06-07 Thread Roger Roelofs
Scott, On Jun 7, 2005, at 12:44 PM, Scott Povlot wrote: I am working on my first CSS/XHTML website. I hope that you can help with an unusual problem that I am seeing in Mozilla Firefox 1.04. I am using a floated list item to make multiple columns. This is similar to the gallery example in h

Re: [css-d] An unordered list as a navigation bar.

2005-06-07 Thread Roger Roelofs
Robert, On Jun 7, 2005, at 9:12 PM, Robert Dumas wrote: I'm working on the new version of my site and have put up a tempotary site (http://obnoxio.us/comingsoon/), where I have a rough layout up for the time being. As you can see, the search form is below the rest of the navigation (all of whic

RE: [css-d] Design-centric Standards resources

2005-06-07 Thread Peter Williams
> From: Tom Livingston > > Can anyone recommend Designer-centric Standards resources to help > make designers aware of designing with standards in mind? Web Standards Org was big on that a few years ago, I think their focus has moved on to the software companies now. Still worth a look. http://

[css-d] UL List Type Image not appearing in FF

2005-06-07 Thread Steven Costello
Hello List, I am not able to see the list-type-image that has been declared in my css on the following page: http://www.trinityinfo.org/News/Prayer-Needs.php. I have validated both the style sheet and the HTML with no errors. The bullet images appear in IE6 just fine. Would appreciate any suggest

Re: [css-d] Tableless design advise

2005-06-07 Thread dwain
[EMAIL PROTECTED] wrote: it's something going on in the li, a margin or something. i knew it was in the li. #contenidocol li { margin: 0 0 0 1em; list-style-type: disc; } if 1em is too much for you, play around with the numbers until you make the bullets go away and then increase the margin

[css-d] An unordered list as a navigation bar.

2005-06-07 Thread Robert Dumas
I'm working on the new version of my site and have put up a tempotary site (http://obnoxio.us/comingsoon/), where I have a rough layout up for the time being. As you can see, the search form is below the rest of the navigation (all of which is in an unordered list). I have one minor problem: I wan

Re: [css-d] Suckerfish modification

2005-06-07 Thread Kelly Miller
Put the top header of the dropdown (Main Menu Item, in this case) in another element (I used an in my design), and attach the hover to that. Then you can safely ask for a hover on the lower items without bolding the upper item by mistake (because the hover requires a hover over that element,

Re: [css-d] Anyone can answer this...even noobs :) its about divs

2005-06-07 Thread Luc
Hello Gunlaug, It was foretold that on 8-6-2005 @ 02:07:27 GMT+0200 (which was 2:07:27 where I live) Gunlaug Sørtun would write: GS> Floating divs affect the flow - AP divs don't. From the specs: "In the absolute positioning model, a box is explicitly offset with respect to its

Re: [css-d] IE6 DIV spacing bug

2005-06-07 Thread David Laakso
On Tue, 07 Jun 2005 17:12:23 -0400, Matthew LaVelle <[EMAIL PROTECTED]> wrote: I'm working on a simple two column three div layout that can be seen here: http://test.cimediagroup.com/ ... Everything looks fine in all browsers except there's a small space/gap between the hdr DIV and the body

Re: [css-d] Anyone can answer this...even noobs :) its about divs

2005-06-07 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: What is the difference between float and absolute divs? Me got it :-) Floating divs affect the flow - AP divs don't. What me don't understand: must it be divs? Me can mess up non-divs too, and take floats completely out of the flow--unless the browser is called Opera

[css-d] IE problem - float dropping down

2005-06-07 Thread Don Hinshaw
Hello all, My example page is here: http://test.hinshawdesign.com/css/float_debug.html What I find in IE is that when I make my viewport narrower than ~850px, the center column drops way down. I realize that this is due to the select menu in that column, but ultimately I will have no control ove

Re: [css-d] Problems with 2 Col Floated Layout and scrolling tables

2005-06-07 Thread David Laakso
On Tue, 07 Jun 2005 16:27:13 -0400, James Hallam <[EMAIL PROTECTED]> wrote: [..] http://james.globalhavens.com/css-discuss/webtop/2col-scroll.html I've finally got it working in Firefox. As you'll see, it's not ready in IE.James Try putting it in quirksmode. And add: .container { height: 1%

Re: [css-d] Change CSS based on Referring Domain

2005-06-07 Thread Thierry Koblentz
[EMAIL PROTECTED] wrote: > I am looking for examples of scripts or advice on how to use referring > domain as the criteria for appling the appropriate CSS file. Using ASP/VBScript, you can try (at the very top of the document): <% sname = Request.ServerVariables("SERVER_NAME") %> <% sname = ucase(

[css-d] Anyone can answer this...even noobs :) its about divs

2005-06-07 Thread [EMAIL PROTECTED]
Hey all, What is the difference between float and absolute divs? Abyss -- Quote for the day: There are not enough women who are my age doing web development http://www.abyss.ws/ ___

RE: [css-d] Suckerfish modification

2005-06-07 Thread Jessica Mays
I tried your suggest - it seems to make the "item" ones bold but not the "main menu item" I then tried #nav ul+li:sfhover { font-weight:bold; } #nav li:sfhover ul+li { font-weight:bold; } They don't seem to work either... :P --

Re: [css-d] A Photo Gallery/Online Journal with CSS

2005-06-07 Thread David Laakso
On Tue, 07 Jun 2005 15:38:27 -0400, Adam Wick <[EMAIL PROTECTED]> wrote: I have some spare time to play with layouts. So far, the best thing that I've been able to come up with can be seen here: http://adam.lylix.net/germany/day_1.html ... IIf I understand correctly, you need a layout to cont

[css-d] Change CSS based on Referring Domain

2005-06-07 Thread chase
I have several pages that need to automatically have slightly different branding elements applied, based on how the customer comes into the page. (e.g.: two different masthead banner colors). I am looking for examples of scripts or advice on how to use referring domain as the criteria for appli

[css-d] Suckerfish modification

2005-06-07 Thread Jessica Mays
HI all, I "just" cleaned out my email and deleted all my recent css-d emails, so if this question has been as recently I do apologize. But I recently sent up an drop down menu based on the "Son of Suckerfish" drop down code. Works great. Now my boss is telling me that he wants the items in th

[css-d] Retrieve margin-top value from other ids

2005-06-07 Thread Guillaume
Hi list, I'm building a page with two fixed headers on top of page, one below each other. Just under these two headers goes a non fixed layer. The problem i have is to exact align this third layer, so it sticks right under the 2 above and flows gently, when scrolled down, under them in modern

Re: [css-d] Unexpected font display with universal selector

2005-06-07 Thread David Dorward
On 6/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > That is, where the universal selector all by itself ("*") is defined with a > certain font-family, and where a second class is defined as having a > different font-family, then within an element having that second class > applied where the

[css-d] IE6 DIV spacing bug

2005-06-07 Thread Matthew LaVelle
I'm working on a simple two column three div layout that can be seen here: http://test.cimediagroup.com/ There is a div id="wrapper" and then inside of it there are three DIVs in the following order: div class="sidebar" div class="hdr" div class="body" The first DIV is float: right; while the s

Re: [css-d] Tableless design advise

2005-06-07 Thread dwain
[EMAIL PROTECTED] wrote: Hi Dwain, Thanks! It's working now with ie6. The other thing that's bothering me with ie6 is the bullets not showing up in the content area. FF has no problem with it. Did you notice it? Anyway, thanks again, It looks like 96% for the width fixes the ie space problem

RE: [css-d] A Photo Gallery/Online Journal with CSS

2005-06-07 Thread Craig Millman
Adam, A great tutorial for building an online photo gallery with CSS can be found here http://www.webreference.com/programming/css_gallery/index.html it's really easy to follow. Not sure this is exactly what you are after, however it might give you some ideas of what you can do. _

RE: [css-d] font-size and unordered-list menu

2005-06-07 Thread Bruno Fassino
Matt Tibbits wrote: > I created a vertical menu using an unordered > list.everything works fine > until I try to change the font size. When I put a font-size > : 0.8em on the > or the element, it puts a space at the bottom of > each each link item. There are much probably less tricky solutions,

[css-d] Problems with 2 Col Floated Layout and scrolling tables

2005-06-07 Thread James Hallam
Source file is here: http://james.globalhavens.com/css-discuss/webtop/2col-scroll.html I've been fighting with this two col layout for a while now - left col static width, right col flexible - and I've finally got it working in Firefox. As you'll see, it's not ready in IE. Even though the main

Re: [css-d] A Photo Gallery/Online Journal with CSS

2005-06-07 Thread Arnie Shafer
Hi Adam, I enjoyed looking at your site. I don't understand what it is you want to do. What is wrong with the format that you have established on the first page?. Arnie Shafer - Original Message - From: "Adam Wick" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 07, 2005 3:38 PM Subje

RE: [css-d] font-size and unordered-list menu

2005-06-07 Thread Matt Tibbits
Dwain, I tried putting my without any new lines separating them and it hasn't made any difference... If I put the font-size : .8em on the div.menu item the space goes away...the problem here, though, is that then the font-size of everything within that is affected... > > I created a vertical

[css-d] A Photo Gallery/Online Journal with CSS

2005-06-07 Thread Adam Wick
Hello, all! My name is Adam Wick, and I have recently made a trip to Augsburg, Germany with a group of students from the University of Pittsburgh. Part of the requirement for the course was to keep an online journal of our daily happenings. Now that I'm back in the States, I have some s

Re: [css-d] Reload bug in gecko browsers

2005-06-07 Thread Ingo Chao
Chris van der Walt schrieb: http://www.worldharmonyrun.org/ has a masthead graphic on every page. ...owever in gecko browsers, i am getting a 6 pixel gap underneath the image which disappears if you refresh the browser. apply a height to the image. Ingo __

Re: [css-d] What's the name of the hack for this problem?

2005-06-07 Thread Daniel Doesburg
Thanks a lot for your information. I've added an overflow. So, please try again. Thanks, Daniel [EMAIL PROTECTED] schreef: i don't get a scroll bar in ie6 win2k sp4. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o

Re: [css-d] What's the name of the hack for this problem?

2005-06-07 Thread dwain
Daniel Doesburg wrote: If I change the width of the window below the min-width of the lay-out (the hor scrollbar appears), it shows in IE its yellow underwear at the most right part of the screen. I've tried the double margin hack, but that's not the right solution. What is the problem and how

[css-d] Unexpected font display with universal selector

2005-06-07 Thread Mirgy-CSS-discuss
Dear Uwe, On Tue, June 7, 2005 2:11 pm, Uwe Kaiser was kind enough not to guffaw when gently pointing out that: > I've put an example at http://www.allhear.com/Universal-selectors-font.html You couldn't find anything, because there is nothing to find. * {font-family: abc} is equal to em, a,

Re: [css-d] font-size and unordered-list menu

2005-06-07 Thread dwain
Matt Tibbits wrote: Another dumb question probably, but here goes. I created a vertical menu using an unordered list.everything works fine until I try to change the font size. When I put a font-size : 0.8em on the or the element, it puts a space at the bottom of each each link item. try

[css-d] What's the name of the hack for this problem?

2005-06-07 Thread Daniel Doesburg
I've a (half) page with a css problem in IE. http://www.export-lead-platform.nl/fileadmin/platform/IndexOnTopBreed/index3.html If I change the width of the window below the min-width of the lay-out (the hor scrollbar appears), it shows in IE its yellow underwear at the most right part of the s

[css-d] font-size and unordered-list menu

2005-06-07 Thread Matt Tibbits
Another dumb question probably, but here goes. I created a vertical menu using an unordered list.everything works fine until I try to change the font size. When I put a font-size : 0.8em on the or the element, it puts a space at the bottom of each each link item. Oh, and this is on in IE,

RE: [css-d] spacing between line items in unordered lists

2005-06-07 Thread Pringle, Ron
> sorry to ask such a lame question but: > > currently my list items have no space between them, it would > be nice to > have .5em. > would it be as simple as adding padding or margin to the > bottom of the > ? > > here is the offender > > http://www.ricochet.org/abec_test/why_so_important

[css-d] Reload bug in gecko browsers

2005-06-07 Thread Chris van der Walt
the following site: http://www.worldharmonyrun.org/ has a masthead graphic on every page. in internet explorer there are no problems with display. however in gecko browsers, i am getting a 6 pixel gap underneath the image which disappears if you refresh the browser. does anyone know a fix for t

RE: [css-d] descendant selectors, background-image position, and Firefox

2005-06-07 Thread Pringle, Ron
> > Both the CSS and XHTML are valid. Here's the link to the page: > > > > http://chnm.gmu.edu/history120/new/nav-test.html > > this is the ruleset for your current state > > #pre18thcentury a#nav-pre18, > #18thcentury a#nav-18, > #19thcentury a#nav-19, > #20thcentury a#nav-20 { > background-po

[css-d] spacing between line items in unordered lists

2005-06-07 Thread ron zisman
sorry to ask such a lame question but: currently my list items have no space between them, it would be nice to have .5em. i think placing a in a ul is unkosher. would it be as simple as adding padding or margin to the bottom of the ? here is the offender http://www.ricochet.org/abec_test

[css-d] Floated list items cause extra space on Firefox

2005-06-07 Thread Scott Povlot
I am working on my first CSS/XHTML website. I hope that you can help with an unusual problem that I am seeing in Mozilla Firefox 1.04. I am using a floated list item to make multiple columns. This is similar to the gallery example in http://css-discuss.incutio.com/?page=GalleryFloat. The probl

Re: [css-d] descendant selectors, background-image position, and Firefox

2005-06-07 Thread Ingo Chao
Jeremy Boggs schrieb: I'm trying to create a navigation bar using images as tabs, and using the conditional descendant selectors to choose the "current" link. I have an unordered list of four links: ... the a tag's background image is 80px high. the non-current state as a background position of

Re: [css-d] Newbie-Question: Problem with Background Image

2005-06-07 Thread Jono Young
You are missing a ";" at the end of your #contentheader style. Change: #contentheader { background:#fff } to #contentheader { background:#fff; padding: 0; } And see if that is what you were looking for. On Jun 7, 2005, at 11:41 AM, Oliver Saager wrote:

Re: [css-d] Newbie-Question: Problem with Background Image

2005-06-07 Thread Akins, Chris
I haven't tested this, but I think it's the 10px padding you have declared in the following rule: #contentheader h1 { font-size:14px; padding:10px; height: 190px; background-image: url(../images/top_bg.jpg); margin-bottom: 10px; } My guess is that t

Re: [css-d] Newbie-Question: Problem with Background Image

2005-06-07 Thread Michael Wilson
Oliver Saager wrote: http://develop.saager.ch http://develop.saager.ch/css/screen.css The pencils in the header are supposed to cover the entire space and NOT leave white space on the left and on the right side. Hi, Try changing the selector #contentheader h1 to just #contentheader. You can

Re: [css-d] Newbie-Question: Problem with Background Image

2005-06-07 Thread Daniel Doesburg
This is the wrong combination: HTML header CSS p,h1,pre { margin:0px 10px 10px 10px; } Succes Daniel Oliver Saager schreef: Hello Currently I am developping my first true (...) CSS Website. Unfortunately I have come across a problem I am unable to solve. See yourself: http

[css-d] Unexpected font display with universal selector

2005-06-07 Thread Mirgy-CSS-discuss
Friends, I note that where there is a font-family defined for the universal selector, that font (and that font size) are used in ANY element, regardless of class, where there is also a bit of HTML. That is, where the universal selector all by itself ("*") is defined with a certain font-fam

[css-d] Newbie-Question: Problem with Background Image

2005-06-07 Thread Oliver Saager
Hello Currently I am developping my first true (...) CSS Website. Unfortunately I have come across a problem I am unable to solve. See yourself: http://develop.saager.ch http://develop.saager.ch/css/screen.css The pencils in the header are supposed to cover the entire space and NOT leave white

[css-d] Re: floated list

2005-06-07 Thread Eric Vann
Your navlist and navcontainer DIVs are of differing heights. This is problem how the styles should look. #navlist { width: 556px; height: 20px; background: url(index5f/nav_bg.gif) repeat-x; } #navcontainer { margin: 0 0 0 10px; height: 20px } My g

[css-d] descendant selectors, background-image position, and Firefox

2005-06-07 Thread Jeremy Boggs
I'm trying to create a navigation bar using images as tabs, and using the conditional descendant selectors to choose the "current" link. I have an unordered list of four links: Pre-18th 18th 19th 20th the a tag's background image is 80px high. the non-current state as a background position of 0

Re: [css-d] floated list

2005-06-07 Thread Ingo Chao
Carsten Peters schrieb: ... http://mca-abraham.de/index5f.html The navi is a floated list. In IE the content under the navi goes down a few pixels when hovering a button for the first time. #navcontainer ul li a, #footer ul li a { ... /* margin: 0 0 10px 0; */ margin:0

[css-d] footer floating up

2005-06-07 Thread Eric Vann
I took a brief look at your site. I think I know the cause of your problem. I use Adobe GoLive so will try and explain the problem in the terms used by those familiar with that product. Normally your footer is the last DIV inside the container you have chosen to enclose the contents of your page.

[css-d] Design-centric Standards resources

2005-06-07 Thread Tom Livingston
Hello list, I've been to the Wiki. Can anyone recommend Designer-centric Standards resources to help make designers aware of designing with standards in mind? Tom Livingston Senior Multimedia Artist Media Logic www.mlinc.com --- www.browsehappy.com __

[css-d] floated list

2005-06-07 Thread Carsten Peters
Hello, I have some Trouble with the navi on: http://mca-abraham.de/index5f.html The navi is a floated list. In IE the content under the navi goes down a few pixels when hovering a button for the first time. I thougt it is the infamous Peekaboo Bug but the Typical fix didn't work. Can anybody

[css-d] XHTML/CSS broken in IE, help requested

2005-06-07 Thread H. Wade Minter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm redesigning the website for my improv troupe, moving from a very tables-and-spacer-image based site to XHTML and CSS. For layout, I'm using an extended version of the Skidoo (Lean) setup at http://webhost.bridgew.edu/etribou/layouts/skidoo/lea

RE: [css-d] footer floating up -- FIXED

2005-06-07 Thread Stephanie Bridges
> Stephanie Bridges wrote: > >> The behavior only occurs in Firefox (I'm using 1.0.4). I could >> reproduce it in IE for a while, but the addition of the at the >> end of the content seems to have gotten rid of it there. >> Once it drops down, it stays there. >> To see it again, clear the browse

Re: [css-d] Problem with z-index, I think

2005-06-07 Thread Michelle Tarby
Thanks - that gets me on the right track at least! >>> Asela <[EMAIL PROTECTED]> 6/6/2005 8:32:26 PM >>> Reason: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_15523 Try these : http://www.communitymx.com/content/article.cfm?cid=E5141 http://www.communitymx.com/content/source

[css-d] 2 n00b questions

2005-06-07 Thread BJ
"How do I show my pictures when you mouse over the link ?" You might try this method, but the second you mouseout they disappear: http://www.meyerweb.com/eric/css/edge/popups/demo2.html __ css-discuss [EMAIL PROTECTED] http://w

[css-d] CSS glitch part two

2005-06-07 Thread Daniel Jones
Hello everyone, I have rectified the problem I was having before on the home page of the I posted about yesterday. But now annoyingly this section seems to be screwing up on IE6 when you click through the section for a bit, then jumps back into position on refresh. http://83.138.134.178/se

Re: [css-d] Box model problem??

2005-06-07 Thread Uwe Kaiser
Officelink schrieb: If you click on one of the links at the bottom of this page: http://www.kellycountry.net.au/inprogress/corporate/contactUs.htm ... you can see what I mean. I'am sorry, but FF is displaying an empty tab, and MSIE/PC opens a new window and is displaying a internal side: "Th

Re: [css-d] 2 n00b questions

2005-06-07 Thread Steve
Thanks alot FOR ALL your help.Now just to find the time to fix this. working 7 day a week 13 - 14 hrs doesn`t give me much time anymore. Tahnks again On 6/7/05, Christian Heilmann <[EMAIL PROTECTED]> wrote: > Hi Steve, > >

Re: [css-d] Problem with text color

2005-06-07 Thread Ingo Chao
Ingo Chao schrieb: ... IE6 is not with us anymore, (Note that there should be an easier solution.) /* level 1 */ div#nav li:hover a, div#nav li.sfhover a {color: navy;} /* level 2 */ div#nav li li a {color: white !important; } div#nav li li a:hover {color: navy !important; } /* level 2 */ d

Re: [css-d] Problem with text color

2005-06-07 Thread Ingo Chao
Ingo Chao schrieb: [EMAIL PROTECTED] schrieb: ... http://www.rjhanson.com/test.asp. I'm not competent in specifity issues/dropdowns. The solution I found works only for level 1->2 ... or for level 2->3 ... but not in combination. Maybe one of both blocks is a start, maybe not. So the ans

Re: [css-d] Problem with text color

2005-06-07 Thread Ingo Chao
[EMAIL PROTECTED] schrieb: ... http://www.rjhanson.com/test.asp. Everything works except as you go down the menu tree the text color reverts to the original white. We want the text color to be dark blue against the light blue as we go deeper into the menu. Example: If you go top level 'Casual' t

Re: [css-d] 2 n00b questions

2005-06-07 Thread Christian Heilmann
Hi Steve, > 1. How do I show my pictures when you mouse over the link ? > page : http://homepage.mac.com/n00dles/pics.html You _could_ show the pictures via CSS by adding them in the link: foo and then hiding and showing them on hover: a img{ display:none } a:hover img{ display:block; } Howev

Re: [css-d] Box model problem??

2005-06-07 Thread Officelink
If you click on one of the links at the bottom of this page: http://www.kellycountry.net.au/inprogress/corporate/contactUs.htm ... you can see what I mean. Thanks > > Please provide a link to the page so we can look at it. > > Thanks, > > > Steven Costello > -Original Message- > F