Re: [css-d] Background only filling the initial pane size

2006-12-26 Thread Gunlaug Sørtun
Jonathan Duncan wrote: > http://ogio.com/press.php > > The black background of the content area stops when it hits the > boundary of the window pane instead of continuing down the full > length of the page. Any idea what I am doing wrong? You have forgotten to tell standard compliant browsers

Re: [css-d] Aligning and setting positions in unordered lists

2006-12-26 Thread Philippe Wittenbergh
On Dec 27, 2006, at 10:27 AM, Gunlaug Sørtun wrote: > Ian Piper wrote: >> http://www.tellura.co.uk/fenditching/ >> >> [...] I really want the bullets to be aligned left with the rest of >> the body text and I'd like a bigger gap between the bullet and the >> list item text. > > Take this basic li

Re: [css-d] Aligning and setting positions in unordered lists

2006-12-26 Thread Gunlaug Sørtun
Ian Piper wrote: > http://www.tellura.co.uk/fenditching/ > > [...] I really want the bullets to be aligned left with the rest of > the body text and I'd like a bigger gap between the bullet and the > list item text. Take this basic list-styling... #content ul {padding-left: 12px; margin-left:

Re: [css-d] Circle Navigation

2006-12-26 Thread Gunlaug Sørtun
Martin Davis wrote: > The idea is to have an outline of a circle with icons on the edge of > it. When a user scrolls over the icon, the text appears in the middle > of the circle. Even though my div #nav is acting as a containing div > for the icons, I can't seem to get the text to see the div #na

[css-d] CSS adding space around form selects ?

2006-12-26 Thread Ianvaughan1979
Hi How can I get the code below, to get the form select box to display 5 pixels below the H4 header at present it is about 20 pixels ? I would also like there only to be a 5 pixel space after the select box and the second H4 Header 'Location' again at present this is around 26 pixels ??

[css-d] IE7 forms problem, overlapping elements

2006-12-26 Thread Debbie Campbell
I'm trying to make my quote form IE7-compatible, but I cannot get the sections that include radio buttons/checkboxes/textareas to clear properly. They're working okay in FF and IE6. Here's the page: http://www.parallaxwebdesign.com/services/quote.php The overlaps for the aforementioned elements

Re: [css-d] Circle Navigation

2006-12-26 Thread ~davidLaakso
Martin Davis wrote: > Hey all, > > So I'm trying to make a new website today and I have this crazy idea > of using a circle navigation. I've searched around but can not find > any examples, only some product running rampant around the web. I'm > all for using pre-packaged stuff, but I feel like I'm

[css-d] Background only filling the initial pane size

2006-12-26 Thread Jonathan Duncan
I am pretty sure I have run into this problem before and solved it, but for some reason, the solution is eluding me today. The problem can be seen on this page: http://ogio.com/press.php The black background of the content area stops when it hits the boundary of the window pane instead of co

[css-d] Aligning and setting positions in unordered lists

2006-12-26 Thread Ian Piper
Hi all, I've come across a small positioning problem and can't find anything specifically on this on the web. Can anyone tell me what I need to do? http://www.tellura.co.uk/fenditching/ This holding page demonstrates the problem. The unordered list appears more or less the same in IE6 and Fi

[css-d] Circle Navigation

2006-12-26 Thread Martin Davis
Hey all, So I'm trying to make a new website today and I have this crazy idea of using a circle navigation. I've searched around but can not find any examples, only some product running rampant around the web. I'm all for using pre-packaged stuff, but I feel like I'm missing something simple and I

Re: [css-d] Scrollbars not appearing in Safari...

2006-12-26 Thread Gunlaug Sørtun
Dean Heetderks wrote: > We¹re preparing a launch of a newly designed site and although pages > display properly, the vertical (and horizontal) scrollbars don¹t > appear in Safari. > http://208.106.199.119/pages/index_alpha.cfm?letter=all In... #content_middle{ ...delete... position: abs

Re: [css-d] mac/ie5.2 float drop

2006-12-26 Thread ~davidLaakso
Bruno Fassino wrote: > David Laakso wrote: > > >> Browsercam >> shows >> right column float drop on this page >> at 1280. >> > > It could be the fact that IE/Mac sometimes does not respect the assigned > widt

[css-d] Scrollbars not appearing in Safari...

2006-12-26 Thread Dean Heetderks
We¹re preparing a launch of a newly designed site and although pages display properly, the vertical (and horizontal) scrollbars don¹t appear in Safari. Here¹s a page: > http://208.106.199.119/pages/index_alpha.cfm?letter=all > Pages work correctly in Firefox and IE. Any ideas? Dean. __

Re: [css-d] mac/ie5.2 float drop

