Re: [css-d] .content:hover{Thanks}

2005-06-19 Thread David Laakso
On Sun, 19 Jun 2005 20:42:43 -0400, David Laakso <[EMAIL PROTECTED]> wrote: Seeking check of this test page in IE5-Mac and Safari. I am grateful to all who replied. So much to learn. So little time. Best. ~david David Laakso _

Re: [css-d] Trying to replace the use of tables

2005-06-19 Thread Prabhath Sirisena
> The problem with this is that the topbar.jpg is stuck in the html > file, and I want it in the css file so that I can use the code in > multiple pages without having to add it in all html pages. I tried > other ways, but the image wouldn't show up for some reason. Use the following CSS: { wid

[css-d] Trying to replace the use of tables

2005-06-19 Thread Mike Tuller
I'm trying to replace the use of tables by using CSS, and want to place an image in a certain location on the page. In this case a header that is an image. I am having problems, and am not sure where. I can get it working with the following CSS and HTML. CSS: #topbar { width: 700px;

Re: [css-d] float-clearing question (clear:both not working)

2005-06-19 Thread Prabhath Sirisena
> The problem I am having is getting the two wrapper divs to enclose > the floats. (There are two wrappers because of the two background > images - the logo on the right and the paintbrush on the left.) Use the easy and semantically correct method at PIE [1] Prabhath http://nidahas.com [1] http:

[css-d] test message please excuse & disregard

2005-06-19 Thread IDS
not sure if my messages are reaching the list, hence this test message. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

[css-d] .content:hover IE5-Mac/Safari

2005-06-19 Thread David Laakso
Seeking check of this test page in IE5-Mac and Safari. The paragraphs(except for the 1st paragraph) should "light-up" as they are individually hovered(black text on white on hover). The hover state seems to work OK in XP_SP2 IE6/FF/Opera. Co

[css-d] float-clearing question (clear:both not working)

2005-06-19 Thread IDS
Hi gurus, I am building a new portfolio section for my website and have struck an odd problem trying to contain a number of floated divs. I am seeing the problem in both Safari 2 and Firefox 1 (Mac) -- but obviously not in IE6 because of its display bug that, oddly enough in this case, is

Re: [css-d] IE & border

2005-06-19 Thread Luc
Hello Gunlaug, It was foretold that on 19-6-2005 @ 22:41:08 GMT+0200 (which was 22:41:08 where I live) Gunlaug Sørtun would write: GS> IE6 show wrapper right border, but 35px off to the right. GS> - One solution, add: #footerWrapper {margin-right: -35px /* or more */;} GS> ...or simply cha

[css-d] [solved] 1 px offset in IE

2005-06-19 Thread martin f krafft
I rewrote the CSS from scratch and found several careless errors in my old implementation. It now works and the 1px offset is gone. Sorry for the noise. -- martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> mailto:" [EMAIL PROTECTED] invalid/expir

[css-d] [solved] dangling line

2005-06-19 Thread martin f krafft
I rewrote the CSS from scratch and found several careless errors in my old implementation. It now works and the dangling line is gone (in favour of a single pixel on the lower right of each selected tab in IE, which I can't get rid of, and about which I can't really care anymore). Sorry for the noi

[css-d] reusing a style definition for another ID

2005-06-19 Thread martin f krafft
I am trying to extend an existing site with heavy CSS use. More specifically, it's a Plone site, such as http://plone.org. If you notice those navigation tabs, these are implemented in pure CSS and identified by the ID "portal-globalnav". My task is to add a second set of tabs underneath the gray

Re: [css-d] RE: Large gap appearing in IE6

2005-06-19 Thread Ingo Chao
Luke Mackenzie schrieb: anyone? http://mixdoaa1.miniserver.com/~staging/members/index.php?sid=ed1147f3c538f4 e95852105ad46eafad Luke, can't give you a good fix yet, I'm still looking for a solution that fix the needs of IE and Opera. IE6: the gap is

Re: [css-d] RE: Large gap appearing in IE6

2005-06-19 Thread Holly Bergevin
From: "Luke Mackenzie" <[EMAIL PROTECTED]> >http://mixdoaa1.miniserver.com/~staging/members/index.php?sid=ed1147f3c538f4 >e95852105ad46eafad > in IE6 - there is a huge unwanted gap between the >the sections on the page. #nav p { position: relative; height: 41px; } #nav p img {position: absolu

Re: [css-d] IE & border

2005-06-19 Thread Gunlaug Sørtun
Luc wrote: http://www.dzinelabs.com/Pages/template_metallica.php Op, Moz & FF show the wrapper right border. IE does not. Can somebody shed some light on this? IE6 show wrapper right border, but 35px off to the right. - Cause: is too wide, and IE will expand wrapper for it. - One solution,

[css-d] RE: Large gap appearing in IE6

