Re: [css-d] :: Mac Safari Display Problem ::

2008-08-05 Thread Ingo Chao
Amrinder wrote: Hi Yesterday I opened my portfolio website www.awayback.com using Safari (Mac) and it showed unexpected line height and font size of sifr embedded headers. http://www.awayback.com/work/index.html You mean Safari 2.0.4? You'd have to set line-height explicitely, not in the

Re: [css-d] CSS Opacity with img tags. Can this be done in CSS?

2008-08-05 Thread Ingo Chao
Bill Brown wrote: Philippe Wittenbergh wrote: No, it is completely true. The 'opacity' property applies to the whole box and its descendants. Using RGBA/HSLA colours is a completely different game. You don't use or affect the opacity of the box, only use a semi-transparent colour

Re: [css-d] css positonal issues on site

2008-08-05 Thread Ingo Chao
Lisa Wilcox wrote: ... http://www.webgirlwebdesigns.com/testing/Krumm/index.html The menu seems to spread out on some pages and the text spacing is screwy depending on the browser. .. #menu a has a padding on page1.css, but not on page4.css. Ingo -- http://www.satzansatz.de/css.html

[css-d] Internet Explorer Open link in new tab issue

2008-08-05 Thread Pirkka Rannikko
Hi, I came across a CSS issue that I could not find with Google so I thought to try this list. Consider the following HTML/CSS stucture: a href=http://www.fi; span style=display: block; width: 100%;http://www.fi/span /a When you right click the link to open the browser context menu to

Re: [css-d] Internet Explorer Open link in new tab issue

2008-08-05 Thread Olivier Sannier
Pirkka Rannikko wrote: a href=http://www.fi; span style=display: block; width: 100%;http://www.fi/span /a Any ideas or similar experiences? Have you tried putting the span around the a instead of inside? __ css-discuss

Re: [css-d] Internet Explorer Open link in new tab issue

2008-08-05 Thread Bill Brown
Pirkka Rannikko wrote: When you right click the link to open the browser context menu to choose the option Open link in new tab IE6 and IE7 don't recognize the link and the usual options related to links are not shown in the menu. Also the cursor does not change on mouseover but focus outline

Re: [css-d] CSS Opacity with img tags. Can this be done in CSS?

2008-08-05 Thread Philippe Wittenbergh
Bill Brown wrote: Philippe Wittenbergh wrote: No, it is completely true. The 'opacity' property applies to the whole box and its descendants. Using RGBA/HSLA colours is a completely different game. You don't use or affect the opacity of the box, only use a semi-transparent colour

Re: [css-d] Internet Explorer Open link in new tab issue

2008-08-05 Thread Ingo Chao
Pirkka Rannikko wrote: a href=http://www.fi; span style=display: block; width: 100%;http://www.fi/span /a When you right click the link to open the browser context menu to choose the option Open link in new tab IE6 and IE7 don't recognize the link and the usual options related to

Re: [css-d] Internet Explorer Open link in new tab issue

2008-08-05 Thread Bruno Fassino
Ingo Chao wrote: Pirkka Rannikko wrote: a href=http://www.fi; span style=display: block; width: 100%;http://www.fi/span /a When you right click the link to open the browser context menu to choose the option Open link in new tab IE6 and IE7 don't recognize the link and the usual options

[css-d] IE6 positioning problems - margins probably...

2008-08-05 Thread Krystian - Sunlust
Hi, I made/edited a website for my company, http://www.smesolutions.co.uk it's based on a Joomla template which I had to edit because of it's bugs, now it looks all fine in FF 2/vista and on IE7/vista, but it breaks like hell in IE6/vista (26.18% out of all IE visits) and Safari/vista I see that

[css-d] Dynamic Navigation Link Aid

2008-08-05 Thread Stephen Carrell
Hi all, I'm new to this forum and relatively new to CSS-based web design, so please excuse my newb-ness over the following days/weeks/etc. I'm trying to find a way to style the navigation links in a document that will highlight the page that the user is on, and do it in such a way that I don't

Re: [css-d] Dynamic Navigation Link Aid

2008-08-05 Thread Bobby Jack
--- On Tue, 8/5/08, Stephen Carrell [EMAIL PROTECTED] wrote: I'm trying to find a way to style the navigation links in a document that will highlight the page that the user is on, and do it in such a way that I don't have to hand-code every page. In short: use a unique (between pages) id on

