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
__
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 -
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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.
>
> 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
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
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
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
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
28 matches
Mail list logo