Re: [css-d] Child Seletors, Absolute Positioning, Internet Explorer

2005-07-30 Thread Michael Landis
On 7/30/05, Rich Points <[EMAIL PROTECTED]> wrote: > Thanks Jim, > Your solution didn't work because of my absolutely positioned header. > When I tried class="hideit" it hid the banner as you would expect but > leaves an unwanted 140px gap at the top of the page. This is why I'm > using the chil

Re: [css-d] Vertical rollover list and nesting text next to image in each graph

2005-07-30 Thread Gunlaug Sørtun
Karen Kreps wrote: > http://lightoftruthuniversalshrine.org/docs/test_7-30.htm First issue: I want the menu on the left (in #navigation) to start all the way on the left. I don't want so empty space on the left of the navigation. I think that there is too much indent in front of each . You'

Re: [css-d] Vertical rollover list and nesting text next to image in each graph

2005-07-30 Thread David Laakso
Karen Kreps wrote: I'm going in circles and burning out over a CSS layout problem (actually two issues). Is there anyone out there who might please help? The problems are on a test page at http://lightoftruthuniversalshrine.org/docs/test_7-30.htm. The CSS is at http://lightoftruthuniversalshrin

Re: [css-d] Child Seletors, Absolute Positioning, Internet Explorer

2005-07-30 Thread Rich Points
Thanks Jim, Your solution didn't work because of my absolutely positioned header. When I tried class="hideit" it hid the banner as you would expect but leaves an unwanted 140px gap at the top of the page. This is why I'm using the child selectors so I can 1) hide or show the banner and 2) p

[css-d] Vertical rollover list and nesting text next to image in each graph

2005-07-30 Thread Karen Kreps
I'm going in circles and burning out over a CSS layout problem (actually two issues). Is there anyone out there who might please help? The problems are on a test page at http://lightoftruthuniversalshrine.org/docs/test_7-30.htm. The CSS is at http://lightoftruthuniversalshrine.org/css/interfa

Re: [css-d] Email links don't work on PC - IE, FF

2005-07-30 Thread David Laakso
Theresa Mesa wrote: I've validated the page, which validates except for some non-SGML characters. I've validated the CSS. The email links are not showing up in IE or FF on the PC, but they do show up for the Mac in Safari, IE, and FF. http://mdh-test.com/perry/about-us.shtml http://mdh-test.com

Re: [css-d] Child Seletors, Absolute Positioning, Internet Explorer

2005-07-30 Thread Jim Davis
Rich, I had success with: .hideit { display: none } [added to the css] On pages where a banner is not shown use: banner image goes here I did a little demo at: http://www.jimdavis.org/test/banner_on.htm. Click "turn banner off" to switch states. hth Jim On 7/30/05, Rich Points <[EMAIL PROTECTE

Re: [css-d] Email links don't work on PC - IE, FF

2005-07-30 Thread Richard Grevers
On 7/31/05, Theresa Mesa <[EMAIL PROTECTED]> wrote: > I've validated the page, which validates except for some non-SGML > characters. I've validated the CSS. The email links are not showing up in IE > or FF on the PC, but they do show up for the Mac in Safari, IE, and FF. > > http://mdh-test.com/p

Re: [css-d] Table of contents with dotted line

2005-07-30 Thread David Laakso
designer wrote: I was intrigued by your method, so tried an alternative using a dashed background on inline elements. The code for each entry is reduced to, e.g.: You can see this working, including the relevant CSS, at http://www.treyarnon.fsworld.co.uk/menufiles/chapters.html (A dummy mo

[css-d] Email links don't work on PC - IE, FF

2005-07-30 Thread Theresa Mesa
I've validated the page, which validates except for some non-SGML characters. I've validated the CSS. The email links are not showing up in IE or FF on the PC, but they do show up for the Mac in Safari, IE, and FF. http://mdh-test.com/perry/about-us.shtml http://mdh-test.com/perry/perry.css Can y

[css-d] [OFF-TOPIC]

2005-07-30 Thread Schalk Neethling
Greetings All! Can someone on the list please suggest a good Javascript forum or mailing list. Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers emotionalize.conceptualize.visualize.realize Landlines Tel: +27125468436 Fax:

Re: [css-d] Createing CSS

2005-07-30 Thread David Laakso
Angus at InfoForce Services wrote: I wrote a couple of days ago asking about a gif. The GIF was returned as spam so I have uploaded the file to the server I use at" http://infoforce-services.com/images/curve2.gif Can CSS be used to duplicate this ? If so, how? Or should I use it as a backgro

Re: [css-d] Createing CSS

2005-07-30 Thread Roger Roelofs
Angus, On 7/30/05, Angus at InfoForce Services <[EMAIL PROTECTED]> wrote: > http://infoforce-services.com/images/curve2.gif > > Can CSS be used to duplicate this ? If so, how? Or should I use it as a > background image? Use it as a background image. -- Roger Roger Roelofs Know what you value.

