Re: [css-d] SOLVED Re: URL exceeds width of Pop up window and doesn't wrap

2010-04-07 Thread Rees, Mark
SOLVED Here is a link that seems to work in several browsers. http://forums.cocoaforge.com/viewtopic.php?f=13&t=21981 On Mon, Apr 5, 2010 at 12:24 PM, Nancy Johnson wrote: > I have an "Email a Friend" using an open new window js. I've set the > pop-up window size to be 525px wide. ?Many times th

Re: [css-d] Interesting issue with IE6, borders, and negative

2009-08-07 Thread Rees, Mark
Message: 18 Date: Thu, 6 Aug 2009 12:02:03 -0400 From: Mike Smith Subject: Re: [css-d] Interesting issue with IE6, borders, and negative margins To: css-d@lists.css-discuss.org Message-ID: <3fb37e490908060902g768d80d5ybe0dbb13410ba...@mail.gmail.com> Content-Type: text/plain;

Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Rees, Mark
Christopher R wrote: > On Mon, Mar 23, 2009 at 10:36 PM "David Laakso" > wrote: >> Christopher R wrote: >>> http://www.thecreativesheep.ca/site/imagepage5.html >>> >>> Here is the link, hopefully it can get figured out in case I run into the >>> same problem on my other pages. >> >> Please botto

Re: [css-d] question about combining descendant selectors

2009-01-09 Thread Rees, Mark
Date: Thu, 08 Jan 2009 16:31:13 -0500 From: Brett Subject: [css-d] question about combining descendant selectors To: css-d@lists.css-discuss.org Message-ID: <496670a1.9060...@zoominternet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I'm wondering if combined selectors have a l

Re: [css-d] float: right does not work via DOM - looking for substitute

2008-10-06 Thread Rees, Mark
From: "Aaron Gray" <[EMAIL PROTECTED]> Subject: Re: [css-d] float: right does not work via DOM - looking for substitute To: "Ms2ger" <[EMAIL PROTECTED]> Cc: CSS-D , Philippe Wittenbergh <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; format=flowed; char

Re: [css-d] List items in columns

2008-09-09 Thread Rees, Mark
You can if you set it to display:block. Then, of course, it is no longer an inline element OT really but this looks like a definition list to me, why not use that markup? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jim Sent: 10 September 2008 06:19 To:

Re: [css-d] Unknown Margin on Image

2008-09-09 Thread Rees, Mark
To whom it may apply, Would you please be able to provide some assistence with an issue we are having. The majority of linked images on the website - for some reason appears to have an approximate 4 pixel margin at the bottom of the image and the border and I am unable to track it down. The pa

Re: [css-d] What's wrong with these links?

2008-08-27 Thread Rees, Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Martha Spizziri Sent: 26 August 2008 15:55 To: css-d@lists.css-discuss.org Subject: [css-d] What's wrong with these links? >Maybe I'm having a brain cramp, but I've looked at this page and its >style sheets

Re: [css-d] rollover discrepancy

2008-08-22 Thread Rees, Mark
Put the padding on the a instead? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Daniel Kessler Sent: 22 August 2008 15:55 To: [EMAIL PROTECTED] Subject: [css-d] rollover discrepency http//sph.umd.edu/events/wellness2/template.html The navigation menu has

Re: [css-d] Removing margin from photo gallery end boxes

2008-08-21 Thread Rees, Mark
You could use server-side scripting to add class="last" to the fourth and then set li.last a{ margin-right:0px; } Not really a CSS solution, but there you go. Alternatively you could put an equal amount of margin on either side of the a to make them line up without a gap to the right

Re: [css-d] hover / current menu item problems

2008-08-18 Thread Rees, Mark
Stuart King wrote: > I am trying to get my hover and current state a darker color and underlined. > Unfortunately, this is not working. The menu items stay the same. Please > advise. > http://www.skingdesign.com/cb_site/pages/partners.html Hi Stuart-- On Line 94 of your cb_main.css style shee

Re: [css-d] text in menu display problem

2008-08-13 Thread Rees, Mark
This page seems to have the answer: http://www.brunildo.org/test/IE6VisitedSpec.html The a:visited pseudo class is overriding the menu colour in IE6. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peggy Coats Sent: 13 August 2008 02:32 To: css list list

Re: [css-d] A little border dispute

2007-12-20 Thread Rees, Mark
I am having problems formatting a copyright footer on my pages. A minimal page and CSS file may be seen at http://trevor.freehomepage.com/copy.html and http://trevor.freehomepage.com/test.css The browser is IE as my pages are delivered through an IE component inside another application. What I wa

Re: [css-d] Missing Texts

2007-12-05 Thread Rees, Mark
This should answer your question: http://www.positioniseverything.net/explorer/peekaboo.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mauro Lages Sent: 05 December 2007 14:06 To: css-d@lists.css-discuss.org Subject: [css-d] Missing Texts Hi; I woul

Re: [css-d] selecting a list from one of its items

2007-12-05 Thread Rees, Mark
There's no CSS way of selecting a parent element. You can identify child elements of a parent but not vice-versa. You can use JavaScript to identify the ul based on the class of one of its children. If you don't already know how to do this, this is a good starting point: http://onlinetools.org

Re: [css-d] hover bg question

2007-11-30 Thread Rees, Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Julian Tulip's Licorice Sent: 30 November 2007 03:25 To: css-d@lists.css-discuss.org Subject: [css-d] hover bg question Hello all, Do any of you wizards know why I can't seem to fill in the last 3 or 4 'hover

[css-d] Breadcrumbs wrapping and background image IE6

2007-11-21 Thread Rees, Mark
Hello I have a breadcrumb which wraps over two lines. I'd like to have an arrow appear to the left of each link in the breadcrumb, and I'd like preferably to split links over two lines where necessary, or alternatively to have breadcrumbs appear whole on the new line where they would otherwise