2006-12-26 Thread Bruno Fassino
David Laakso wrote: > Browsercam > shows > right column float drop on this page > at 1280. It could be the fact that IE/Mac sometimes does not respect the assigned width for floats, making them slightly larger. Thi

Re: [css-d] mac/ie5.2 float drop

2006-12-26 Thread ~davidLaakso
~davidLaakso wrote: > Browsercam shows > right column float drop on this page at 1280. > Suggestions for correction appreciated. > Thanks. > ~dL > > On an off-list suggestion regarding the complex (percent) width

Re: [css-d] opera or FF rtl bug

2006-12-26 Thread Gunlaug Sørtun
Ido Dekkers wrote: > which of the above has the bug : http://test.dekkers.net/test.aspx > > the logo and 2 other images display correct in FF(2,3) but not in > Opera(latest) Before you go any further, consider the following... - Precise positioning of elements on top of a background-image by us

Re: [css-d] Misbehaving Coloured bands

2006-12-26 Thread Phil Holt
Thanks David - that did the trick nicely. Much appreciated. Phil On 26/12/06 13:59, "~davidLaakso" <[EMAIL PROTECTED]> wrote: > Phil Holt wrote: >> I'm hoping you can help me solve this issue, which I think is IE related... >> >> http://www.cottonliving.co.uk/ProductList.aspx?CategoryID=2 >>

Re: [css-d] Why does IE < 7 render div margin wrongly?

2006-12-26 Thread Jeroen
On 12/24/06, francky <[EMAIL PROTECTED]> wrote: > H(o)i Jeroen, > While the question is answered yet, I've some other css philosophical > remarks. > Translating a painted design (illustration) to css has it's pitfalls, > because paper and screen are 2 ways of thinking! > > * See: 'The Graphica

Re: [css-d] Misbehaving Coloured bands

2006-12-26 Thread ~davidLaakso
Phil Holt wrote: > I'm hoping you can help me solve this issue, which I think is IE related... > > http://www.cottonliving.co.uk/ProductList.aspx?CategoryID=2 > > Please check out the above page and you will see that the coloured band > above the image is not positioning properly. The two rules I a

Re: [css-d] opera or FF rtl bug

2006-12-26 Thread Ian Young
> Subject: [css-d] opera or FF rtl bug > > > which of the above has the bug : > http://test.dekkers.net/test.aspx > > the logo and 2 other images display correct in FF(2,3) but not in > Opera(latest) > Only works in FF. IE doesn't work either. quick suggest is to define the left margin. That see

[css-d] Misbehaving Coloured bands

2006-12-26 Thread Phil Holt
Hello Everyone I'm hoping you can help me solve this issue, which I think is IE related... http://www.cottonliving.co.uk/ProductList.aspx?CategoryID=2 Please check out the above page and you will see that the coloured band above the image is not positioning properly. The two rules I added to my

[css-d] opera or FF rtl bug

2006-12-26 Thread Ido Dekkers
which of the above has the bug : http://test.dekkers.net/test.aspx the logo and 2 other images display correct in FF(2,3) but not in Opera(latest) Thanks Ido __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/li

[css-d] mac/ie5.2 float drop

2006-12-26 Thread ~davidLaakso
Browsercam shows right column float drop on this page at 1280. Suggestions for correction appreciated. Thanks. ~dL -- http://chelseacreekstudio.com/ ___

Re: [css-d] "position:relative"

2006-12-26 Thread Rainer Wagener
Raghavender Srimantula wrote: > [... some code ...] > this gives me a nice scrollable table with a fixed header. > This is a stand alone. > When I include the same code in my jsp file, I get a > scroll bar, but my header is not fixed. My jsp respects > the "overflow:auto" attribute, but does not r

Re: [css-d] "position:relative"

2006-12-26 Thread Gunlaug Sørtun
Raghavender Srimantula wrote: > [... code ...] > this gives me a nice scrollable table with a fixed header. This is a > stand alone. The use of 'overflow: auto' / 'position: relative' may, or may not, give you a fixed table header across browser-land. Especially unclear in IE/win, where 'R:P' ca

Re: [css-d] "position:relative"

2006-12-26 Thread David Dorward
On 26/12/06, Raghavender Srimantula <[EMAIL PROTECTED]> wrote: > this gives me a nice scrollable table with a fixed header. This is a stand > alone. > When I include the same code in my jsp file, I get a scroll bar, but my > header is not > fixed. My jsp respects the "overflow:auto" attribute, bu

[css-d] "position:relative"

2006-12-26 Thread Raghavender Srimantula
I have a table with html code div.scroll { height:150px; overflow:auto; } table.scrollable th { position:relative; } heading1heading2heading3 value1value2value3 //repeated 100 times this gives me a nice scrollable table with a fixed header. This is a stand alone. When I include the same co