Re: [css-d] Scroll bars show through absolutely positioned background images

2005-07-30 Thread Ingo Chao
Justin Makeig schrieb: I've got an absolutely positioned div with a partially transparent background (png). When I position the div above a block level element that has a scrollbar (triggered by overflow content). The scrollbars show through the background images, but not through the content

[css-d] Createing CSS

2005-07-30 Thread Angus at InfoForce Services
I wrote a couple of days ago asking about a gif. The GIF was returned as spam so I have uploaded the file to the server I use at" http://infoforce-services.com/images/curve2.gif Can CSS be used to duplicate this ? If so, how? Or should I use it as a background image? Angus MacKinnon MacKinno

[css-d] Scroll bars show through absolutely positioned background images

2005-07-30 Thread Justin Makeig
I've got an absolutely positioned div with a partially transparent background (png). When I position the div above a block level element that has a scrollbar (triggered by overflow content). The scrollbars show through the background images, but not through the content of the absolutely pos

[css-d] Table of contents with dotted line

2005-07-30 Thread designer
Hi Jared and all, On 7/28/05, Jared Stein wrote: > Hey all, I've come up with this work-around to deliver a typical book-like table of contents entry appearance (with dashes/dots between toc entry and page number) and while it seems fully flexible, pretty reliable, and not too trashy in term

Re: [css-d] Site Check Please - sagefish.com

2005-07-30 Thread Matthew Ohlman
Jade True wrote: Hello all! I've just finished redesigning my website. Wow, it really needed it. I'm ashamed of my old coding. It's just atrocious. I designed it really quickly in Front Page and really didn't take the time to optimize or have decent coding. It was slow to load, had way too many

[css-d] Child Seletors, Absolute Positioning, Internet Explorer

2005-07-30 Thread Rich Points
CSS Gurus, I'm working on a site that uses absolute positioning for the header section so I can place the header code at the bottom of the html. The client would like to have the option to put a banner/advertisement above the content section or to have no advertisement. I'm trying to use chi

Re: [css-d] Link plus background image, plus undereline

2005-07-30 Thread Ingo Chao
Jono Young schrieb: I want to make a link, and give the link a left aligned icon image, and also give the link a bottom border so that the link's underline is a different color than the actual link text. What I do not want is for the underline to also appear below the icon image that will

Re: [css-d] background : 100% 90px Explanation

2005-07-30 Thread Roger Roelofs
Shlomi, On 7/30/05, shlomi asaf <[EMAIL PROTECTED]> wrote: > Hi > im new to the list and i have a question: > what does those attributes [ 0% -91px ] means in those definitions: > > .posttitle a { > background: #9BBB38 url(images/posttitle.gif) no-repeat top left; > } > > .posttitle a:ho

Re: [css-d] background : 100% 90px Explanation

2005-07-30 Thread Matthew Ohlman
shlomi asaf wrote: Hi im new to the list and i have a question: what does those attributes [ 0% -91px ] means in those definitions: .posttitle a { background: #9BBB38 url(images/posttitle.gif) no-repeat top left; } .posttitle a:hover, .posttitle a:active { background: #E8E7D0 u

Re: [css-d] background : 100% 90px Explanation

2005-07-30 Thread Jim Davis
See "background" and "background-position" at http://www.meyerweb.com/eric/css/references/css2ref.html If you don't own a copy, a good book to buy is "Cascading Style Sheets 2.0" by Eric A. Meyer. Jim On 7/30/05, shlomi asaf <[EMAIL PROTECTED]> wrote: > Hi > im new to the list and i have a quest

Re: [css-d] Link plus background image, plus undereline

2005-07-30 Thread Haoshiro
Jono, Perhaps you could have the icon as the background of the div and attach it to the bottom-left. then assign a left margin to the tag to make sure it doesn't overlap. A thought, at least. Jono Young wrote: Just thinking out loud here, and looking for feedback. Here's what I am curi

[css-d] background : 100% 90px Explanation

2005-07-30 Thread shlomi asaf
Hi im new to the list and i have a question: what does those attributes [ 0% -91px ] means in those definitions: .posttitle a { background: #9BBB38 url(images/posttitle.gif) no-repeat top left; } .posttitle a:hover, .posttitle a:active { background: #E8E7D0 url(images/posttitle.gi

Re: [css-d] Site Check Please - sagefish.com

2005-07-30 Thread David Laakso
Jade True wrote: Hello all! ... Here's the new site: www.sagefish.com Jade True A couple of nit-picking comments: The ascenders of the links in the upper nav are a little tight to the top-- a little lead might help. Constraining the width of the bottom nav may keep the page from throwing

[css-d] Link plus background image, plus undereline

2005-07-30 Thread Jono Young
Just thinking out loud here, and looking for feedback. Here's what I am curious about: I want to make a link, and give the link a left aligned icon image, and also give the link a bottom border so that the link's underline is a different color than the actual link text. What I do not want