Re: [css-d] Site Check

2005-07-26 Thread David Laakso
Vicki Skinner (Stebbins) wrote: Hi All, If anyone has a moment to check http://www.organicgrowers.org.au/index.php to see that it's working properly would greatly appreciate. Many thanks 8-) Vicki Looked and works well on my end: 800/1280 XP_SP2 Opera8+/DeerPark Alpha1/ IE6.0.

[css-d] Firefox help please

2005-07-26 Thread development
Hi, I need help with several problems on this page: http://www.haroldauto.com/edit:2:43t243 first of all, in ie there are icons/buttons visible, I don't understand why they don't show up in firefox. also if someone could tell me what css changes need to be made for the form fields and labels

Re: [css-d] Weird gap between divs (repost?)

2005-07-26 Thread John Haas
That did it. I'm now workign with three columns that work in every browse combo i can see. Wow, what a relief! Thanks! -Jack Gunlaug Sørtun wrote: John Haas wrote: ...the first problem is that I'm getting a gap between my header div and my content wrapper div...

Re: [css-d] Site Check

2005-07-26 Thread Vicki Skinner (Stebbins)
At 03:35 PM 26/07/2005, Jesper Brunholm wrote: Vicki Skinner (Stebbins) wrote: If anyone has a moment to check http://www.organicgrowers.org.au/index.php to see that it's working properly would greatly appreciate. It works neatly on my WinXP sp2 with Mozilla 1.78, Opera 8.0 and MSIE 6.0 I

Re: [css-d] Site Check

2005-07-26 Thread Ingo Chao
Vicki Skinner (Stebbins) schrieb: Now the chilli—the final concept design was a collaboration between myself and another designer who did their print work (posters)... That's a good reason to hide the chilli (and the calendar) in your print style sheet. Ingo --

Re: [css-d] Site Check

2005-07-26 Thread Vicki Skinner (Stebbins)
At 05:11 PM 26/07/2005, Ingo Chao wrote: Vicki Skinner (Stebbins) schrieb: Now the chilli—the final concept design was a collaboration between myself and another designer who did their print work (posters)... That's a good reason to hide the chilli (and the calendar) in your print style

Re: [css-d] Horizontal Menu

2005-07-26 Thread Daniel Doesburg
Vicki Skinner (Stebbins) schreef: Hi all, If someone has time to have a look as well as a once over of the CSS I'd really appreciate it... I've got the site I'm working on now with a horizontal navigation and the next two sites, so ideally to get this working really well will save me some

[css-d] Nav Help

2005-07-26 Thread Richard Brown
Dear All Please could someone tell me how I get the menu either to centre or maybe to align left. http://www.rocheafc.org.uk/ http://www.rocheafc.org.uk/styles/pages.css Thanks a lot. Rich __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Weird gap between divs

