Re: [css-d] Site Check - University of Maryland School of Nursing

2005-08-26 Thread Arthur Maloney
Hello Bryan, Thursday, August 25, 2005, 8:22:02 PM, you wrote: HBL Hi list, HBL I'm delighted to say that we're about to launch our new Web site. A few HBL pages, including the homepage, are XHTML Transitional -- and for the HBL most part the site is XHTML Strict. I owe much of the site's

Re: [css-d] Site Check - University of Maryland School of Nursing

2005-08-26 Thread adrian suri
Hi one small problem in mozila 1.7.10 Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.7.10) Gecko/20050726 the menu about us does not work, text under text, but work fine under FireFox regards Adrian Arthur Maloney wrote: Hello Bryan, Thursday, August 25, 2005, 8:22:02 PM, you wrote: HBL

[css-d] A way to force overflow in one direction only

2005-08-26 Thread ross
Is there a way to force scrolling in either vertical or horizontal direction and not automatically in both? R. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] Different results on Firefox and IE

2005-08-26 Thread Mikko Levänen
Hello! I hope someone can tell me what is wrong with my css: Please look at: www.aineistot.com Everything works fine in Firefox Navigation on left side has white text in links and other links are green as they should be on white background.. But on IE I have problem that my css works

Re: [css-d] strange form layout in Opera (Fixed)

2005-08-26 Thread Tim Reader
Thank you everybody, that seems to have fixed it. Grateful as ever, T At 23:56 25/08/2005 +0800, Andrew Gregory wrote: On Thu, 25 Aug 2005 16:59:34 +0800, Tim Reader [EMAIL PROTECTED] wrote: Opera users - Can anyone tell me why this page looks so terrible in Opera?

Re: [css-d] Different results on Firefox and IE

2005-08-26 Thread Ingo Chao
Mikko Levänen wrote: Please look at: www.aineistot.com But on IE I have problem that my css works differently and colors visited links green also in leftside navi.. Mikko, div .navList a, a:link, a:visited{ color: white; ... } ... This a:visited is overwritten by the subsequent a,

[css-d] Content text disappears (re-post)

2005-08-26 Thread Dorothy Hesson 2336
Hello - The page in question is http://www.fsdb.k12.fl.us/outreach/symposium/concurrent.html Sorry,I forgot this in my last post -- The css is http://www.fsdb.k12.fl.us/outreach/symposium/2col_leftnav.css The page validates html 4.01 and the css validates. I can view it using my Mac in Netscape,

Re: [css-d] Content text disappears (re-post)

2005-08-26 Thread Bruno Fassino
Dorothy Hesson 2336 wrote: The page in question is http://www.fsdb.k12.fl.us/outreach/symposium/concurrent.html The page validates html 4.01 and the css validates. I can view it using my Mac in Netscape, FF, and Safari with no problem. However, the content text column does not all appear

RE: [css-d] Problem with floats and IE6

2005-08-26 Thread Bruno Girin
Jason, A simple way to do this is to float both the content and the menu bar and have the footer clear both: #menu { float:left; } #content { float:right; } #footer { clear:both; } This works in IE and all CSS2 compliant browsers. It also means it's very easy to swap content and menu

Re: [css-d] Content text disappears (re-post)

2005-08-26 Thread Ingo Chao
Dorothy Hesson 2336 wrote: http://www.fsdb.k12.fl.us/outreach/symposium/concurrent.html It's a guillotine see http://positioniseverything.net/explorer/guillotine.html The fix is to add a solid clearer at the very end of body. As this could be considered as a hack, you should consider using a

Re: [css-d] A way to force overflow in one direction only

2005-08-26 Thread Steve Clay
Thursday, August 25, 2005, 12:21:03 PM, ross wrote: Is there a way to force scrolling in either vertical or horizontal direction and not automatically in both? overflow-x and overflow-y (CSS3) http://www.w3.org/TR/css3-box/#the-overflow-x Supported already by IE/win, will be in FF1.5 Steve --

[css-d] Main content jumps in Opera 7.5 /PC (repost)