Re: [css-d] a:hover vs images with alpha chanel

2008-08-05 Thread David Hucklesby
On Mon, 04 Aug 2008 23:27:38 -0400, snak detek+0r wrote: hi there, does anyone have a good way of universally disabling a:hover{background-color} for images? i always have this problem, and i'm never satisfied with the solution. it seems that you could fix it by styling a img

Re: [css-d] Dynamic Navigation Link Aid

2008-08-05 Thread Alan K Baker
Hi Stephen. AFAIK there's no simple way around putting a common nav bar on every page, other than by the use of Frames, which I wouldn't recommend. It's a PITA when a client suddenly wants an extra 'button' added to the navigation. :-( I have this problem with nearly all of my websites, but at

Re: [css-d] a:hover vs images with alpha chanel

2008-08-05 Thread snak detek+0r
does anyone have a good way of universally disabling a:hover{background-color} for images? i always have this problem, and i'm never satisfied with the solution. it seems that you could fix it by styling snip Do you have a use-case you could put online for us? Cordially, David

[css-d] Expand containers etc

2008-08-05 Thread Denise Flinchbaugh
I'm a relative newbie to the finer art of using style sheets. I am currently converting look and feel for our website. I am having a couple of issues that I would love some assistance with. URLs to see what I've done are: http://www.medsimulation.com/example/HomePageTemplate.asp

[css-d] IE problem with floating

2008-08-05 Thread rastinon
I have a question: I am building a web site that has a background logo image, a logo image fixed at the top to allow the text flow behind it and then a left navigation bar as well. Problem is the left nav bar doesn't show up correctly in IE. Since both the nav bar (#menu) and the main (#main)

Re: [css-d] IE problem with floating

2008-08-05 Thread French, Angela K (MHTG)
May I kindly suggest that you not use an image map for your navigation, or is there a way to add alt attributes to an image map? If images are turned off, or if your site visitor is using a screen reader, they will not see your menu. -Original Message- From: [EMAIL PROTECTED]

[css-d] Expand containers etc

2008-08-05 Thread Denise Flinchbaugh
I'm a relative newbie to the finer art of using style sheets. I am currently converting look and feel for our website. I am having a couple of issues that I would love some assistance with. URLs to see what I've done are: http://www.medsimulation.com/example/HomePageTemplate.asp

Re: [css-d] Expand containers etc

2008-08-05 Thread Christian Kirchhoff privat
Hello, this is a common problem and there are a couple of solutions for it. You might go with this: http://www.satzansatz.de/cssd/companions.html or this http://www.alistapart.com/articles/fauxcolumns/ Hope that helps, Christian -Original Message- From: [EMAIL PROTECTED]

Re: [css-d] Dynamic Navigation Link Aid

2008-08-05 Thread Peter Hyde-Smith
Alan wrote to Stephen... AFAIK there's no simple way around putting a common nav bar on every page, other than by the use of Frames, which I wouldn't recommend. - Original Message - From: Stephen Carrell To: css-d@lists.css-discuss.org Sent: Tuesday, August 05, 2008 2:46

Re: [css-d] a:hover vs images with alpha chanel

2008-08-05 Thread David Hucklesby
On Tue, 05 Aug 2008 14:11:51 -0400, snak detek+0r wrote: does anyone have a good way of universally disabling a:hover{background-color} for images? i always have this problem, and i'm never satisfied with the solution. it seems that you could fix it by styling snip Do you have a

Re: [css-d] Dynamic Navigation Link Aid

2008-08-05 Thread David Hucklesby
- Original Message - From: Stephen Carrell [...] I'm trying to find a way to style the navigation links in a document that will highlight the page that the user is on, and do it in such a way that I don't have tour hand-code every page. Thus far, I've used: ul li id=currenta

Re: [css-d] Dynamic Navigation Link Aid

2008-08-05 Thread Stephen Carrell
Wow, thanks for all the responses out there! I added body id's to each page and classed each navbar link. Then I styled all those link classes to each id to highlight the appropriate page's navbar link. Uploaded all the files and tested - perfect! Thanks again, and I'm sure I'll have more