2005-06-19 Thread Luke Mackenzie
anyone? _ From: Luke Mackenzie [mailto:[EMAIL PROTECTED] Sent: 19 June 2005 16:16 To: 'css-d@lists.css-discuss.org' Subject: Large gap appearing in IE6 Hi, I am having an issue with IE6 which I just can't seem to resolve. I have searched the css-org site and checked on positionisever

Re: [css-d] p:hover

2005-06-19 Thread Larry Israel
> The URI is: Add cursor: text; to keep the cursor from turning into a hand as it does with links. Larry __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

Re: [css-d] How to avoid hovering named anchors?

2005-06-19 Thread Kelly Miller
David Dorward wrote: On 6/19/05, Uwe Kaiser <[EMAIL PROTECTED]> wrote: How can I avoid that modern browsers displays hover-color on named anchors? I just avoid using named anchors (in favour of ids on arbitary, but apropriate, elements), since I don't care much about Netscape 4. The

Re: [css-d] broken text in FF - gecko overflow bug

2005-06-19 Thread Ingo Chao
The testcase is now updated with three screenshots. http://www.satzansatz.de/cssd/tmp/geckooverflow2.html Thanks to Susan Welter for the screenshot with MacFF1.04: the underlining seems to be without a problem, but see the marked elevated characters (1. screenshot). WinFF1.04 (3.) shows cons

[css-d] IE & border

2005-06-19 Thread Luc
Good evening list, http://www.dzinelabs.com/Pages/template_metallica.php Op, Moz & FF show the wrapper right border. IE does not. Can somebody shed some light on this? -- Best regards, Luc http://www.dzinelabs.com Need a website? http://www.w-orx.com Power

Re: [css-d] Large gap appearing in IE6

2005-06-19 Thread 4css!!!!
Hi Luke, One thing that I see is that you have your links in the incorrect order. They should be as follows: A:link { color: #663366; } A:visited { color: #663366; } A:hover { color: #dd6900; text-decoration:: underline; } A:active { color: #663366; } Also, I see that you aren't closing the

Re: [css-d] broken text in FF - gecko overflow bug - checks please

2005-06-19 Thread Ingo Chao
Here is a new test case, the problem is reproducible now in all Geckos I have installed on my XPSP2 (Moz1.6 - FF 1.04 - DP20050617) http://www.satzansatz.de/cssd/tmp/geckooverflow2.html If it is not too much trouble, could anyone with any FireFox build installed on _Mac_ please have a glance

[css-d] Large gap appearing in IE6

2005-06-19 Thread Luke Mackenzie
Hi, I am having an issue with IE6 which I just can't seem to resolve. I have searched the css-org site and checked on positioniseverything.net but can't seem to find a bug fix for my particular problem. I have vaildated the html and css at w3c - no problems. I would be very grateful if a css expe

[css-d] Drop Down Menu Issues

2005-06-19 Thread John Kochmanski
I need a second pair of eye please. I am attempting to try to get a drop down menu running using the suckerfish info. I have done this in the past with out any challenge but for some reason this time the menu doesn't seem to want to function in IE for the PC. Sub nav seems to disappear when you

[css-d] table/css problem

2005-06-19 Thread R. Timmermans
Hi everybody, I am working on a site for a friend of mine who has done some work already. He had some problems. Most of them are fixed already but not the last one. It is a mix from tables and css. It has a problem in the most right column. http://www.mscomputerservice.nl/aanbiedingen.html It work

Re: [css-d] p:hover

2005-06-19 Thread 4css!!!!
- Original Message - From: "David Laakso" <[EMAIL PROTECTED]> To: Sent: Saturday, June 18, 2005 5:44 PM Subject: [css-d] p:hover > This p element in hover state thing > is 'close, but no cigar' in > compliant browsers, and not working at

Re: [css-d] How to avoid hovering named anchors?

2005-06-19 Thread David Dorward
On 6/19/05, Uwe Kaiser <[EMAIL PROTECTED]> wrote: > How can I avoid that modern browsers displays hover-color > on named anchors? I just avoid using named anchors (in favour of ids on arbitary, but apropriate, elements), since I don't care much about Netscape 4. The other option is: a:link:hove

[css-d] Animated gif backgrounds in Safari

2005-06-19 Thread Dave Cardwell
Animated gifs set as a background do display, but don't animate in Safari. A quick google suggests that this is a pretty well known issue but I couldn't spot a solution. Is there one, or will my few Safari customers have to live with just the first frame? Best wishes, Dave Cardwell - http:/

[css-d] How to avoid hovering named anchors?

2005-06-19 Thread Uwe Kaiser
Hi list How can I avoid that modern browsers displays hover-color on named anchors? When I use it the traditional way, all the anchors get a yellow background, which I don't want. a:link, a:active { background: #white; } a:hover { background: #yellow; } . . . So I trie