2005-08-26 Thread 2geedesign
Reposted - original link was incorrect - sorry When you visit www.performancecontrolsystems.co.uk using Opera 7.5 on Windows the main content is high is on the page and out of position. If you then pass the mouse over the links on the left the content jumps down into the correct position. On

[css-d] Simple two columns

2005-08-26 Thread Stevio
How do I go about making two simple columns to sit side by side to each other using CSS? This is not for the page layout as such, but just for 2 paragraphs of text to sit next to each other with the same width, which will vary according to the width of the page. div class=col1Paragraph

[css-d] Font Size Issue (causing unwanted wrapping?)

2005-08-26 Thread Jeff
I have tested this on my local machine (a PC running Windows XP Professional). I have looked at it in 800x600, 1024x768, 1280x720, 1280x1024 and 1600x1200 and I find no difference. I am using IE 6.0.2 and Firefox 1.0.6 for testing and this page dispalys exactly the same in all resolutions of

[css-d] simple problem - difficult solution

2005-08-26 Thread Ron Adams
I have 2 divs on a page, and the top one is an unknown size, the bottom one must fill the rest of the space to the bottom of the browser window. How do I do this with CSS? A simplyfied example below. __ css-discuss [EMAIL

[css-d] Unwanted Lines (repost)

2005-08-26 Thread Rahul Gonsalves
Dear All: I posted while the list was down a week or so ago, so I think that my mail may have been lost amongst the multitude. Here is a site which is ~90% done. http://janaagraha.org/rahul/ I have a couple of problems: * Even a slight text-zoom breaks the mainnav top navigation links.

Re: [css-d] Font Size Issue (causing unwanted wrapping?)

2005-08-26 Thread Felix Miata
Jeff wrote: I have tested this on my local machine (a PC running Windows XP Professional). I have looked at it in 800x600, 1024x768, 1280x720, 1280x1024 and 1600x1200 and I find no difference. I am using IE 6.0.2 and Firefox 1.0.6 for testing and this page dispalys exactly the same in

Re: [css-d] Unwanted Lines (repost)

2005-08-26 Thread Ingo Chao
Rahul Gonsalves wrote: http://janaagraha.org/rahul/ * Even a slight text-zoom breaks the mainnav top navigation links. I'm not sure if there is a way to do this better than I have. Ideally, I would like the links to stretch all the way across the screen, and not resize or move

RE: [css-d] Unwanted Lines (repost)

2005-08-26 Thread Pringle, Ron
* Slightly OT: The people who I'm designing this for are not very happy with the color scheme. I'm not a very good designer, so if there are any good color-combination resources on the web (free), I'd appreciate a hand. Rahul. Rahul- Try: 1.

Re: [css-d] A way to force overflow in one direction only

2005-08-26 Thread Uwe Kaiser
On 26.08.2005 17:33, Steve Clay wrote: Thursday, August 25, 2005, 12:21:03 PM, ross wrote: Is there a way to force scrolling in either vertical or horizontal direction and not automatically in both? overflow-x and overflow-y (CSS3) http://www.w3.org/TR/css3-box/#the-overflow-x Supported

[css-d] RE: Absolute Position Problem with IE

2005-08-26 Thread Janie Hadsel
Glenn writes: IE places the MENU div inside my containing DIV Hi Glenn, You have declared the menu div as absolutely positioned, but haven't declared top and left coordinates. You also have a problem with the content on IE moving over into the blue area of the background when the browser

[css-d] z-index confusion

2005-08-26 Thread George L Smyth
I put together the page http://apmaldi.com/Poster/1-ASMS05-Poster-VB/1-ASMS05-Poster-VB.htm. I wanted the color gradation at the top and bottom, and placed the one at the top with a background in the body. To place one at the bottom I inserted a 300px height div offset by 300px and set the

Re: [css-d] problem with footer alignment

2005-08-26 Thread Moira Ashleigh
How can I get the copyright, footer nav and design to align in one line in the box at the bottom. It should fit - unless the text is resized. To accomplish this, I floated the .copyright and .footnav to the left and .design to the right (I also had to float the container, #footer to the

Re: [css-d] Site Check - mf.com

2005-08-26 Thread Diona Kidd
Thanks to all for the feedback! The browsercam shots were especially useful. I guess I need to use pt instead of px for the fonts? I know that's the theory but it never quite looks right to me. I've been trying to figure out how to keep the content from sliding under the nav when resized.

RE: [css-d] problem with footer alignment

2005-08-26 Thread Moira Ashleigh
I am fairly new to the css world, but looks like instead of using separate divs you could use an unordered list inside the footer div with inline display and set the list-style to none While I think that might work wouldn't it be antithetical to the whole idea of a list? These aren't three

Re: [css-d] Site Check - mf.com

2005-08-26 Thread David Laakso
Diona Kidd wrote: Thanks to all for the feedback! The browsercam shots were especially useful. I guess I need to use pt instead of px for the fonts? I know that's the theory but it never quite looks right to me Points and picas have been a traditional unit of measure for typography for

[css-d] IE 6-specific gap between columns

2005-08-26 Thread Kim
Hi there, apologies in advance if this topic has been covered. I couldn't find it when I searched. If you view http://www.panicware.com/deleteme.htm with IE6, you'll see that there is a gap between the colored 'category' images and the next cell of text. This is viewed just fine in Firefox.

Re: [css-d] Simple two columns

2005-08-26 Thread 4css!!!!
Hi Stephen How do I go about making two simple columns to sit side by side to each other using CSS? If you go to this link on the css-d site, you will find some two column layouts, maybe one of these will help you out? http://css-discuss.incutio.com/?page=TwoColumnLayouts More links for

[css-d] line appearing above tabs

2005-08-26 Thread Callum Mcleod
Hi all, I'm working on a site for a client, and just recently an unwanted line has started appearing above the navigation tabs in Firefox 1.0.6 only on the home page. link: http://www.southernwinejournal.com/mt-test/ Anyone have an idea why this is happening or what I can do to fix it? Cheers,

[css-d] nested li bullet style

2005-08-26 Thread Tek
Hello, I am trying to unbullet an li that has a nested list in it. see here: http://tinyurl.com/actnx The section with the green background is the nested list. I want the bullet right before that to go away. I have tried to style the li that houses the nested list but it doesn't quite work

RE: [css-d] line appearing above tabs

2005-08-26 Thread Larry Wilcox
Try adding a new id like the following. #banner { Background-color: #730019; } Larry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Callum Mcleod Sent: Friday, August 26, 2005 6:13 PM To: CSS Discussion Group Subject: [css-d] line appearing above tabs

[css-d] container div problem

2005-08-26 Thread Jeniffer C. Johnson
I've stripped everything down to basics for testing, and can't get the container div on this page to be flush at the top of the page in Mozilla. http://kellyhide.offlead.com/index2.html All margins and paddings are set to 0, but still I'm getting about a 10px gap at the top of the page in

Re: [css-d] container div problem

2005-08-26 Thread Gunlaug Sørtun
Jeniffer C. Johnson wrote: http://kellyhide.offlead.com/index2.html All margins and paddings are set to 0, but still I'm getting about a 10px gap at the top of the page in Mozilla (page background visible). IE is showing it correctly, flush to the top. It's default margins on the paragraph

RE: [css-d] container div problem

2005-08-26 Thread Jeniffer C. Johnson
Thank you very much. That does the trick nicely, and using a top padding of .01em does so without messing up the next content item that needs to drop in and be flush top left. (The paragraphs are just place holders for testing at the moment.) Jeniffer C. Johnson OffLead Productions

Re: [css-d] Problem with floats and IE6

2005-08-26 Thread Jason W.
On 8/26/05, Bruno Girin [EMAIL PROTECTED] wrote: Jason, A simple way to do this is to float both the content and the menu bar and have the footer clear both: #menu { float:left; } #content { float:right; } #footer { clear:both; } This works in IE and all CSS2 compliant