2005-07-26 Thread Eileen
On 7/26/05, John Haas [EMAIL PROTECTED] wrote: So, here I am, working from scratch towards a fluid 3 column layout (with this as my guide: http://webhost.bridgew.edu/etribou/layouts/skidoo/). According to the box on the gargoyles page it should work ok on mac. Are you sure that you haven't

Re: [css-d] Nav Help

2005-07-26 Thread Roberto Gorjão
Olá Richard, Add these rules to your css styles (before wrapper and after body): * { margin:0; padding:0; } Hope that helps. Cumprimentos, Roberto Please could someone tell me how I get the menu either to centre or maybe to align left.

Re: [css-d] Site Check Please

2005-07-26 Thread T Shorrock
Sorry, in my Mac e-mail program they do appear as links. Here are the pages again: http: //www.vandevelde.co.uk/WebAlbum/index.html http://www.vandevelde.co.uk/WebAlbum/jane_and_simon.html http://www.vandevelde.co.uk/WebAlbum/webalbum3/album_index.html

Re: [css-d] Nav Help

2005-07-26 Thread Richard Brown
Hi Alun On 26 Jul 2005, at 12:43, Alun Rowe wrote: You need to style the ul to get rid of the default margins etc. Setting margin: auto 0; effectively centres the block although IE is buggy about this so will not do it... Also, as far as the page goes, I'd be using h1 tags and p tags to

[css-d] absolute div growth problem

2005-07-26 Thread madison
I'm trying to convert a table layout... http://www.westga.edu/~library/depts/comms/wuac/redesign_2005/web/mockups/mockup_2a/body_test17e.html ...to a CSS layout... http://www.westga.edu/~www/projects/library/ ...but I would like the News and Events div to grow without overlapping the

[css-d] arranging for boxes

2005-07-26 Thread Scot Schlinger
Hi, I am trying to arrange four box division such that 1 and 2 are in the first row and 3 and 4 are in the second row. The way that I am currently attempting this situation is to absolutely position 2 and 4 respectively in their rows to the right of 1 and 3, this is fine until I place more

RE: [css-d] arranging for boxes

2005-07-26 Thread Alun Rowe
Best way would be to float:left all the boxes then put Clear:both On box number 3 by using a class for example, I've also put a newLine on box 1 to be safe Eg: CSS: style type=text/css #box { width:150px; float:left; } #box.newLine{ clear:both; } /style XHTML: div id=box class=newLine

Re: [css-d] arranging for boxes

2005-07-26 Thread Steve Clay
Tuesday, July 26, 2005, 9:53:17 AM, Scot Schlinger wrote: I am trying to arrange four box division such that 1 and 2 are in the first row and 3 and 4 are in the second row. Start with the first two. You want a 2-column CSS layout based on floating 1 to the left then 2 to the right. See:

Re: [css-d] arranging for boxes

2005-07-26 Thread Gunlaug Sørtun
Scot Schlinger wrote: I am trying to arrange four box division such that 1 and 2 are in the first row and 3 and 4 are in the second row. The way that I am currently attempting this situation is to absolutely position 2 and 4 respectively in their rows to the right of 1 and 3, this is fine

Re: [css-d] Site Check Please

2005-07-26 Thread T Shorrock
Hi Rahul, Thanks for that... I'm relieved it worked on IE 6 - I was expecting problems! Thanks for your comments, I can now get on and do the rest of the albums. Cheers, Tracy On Tuesday, July 26, 2005, at 02:37 pm, Rahul Gonsalves wrote: Hi Tracy: No access to a Mac, so can't help

Re: [css-d] absolute div growth problem

2005-07-26 Thread Marcelo De Polli
Unless I'm terribly mistaken, you wouldn't be able to use position: absolute in the News and Events div if you want its contents to push the lower div. One thing you can do is use position: relative in the bigger divs (masthead, content, footer) and position: absolute in the smaller elements

Re: [css-d] Image replaced h2 ignoring floated div in Firefox

2005-07-26 Thread Michael Landis
On 7/24/05, ugo pozo [EMAIL PROTECTED] wrote: My question is: why is it ignoring the floated div? We can see that the content div starts in different heights in both browsers by the background colors, but shouldn't the h2 tag respect the floated div and appear in Firefox in the same place it

Re: [css-d] drop down menus

2005-07-26 Thread Chris Bruce
This is one of the best: http://www.alistapart.com/articles/dropdowns This site seems to be unavailable now. Actually, as with every ALA article, it is a good idea to read the comments, as changes and fixes are announced there. Suckerfish is over two years old and a lot of fixes went into son

Re: [css-d] Site Check Please: IE 6 probs

2005-07-26 Thread T Shorrock
Hi Rahul, No probs... Any chance you could send me some screenshots? Hi List, Anyone one got any ideas as to why this might be happening in IE6? Cheers, Tracy On Tuesday, July 26, 2005, at 03:35 pm, Rahul Gonsalves wrote: Sorry: Quick recheck with IE 6:

[css-d] IE Win Drawing Problems

2005-07-26 Thread patrick mattison
Hello, I'm a newbie here and I'm struggling with some IE Win bugs. 1) the horizontal menu bar in IE Win is off center (it's flushed too far to the left so that HOME hangs almost over the edge) and 2) the leather pocket at the footer doesn't show up at all in IE Win (it can be found as the

Re: [css-d] BEGINNER - Some little problem

2005-07-26 Thread Zoe M. Gillenwater
Augusto Murri wrote: I have some problems on these layouts(above all compatibility with Firefox): 1. alignment of banners contained in div class=banners(they are some pixels down the line on Firefox) 2. get a customized distance between links (bazar world, my bazar, etc). I'd like to put my

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

2005-07-26 Thread Zoe M. Gillenwater
Gunlaug Sørtun wrote: Thomas Hall wrote: If some of you have time, please peek at this latest effort - http://www.fragsburg.com http://www.fragsburg.com/ Becomes a real mess in all browsers when font-size is altered... Exactly, and you can fix this if you let the elements on your page

Re: [css-d] PC Firefox display issue - div class image

2005-07-26 Thread Zoe M. Gillenwater
[EMAIL PROTECTED] wrote: I'm currently working on coding up some new templates for a client, and am doing it based on graphic designs created in Photoshop by another contractor. I'm sorry...I hate when that happens. Aside from the index page template, all the second-tier pages include a

Re: [css-d] Image replaced h2 ignoring floated div in Firefox

2005-07-26 Thread ugo pozo
Thank you for your answer, Michael, it helped me a lot. Although the solution you provided did not quite work (adding top margin to h2 strangely pushed all divs down, both in FF and IE), I have figured out a solution myself based on the mechanicals of float you explained. It's not very elegant

[css-d] floats and positioning issues - consistent in all browsers

2005-07-26 Thread Tanya Renne
I'm having some difficulty getting the floats I'm using to display correctly. This site: http://dev.ewriteonline.com - display consistently in all browsers ... but the typewriter keys and the yellow and green bars are supposed to be strung along the top -- like here:

Re: [css-d] PC Firefox display issue - div class image

2005-07-26 Thread Zoe M. Gillenwater
Zoe M. Gillenwater wrote: [EMAIL PROTECTED] wrote: I'm currently working on coding up some new templates for a client, and am doing it based on graphic designs created in Photoshop by another contractor. I'm sorry...I hate when that happens. Aside from the index page template, all the

Re: [css-d] Image replaced h2 ignoring floated div in Firefox

2005-07-26 Thread Michael Landis
On 7/26/05, ugo pozo [EMAIL PROTECTED] wrote: This is what worked for me: putting the extraDiv1 div *inside* the leftcontent div and above any content it might contain. Then, I floated the h2 element left and also cleared it left. The page displays perfectly both in IE and FF now. Actually,

RE: [css-d] Disappears and Reappears in IE

2005-07-26 Thread Lise LaTorre
HI Patrick; A search for the 'Peek-A-Boo bug will also yield a lot of answers. What I generally do is put position: relative or static on the containing div and position: relative on all contained divs. Also, setting a width when all else fails, although sometimes that can be a real pain with

[css-d] IE5/Mac hates my site

2005-07-26 Thread Mimi Huang
Hi everyone, I'm designing a site which, (after much wailing and gnashing of teeth), now finally works (more or less) consistently in Opera8/Win, Opera8/Mac, Firefox/Win, Firefox/Mac, IE6/Win, and Safari/Mac. (The tabs are one pixel too low on Opera and Safari, but I may be the only one who will

Re: [css-d] IE5/Mac hates my site

2005-07-26 Thread Adam Kuehn
Mimi Huang wrote: The only major browser left to support is IE5/Mac. And it's not cooperating. I was wondering whether someone could offer some tips/ideas/code on getting the design working in IE5/Mac. I'm really hoping this won't have to result in a complete rewrite of the CSS, because I'm

Re: [css-d] floats and positioning issues - consistent in all browsers

2005-07-26 Thread Jim Davis
Tanya, A great tool for developing css sites is the Web Developer Toolbar for FireFox. Read about it and download it at: http://chrispederick.com/work/firefox/webdeveloper/ You will, of course, need the FireFox browser, which is also indispensable for css design work. The web developer tool

[css-d] IE on PC rules?

2005-07-26 Thread jeremy
Hello there. I am still new at this. This is my first css site, and despite the advice about checking your work on a PC as you go... constantly, I just kept plugging away on my mac. I am needing a small amount of help configuring the site for IE on PC. (and on ie for mac as well, but that is a

[css-d] templaets and dropdowns

2005-07-26 Thread Shlomo Goltz
I am developing a site utilizing dreamweaver templates. The master template contains the navigation, which is a list and CSS based dropdown menu, which uses CSS only to create interactive dropdowns. These dropdowns only work on the first page, even though all pages are based of the same

Re: [css-d] Questions about new clanjones.org website

2005-07-26 Thread Mimi Huang
David, 1. Why do I have a horizontal scrollbar in my browser window (current viewport size 814px wide, 607px high)? Commenting out the width: 100%; in the body element worked for me. You don't really need it, as you've already set the reporttitle div to width: 100%, and your wrapper div is

[css-d] Time to deprecate IE5, don't you think?

2005-07-26 Thread Haoshiro
I know most people will find this to be a horrid idea, but doesn't anyone else think it's time to deprecate to IE5 (all platforms). I have been working in web development professionally since 1999 and at that time I had to practically make two separate versions of a site, one for IE and one

[css-d] Almost there...IE PC Mac probs...

2005-07-26 Thread Theresa Mesa
http://mdh-test.com/perry http://mdh-test.com/perry/perry.css Okay, folks, I just about have it. However, in IE 6.0 (I haven't checked 5.5), the h1 (Welcome) is just a little too close to the top of the khaki. If I can move that down ONLY in IE6, then my footer should move down, since I have it

Re: [css-d] center column clearing and breaking flow for no good reason

2005-07-26 Thread Matthew Ohlman
John Haas wrote: Hi again, http://www.buyblue.org/stg/ buyblue:letmein Each of the center column story teasers (nodes) contain a footer div. However, the footer of the very first node seems to clear right, breaking the first node up and sending the rest of the nodes down the page. You

Re: [css-d] center column clearing and breaking flow for no good reason

2005-07-26 Thread Matthew Ohlman
Hi Jack: Try replacing the following section in your CSS with this: #node_teasers .node_footer { background-color:#0072BC; padding: 5px 10px; clear:none; text-align:right; color:#FF; } That one takes precedence/* */over the new line where you defined everything to have