Re: [css-d] tabbed nav: head chopped off in IE

2007-06-15 Thread Joel D Canfield
I've sorted out the FF issue; now it's just IE. I can't find any reference to the right bug to fix :( http://spinhead.info/ah/4.1/ The tabbed navigation floats up and the top border of each tab is chopped off. Any thoughts? Thanks. joel __

Re: [css-d] Simple Border around image question

2007-06-15 Thread Fiona
Hi Jason, I am only new to this myself, so maybe if I am on the wrong track, someone else will set it straight! If you only have one image in that header div, or you want all images in that div to have the same settings, make your css code the following (adding in relevant padding or margins -

Re: [css-d] CSS Layoutnot ready for prime time.

2007-06-15 Thread Jack Toering
Hi George, I understand where you are coming from. I put together logic, helps, and layouts over a very frustrating 2 80 hour weeks. However, I could see early on the advantages over cleverly stacking boxes. The most valuable thing that I did is to understand the elements and then thought about

[css-d] Simple Border around image question

2007-06-15 Thread Jason Chan
what is the best way to wrap a border around an image. i thought it would be pretty basic but i ran into some issues. the border doesnt wrap completely around the image, leavin a bottom 2-3 pixel gap in IE6. here's what i have:

[css-d] Divs on one line -- Solution and Thanks

2007-06-15 Thread Robert Tilley
After tirelessly searching, an answer was found to my problem. Each div has a graphic background to create a button. They were stacking on each other instead of forming a horizonal row. The page "http://csscreator.com/node/555"; contains an answer: Block elements that aren't positione

Re: [css-d] IE5/6 disappearing div

2007-06-15 Thread David Hucklesby
On Fri, 15 Jun 2007 13:02:20 +, Raoul Snyman wrote: > Hi folks, > > I'm working on a site, www.crimewatch.co.za and although the design works > perfectly in > Firefox and Opera and even IE7, I'm having problems with IE6 (at least, most > probably 5 > as well). The left hand column with the lo

Re: [css-d] CSS Layoutnot ready for prime time.

2007-06-15 Thread David Laakso
George wrote: > After reading this list for a few weeks and trying out many of the ideas > and suggestions, I conclude that CSS for layout purposes is just not > ready for prime time, as opposed to using it for fonts, colors, sizes, > etc., for which it is extremely suitable. > > There are still

[css-d] Site breaking in IE7

2007-06-15 Thread Joanne
I have built a site which looks fine on my computers in IE6, IE7, Firefox & Safari, but someone has emailed me a screenshot saying it looks wrong in IE7 on their computers. www.marmongpointmarina.com.au What's happening is that on this other person's computer, there's a large white gap at the to

[css-d] CSS Layoutnot ready for prime time.

2007-06-15 Thread George
After reading this list for a few weeks and trying out many of the ideas and suggestions, I conclude that CSS for layout purposes is just not ready for prime time, as opposed to using it for fonts, colors, sizes, etc., for which it is extremely suitable. There are still too many browser work-ar

[css-d] tabbed nav: won't sit down in FF, head chopped off in IE

2007-06-15 Thread Joel D Canfield
http://spinhead.info/ah/4.1/ The tabbed navigation floats above the bottom of the header div instead of dropping to the bottom in FF. In IE, it floats to the top and the top border of each tab is chopped off. I've colored the background of the navcontainer yellow and the header div turquoise just

Re: [css-d] display:inline necessary with float: left/right ???

2007-06-15 Thread Jason Chan
From: James Gadrow <[EMAIL PROTECTED]> To: Jason Chan <[EMAIL PROTECTED]> CC: CSS Mailing List Subject: Re: [css-d] display:inline necessary with float: left/right ??? Date: Fri, 15 Jun 2007 08:10:55 -0400 Jason Chan wrote: hey all, Is it just me or is display:inline necessary when floatin

Re: [css-d] spacing | margin issues

2007-06-15 Thread Jon Hughes
div#main-text You have a top-margin of 10px, remove that and it lines up! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RKN Studio Sent: Friday, June 15, 2007 11:13 AM To: css-d@lists.css-discuss.org Subject: [css-d] spacing | margin issues Hello - I

[css-d] spacing | margin issues

2007-06-15 Thread RKN Studio
Hello - I'm having some (probably simple) issues with spacing.  I'm not quite sure why the top margins of my "left" div and the "right" div are not matching up.  Would someone be so kind to give me a tip or two?  The same is true in IE and FF, so I'm assuming it's something I'm missing. Page: ht

[css-d] Image disapears in IE6

2007-06-15 Thread James Smith
If you take a look at any of the product pages on our website (http://www.uwish.co.uk/details.cfm/productid/30742 for example) in IE6 you will notice that the product image and the Item Details box to the right of the image is missing. They work fine in all other browsers I have tested and I am su

[css-d] List menu - gap in IE

2007-06-15 Thread Denise
Can someone point me in the right direction for closing the gap that appears in the dropdown LIs when viewed in IE? Page can be viewed at: http://www.unicornhosting.com/ncc/index.php Relevant CSS: #menu { margin:10px auto; padding-left:20px; } #menu ul {list-style-type:none; margi

Re: [css-d] CSS & Automatic Scaling

2007-06-15 Thread Felix Miata
On 2007/06/14 12:59 (GMT-0700) Juanita apparently typed: > Is it possible - or how can I allow for automatic page scaling? > I have a module which will appear on one page (info is fed from a > database.) The width of the module can very, so the page needs to be able > to scale to different widths

Re: [css-d] Netscape problems

2007-06-15 Thread Brian Crescimanno
On 6/15/07, trevor bayliss <[EMAIL PROTECTED]> wrote: > My page is validated but I am having problems with the ajax divs for some > reason they mess up with netscape: > Netscape 4.78 (no Flash) Windows 2000 Professional > Netscape 6.2.3 (No Flash)Windows XP > Netscape 6.2 (no Flash)

[css-d] Netscape problems

2007-06-15 Thread trevor bayliss
My page is validated but I am having problems with the ajax divs for some reason they mess up with netscape: Netscape 4.78 (no Flash) Windows 2000 Professional Netscape 6.2.3 (No Flash)Windows XP Netscape 6.2 (no Flash) Windows 2000 Professional How can I make the

Re: [css-d] z-index bug with relatively positioned elements (IE7)

2007-06-15 Thread Ben Darlow
On 15 Jun 2007, at 13:55, Ingo Chao wrote: > Ben Darlow wrote: >>> Can we see your page actually showing the bug, alternatively, could >>> you >>> please upload a testcase that shows the bug? >> >> It took a while but I've been able to isolate the problem within a >> small test case, which I have

[css-d] IE5/6 disappearing div

2007-06-15 Thread Raoul Snyman
Hi folks, I'm working on a site, www.crimewatch.co.za and although the design works perfectly in Firefox and Opera and even IE7, I'm having problems with IE6 (at least, most probably 5 as well). The left hand column with the logo and the login box is disappearing. It appears there briefly when

Re: [css-d] z-index bug with relatively positioned elements (IE7)

2007-06-15 Thread Ingo Chao
Ben Darlow wrote: >> Can we see your page actually showing the bug, alternatively, could >> you >> please upload a testcase that shows the bug? > > It took a while but I've been able to isolate the problem within a > small test case, which I have uploaded: > > http://www.kapowaz.net/zin

Re: [css-d] absolutely positioned divs seem to have wrong topposition in IE 7 (or IE 6)

2007-06-15 Thread James Gadrow
Christian Kirchhoff wrote: > P.S.: The body was set to {position: relative}. After I deleted that, the > positioning in Firefox became the same that in IE... > > Though I don't understand why {position: relative} attached to the body > element lets absolutely positioned child elemnts shift down a l

Re: [css-d] display:inline necessary with float: left/right ???

2007-06-15 Thread James Gadrow
Jason Chan wrote: > hey all, > > Is it just me or is display:inline necessary when floating with columns bc > the double margin bug in IE6. > I ask this because i have seen many sites, that do not require the display > inline for it to appear properly in IE and yet still float columns: > > ie. >

Re: [css-d] z-index bug with relatively positioned elements (IE7)

2007-06-15 Thread Ben Darlow
> Can we see your page actually showing the bug, alternatively, could > you > please upload a testcase that shows the bug? It took a while but I've been able to isolate the problem within a small test case, which I have uploaded: http://www.kapowaz.net/zindexbug/ Note that this probl

Re: [css-d] z-index bug with relatively positioned elements (IE7)

2007-06-15 Thread Ben Darlow
On 14 Jun 2007, at 15:10, Ingo Chao wrote: > Ben Darlow wrote: >> Hi all, >> >> I am currently struggling to find a workaround for the above >> mentioned bug (also discussed here: http://www.quirksmode.org/ >> bugreports/archives/2006/01/Explorer_z_index_bug.html). Essentially >> this problem ste

[css-d] IE Problem with son of suckerfish

2007-06-15 Thread grovesdavid
RE-POST Hello, Have posted once but didn't post a file without JS fix, so have now done so. fixed: http://www.linkhomes2000.co.uk/trials/tryagain-index-3.php Not Fixed: http://www.linkhomes2000.co.uk/helper/tryagain-index-4.php If viewed in IE6 pc the problem will be seen on MouseOver. The

Re: [css-d] hasLayout issue in IE (6/7, at least)

2007-06-15 Thread jeffrey morin
On 6/15/07, Sasha Gerrand <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm having an issue with the way the CSS is being rendered on a > page[1] I am designing. For some reason, it looks like the DIV that is > the container for the text, nested within the #content DIV is > extending and covering the side

[css-d] IE Problem with Son of Suckerfish and form select fields

2007-06-15 Thread grovesdavid
Hello, http://www.linkhomes2000.co.uk/trials/tryagain-index-3.php The problem is when you MouseOver the menu, and it goes over a select field, it is covered by this field. I have a solution, but it's a very poor one, and uses a lot of JavaScript. I can't help thinking this is a css problem, b