Re: [css-d] header not at the top

2008-03-22 Thread Gunlaug Sørtun
martin f krafft wrote: > If you look at e.g. http://www.google.com/search?as_q=madduck%20blog, > you'll see that Google summarises the first hit with "This entire > site is under construction and thoroughly incomplete! (Mar 2008)" > which is at the top of the page. The paragraph saying that "T

Re: [css-d] [css] Sticky footer problems

2008-03-22 Thread Jim Davis
Here is a link to an article and demo for a technique to create css frames. It uses a fixed header and a "sticky" footer. Perhaps you will find inspiration for your footer here: http://www.456bereastreet.com/archive/200609/css_frames_v2_fullheight/ Jim On Sat, Mar 22, 2008 at 1:31 PM, Krystian -

Re: [css-d] header not at the top

2008-03-22 Thread Michael Adams
On Sat, 22 Mar 2008 21:41:08 +0100 martin f krafft wrote: > also sprach David Hucklesby <[EMAIL PROTECTED]> [2008.03.22.2121 > +0100]: > > Pardon me if I am being obtuse, but why would you want to place > > the header anywhere other than at the head of the document? > > Well, isn't it still the c

Re: [css-d] header not at the top

2008-03-22 Thread Gunlaug Sørtun
martin f krafft wrote: > Well, isn't it still the case that the content of a document should > be at the start for bots and text browsers to easily process? That's one view on it, but it certainly isn't the only one. Hard to say what purpose your header has without seeing it, but if the header

Re: [css-d] CSS faux columns not working in IE6

2008-03-22 Thread Alan Gresley
Gunlaug Sørtun wrote: > Ian Piper wrote: > > > http://www.tellura.co.uk/index.php > > IE6 is confused by the background-position provided for browsers that > support min/max-width. > > In the IE6 stylesheet make that... > > #leftfauxcol { > background-position: 0 0; > width:100%; > } > > #rig

[css-d] IE is clipping my AP block

2008-03-22 Thread rollandburn
Hi everyone, I have an absolutely positioned h1 tag (with basic image replacement) nested inside a div. IE 5.5 & 6 'clip' the parts of the h1 background image that are outside the parent div and I'm not sure why. It looks like it has all the ingredients for the "Clipping over the edge" s

[css-d] header not at the top

2008-03-22 Thread martin f krafft
also sprach David Hucklesby <[EMAIL PROTECTED]> [2008.03.22.2121 +0100]: > Pardon me if I am being obtuse, but why would you want to place > the header anywhere other than at the head of the document? Well, isn't it still the case that the content of a document should be at the start for bots and

[css-d] [css] Sticky footer problems

2008-03-22 Thread Krystian - Sunlust
Hello, Sorry for my few last "picky" posts, this time it's about a sticky footer. If I understand right, there is an option of creating a footer that will always stick to the bottom of the browser window, expanding either content of itself to fill the unneeded space. Couldn't really find an examp

Re: [css-d] using javascript to move DOM elements up front?

2008-03-22 Thread David Hucklesby
On Fri, 21 Mar 2008 14:44:39 +0100, martin f krafft wrote: > Dear list, > > I am designing a new content-heavy page and I would very much like for the > content to > start right away in the source code, while stuff like the header and the > sidebar should > follow afterwards. > [...] Pardon me i

Re: [css-d] CSS faux columns not working in IE6

2008-03-22 Thread Gunlaug Sørtun
Ian Piper wrote: > http://www.tellura.co.uk/index.php > As you can see, the image used for the background for the left > sidebar doesn't display in three-column mode and the content column's > white background doesn't fill the space unless the content is longer > than the sidebars. But only fo

Re: [css-d] CSS faux columns not working in IE6

2008-03-22 Thread Alan Gresley
Ian Piper wrote: > Hi all, > > I am having trouble getting the CSS faux columns method working in a > site I'm developing. It is a Joomla 1.5 site BTW. I want to be able to > have either a two-column or three-column layout and thought the faux > column method would do it. So it does for Sa

Re: [css-d] Gap problem in multi layer jello layout

2008-03-22 Thread David Laakso
Russell Baldwin wrote: > > I would appreciate a check in proper Windows and IE is someone has > the time > > Test website is: > http://www.shoesforindustry.net/test/ > > CSS > http://www.shoesforindustry.net/test/css/jellobasetest.css > > > Russ > > > > XP Looks alright in IE/7, and sta

Re: [css-d] Gap problem in multi layer jello layout

2008-03-22 Thread Russell Baldwin
Hi Alan, many thanks for your reply and links to further information. Very interesting, but at least for this problem, using 'padding: 1px', (suggested by David Laasko,) on all of them (#header, #mainmenu, #contents, #footernav, #footer.) seems to work best at least in the browsers I have,

[css-d] CSS faux columns not working in IE6

2008-03-22 Thread Ian Piper
Hi all, I am having trouble getting the CSS faux columns method working in a site I'm developing. It is a Joomla 1.5 site BTW. I want to be able to have either a two-column or three-column layout and thought the faux column method would do it. So it does for Safari, FF (Win/Mac) and IE7. B

Re: [css-d] How can I to make crossbrowser effect?

2008-03-22 Thread Alan Gresley
Casadio Tozzi Pier Paolo wrote: > Please take a look to this little source code that works best (for my > purposes) only with MSIE > > Infact I want that the #conteiner is the background of #one and > #two and it must be height like the most height conteined into > In this case #two is the mo

[css-d] How can I to make crossbrowser effect?

2008-03-22 Thread Casadio Tozzi Pier Paolo
Please take a look to this little source code that works best (for my purposes) only with MSIE Infact I want that the #conteiner is the background of #one and #two and it must be height like the most height conteined into In this case #two is the most height therefore I want that #conteiner is

Re: [css-d] Gap problem in multi layer jello layout

2008-03-22 Thread Alan Gresley
Russell Baldwin wrote: > Does anyone have any idea how to get rid of the gaps between the jello > layers? Seen in Firefox and other browsers, in this example it is the > body showing through and it is coloured brown. [...] > Test website is: > http://www.shoesforindustry.net/test/ > > Many th

Re: [css-d] Gap problem in multi layer jello layout

2008-03-22 Thread David Laakso
Russell Baldwin wrote: > Does anyone have any idea how to get rid of the gaps between the jello > layers? Seen in Firefox and other browsers, in this example it is the > body showing through and it is coloured brown. > > http://www.shoesforindustry.net/test/ > > > Russ > > > > > It may be "

[css-d] Gap problem in multi layer jello layout

2008-03-22 Thread Russell Baldwin
Does anyone have any idea how to get rid of the gaps between the jello layers? Seen in Firefox and other browsers, in this example it is the body showing through and it is coloured brown. I know it is possible as I've had it working once before, unfortunately an ftp error left me with an em

Re: [css-d] Problem with Fixed Width, Variable Height Tabs

2008-03-22 Thread Gunlaug Sørtun
James Leslie wrote: > http://metafaq.com/clients/jamestesting/tabtest.html If you increase > the font-size one notch (in firefox) then the 'radio shows' text > wraps around but the others don't. Does anyone know how I can get the > other tabs to also fill the space to make the menu smooth? You ca

[css-d] Problem with Fixed Width, Variable Height Tabs

2008-03-22 Thread James Leslie
Hi, I am working on a project that requires fixed width tabs for a navigation bar. I figure that seeing as the spec says it cannot scale horizontally, I will have to allow for vertical movement to allow for text resizing. However I am having a problem getting the images to display as required whe