Re: [css-d] Why my website won't render in Safari?

2007-01-16 Thread Gunlaug Sørtun
Gustavo Caetano wrote: A friend using Safari told me my website, http://www.cacofonia.com.br/, won't render. It's all blank. Which Safari version? My Safari 2.0.4 renders it just fine. A completely different matter is that a document with an XHTML 1.1 doctype should not be served as

Re: [css-d] background image problem in IE6

2007-01-16 Thread Brian Riley
Coral S. wrote: Hello, I'm new to the group, so hello to everyone. I recently came across this wonderful horizontal drop-down menu http://www.sperling.com/examples/menuh/ by Ted Sperling, and was attempting to alter it a bit to allow for rollover images instead of simply colors. What I

[css-d] fixed height box container

2007-01-16 Thread Livia Dobai
Hi! I have a fixed height box container div id=container div...for the background image (rounded corners) div id=content table /table /div /div /div #container{ position: absolute; right:42px; top: 120px; width: 155px; height:

[css-d] Problem with images and floats

2007-01-16 Thread Nick Mavros
Ok guys take a look to the following structure: div class=imgGallery a href=img src= //a p/p /div I want the div to float: left but I don't want to give it a width value. I want it to take its width value from the img inside it. But I also want the img and the p to be centered inside the div.

Re: [css-d] fixed height box container

2007-01-16 Thread Michal Cizmazia
Hi, Lilla, link to your site will be very helpful. If the content (the table) of the div #content is bigger, then overflowing of the content depends on the property of the div #content. Default is overflow: visible, when the content exceeds edges of the div. E.g. overflow: auto shows scrollbars,

Re: [css-d] background image problem in IE6

2007-01-16 Thread Coral S.
To fix it, in the CSS file, instead of referring to them #menuh a.parent and #menuh a.top_parent, refer to them as #menuh-container a.parent and #menuh-container a.top_parent (i.e., use the parent div). Hi Brian, Thank you so much for your reply. I tried what you suggested, and

[css-d] RES: Why my website won't render in Safari?

2007-01-16 Thread Gustavo Caetano
Thanks for the reply (thank you Kim) Georg, could you tell me more about that? I actually don't know why it's wrong and what should I put instead ^^ -Mensagem original- De: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 16 de janeiro de 2007 05:58 Para: Gustavo

Re: [css-d] area:hover - why does this not work

2007-01-16 Thread Matt Fielding
On 1/15/07, Mark Finney [EMAIL PROTECTED] wrote: Ok so I use a:hover and just assumed that it should work with an image map... am i wrong? Anybody have any clues on this? Thanks in advance, Mark __ css-discuss [EMAIL

Re: [css-d] background image problem in IE6

2007-01-16 Thread Brian Riley
Coral S. wrote: To fix it, in the CSS file, instead of referring to them #menuh a.parent and #menuh a.top_parent, refer to them as #menuh-container a.parent and #menuh-container a.top_parent (i.e., use the parent div). Hi Brian, Thank you so much for your reply. I tried what you

Re: [css-d] area:hover - why does this not work

2007-01-16 Thread Paul Novitski
At 1/15/2007 04:17 PM, Mark Finney wrote: Ok so I use a:hover and just assumed that it should work with an image map... am i wrong? FYI it is possible to create a pure CSS image map, as Stu Nichols has demonstrated: http://www.cssplay.co.uk/articles/imagemap/

Re: [css-d] css popups

2007-01-16 Thread Andy Harrison
On 1/12/07, Rafael Holt [EMAIL PROTECTED] wrote: On 12/01/07, Andy Harrison [EMAIL PROTECTED] wrote: I'm trying to use some simple CSS-based popups. Of the browsers I've tested it in, Firefox 1.5 works great, Opera 9 has trouble if I use a relative div with display:inline, and IE 6

Re: [css-d] RES: Why my website won't render in Safari?

2007-01-16 Thread Gunlaug Sørtun
Gustavo Caetano wrote: Georg, could you tell me more about that? I actually don't know why it's wrong and what should I put instead ^^ I understand that, and you're certainly not alone in having problems understanding XHTML doctypes and related issues, so I'll try to lay out the most important

Re: [css-d] fixed height box container

2007-01-16 Thread Livia Dobai
Thanks for response! overflow property really work but it is not the solution for me. Inside the one div with a fixed width and hight is a table. When the table has a large-width data, the whole table overflow the box on the right. :) Is there a property conform to do a table a stretching

Re: [css-d] fixed height box container

2007-01-16 Thread Michal Cizmazia
Is there a property conform to do a table a stretching ability? Do you want divs which contain the table to be enlarged according the table width? I am not sure, if it will work, but try to remove width property of the absolutely positioned div #container. And, again :) link to your site will

Re: [css-d] fixed height box container

2007-01-16 Thread Livia Dobai
Hi. I want the to fit the table into the fixed div. The div box must be with the widt because the fiixed width design of the template. The link is here The table in the main content iz cutted because the overflow: hidden property. regards Lilla

Re: [css-d] 1 in 5 page views floats below in FireFox

2007-01-16 Thread Zoe M. Gillenwater
John Macpherson wrote: I have my site working 100% in IE5/6/7/ Opera but in the latest FireFox - v 2.0.0.1 there is a strange problem. For roughly every 5th time i view my home page the content floats below the nav like this - http://www.mediasurgery.co.uk/mediaSBugImage.jpg It only seems

Re: [css-d] fixed height box container

2007-01-16 Thread Michal Cizmazia
I can not be very helpful, I am sorry. The table is stretched, because of its contents are too big. Table stretches itself to provide enough space for its contents. The input elements in the first row of the table cause stretching of the whole table. The link is here I think there are only

Re: [css-d] fixed height box container

2007-01-16 Thread Livia Dobai
The problem is that the table is not streched but cutted. I want to be streched. The lin is: http://www.designlab.si/test/index.php?option=com_contenttask=categorysectionid=3id=7Itemid=25 In that case is there an other colum that is cutted out by the overflow: hidden. Lilla - Original

Re: [css-d] sigh, CSS and Explorer

2007-01-16 Thread Zoe M. Gillenwater
Ed Seehouse wrote: IE6 doesn't support min-width or min-height but width and height work just like the min rules are supposed to work so you can just use the Holly Hack to feed it a height and width rule that other browsers will ignore, or use conditional comments for the same purpose.

[css-d] Scroll Top/Down CSS/DOM

2007-01-16 Thread Robert Santander
I am looking to tool of scroll top/down that it uses css/dom. Where meeting? Thanks. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7

[css-d] design layout question

2007-01-16 Thread Livia Dobai
Hi all! I wont to fix the layout on the tempalte of this http://www.designlab.si/test/ (powered by joomla). The structure is body div id=page_wrapper div id=wrapper div id= contenitore div id=glava div id=pathway?php mospathway() ?/div /div div id=contentgor /div

Re: [css-d] Spanning a bg to the very bottom (cross-browser)

2007-01-16 Thread Zoe M. Gillenwater
Sathish T wrote: Hello again! I think the height : 100% made the image extend all the way to the bottom of the browser window, but not all the way to the bottom of the document because document's height browser window's height. Yes, this is the problem. The solution is to use min-height

Re: [css-d] adding a class to a link

2007-01-16 Thread Zoe M. Gillenwater
Amy M Ostrom wrote: Dear Ross: Because it is searching for an a inside of the class plain_link. To make it work, call it as a.plain_link {css} Ross, For more information on this, I highly recommend you read http://css.maxdesign.com.au/selectutorial/. Understanding selectors is

[css-d] Layout Help

2007-01-16 Thread nouhad
Hello there, I'm having problems starting this design from scratch; I'm working on a project for a NGO. Can anyone help me start off on the right foot: I'm trying to have a fluid 3-column layout. Left column : Navbar. Right column : 3 buttons. Middle column : Content. The Layout structure i

Re: [css-d] background image problem in IE6

2007-01-16 Thread Coral S.
I actually just meant that you change the references to a.parent and a.top_parent only. Everything else, including the references to a (no class), can be the same (#menuh a or whatever). Not sure if it'll make a difference, but it's worth a try. Take a look at this page for more details

[css-d] CSS compliant fly-out menus

2007-01-16 Thread Bob Meetin
I have been using a CSS solution for vertical and horizontal fly-out menus. It works great, but not CSS compliant because it requires including a csshover.htc file in the CSS. Can someone point me to one of the other CSS only (no JS) solutions that works and is compliant? Or to an

Re: [css-d] horizontal centering in IE

2007-01-16 Thread ~davidLaakso
Jehangir Larry wrote: [previous messages trimmed] David, Made changes and uploaded. Now no breaking --sidebar, +sizes. But the footer does not stay at the very bottom if size made ---small. Rest (incl H1) seem OK. At least to me :-)) Yet more coming my way? Best Larry In reference to url:

[css-d] in-line image IE7 problem

2007-01-16 Thread Donna Jones
Hi everyone: We want to use a dingbat image here, (page in process): http://www.wholehomeresource.com/jan07/wilder-index.htm I've left the pink background in to make it easy to spot. Its in-line on a h2 but took the h2 out and still has problem. its just in IE7, that I can see. and just when

Re: [css-d] CSS compliant fly-out menus

2007-01-16 Thread olivier Prêtre
2007/1/16, Bob Meetin [EMAIL PROTECTED]: I have been using a CSS solution for vertical and horizontal fly-out menus. It works great, but not CSS compliant because it requires including a csshover.htc file in the CSS. Can someone point me to one of the other CSS only (no JS) solutions that

[css-d] Firefox floated element onclick event ignored

2007-01-16 Thread Ben Liu
okay, admittedly this is not really a CSS question, but I was hoping someone on this list has come across this or is familiar with the problem. For some reason, in Firefox only (doesn't seem to apply to Safari or IE6/7), if you float an element and add an onclick event, Firefox ignores the onclick

Re: [css-d] Clear: both Problem?

2007-01-16 Thread Richard Brown
Hi All On 15/01/07, ~davidLaakso [EMAIL PROTECTED] wrote: Richard Brown wrote: This site works as a home page: http://www.nanadobbie.com/ Either you've fixed this or I am out to lunch. I do not understand what it is supposed to do that it is not doing? BTW, I think there may be an error

[css-d] Div overhang

2007-01-16 Thread John Hughes
Folks, My first time posting here. I'm on digest mode and I've picked up a lot without posting anything. Anyway, I have a particularly vexatious problem on my site www.aodhruadh.org My navigation is contained in a div specified thus: #navigation { color : #000; background : transparent;

Re: [css-d] CSS compliant fly-out menus

2007-01-16 Thread Bob Meetin
well - trickery - nice - but it works and has been implemented on my site! thx, bob olivier Prêtre wrote: 2007/1/16, Bob Meetin [EMAIL PROTECTED]: I have been using a CSS solution for vertical and horizontal fly-out menus. It works great, but not CSS compliant because it requires

Re: [css-d] 1 in 5 page views floats below in FireFox

2007-01-16 Thread david
Zoe M. Gillenwater wrote: John Macpherson wrote: I have my site working 100% in IE5/6/7/ Opera but in the latest FireFox - v 2.0.0.1 there is a strange problem. For roughly every 5th time i view my home page the content floats below the nav like this -

[css-d] Page Check - mostly IE for PC

2007-01-16 Thread Keith Burgin
Hi folks - Could I get a page check on http://newsite.outdoorimage.com, please? I work in Mac, and have looked at it on Firefox, Opera, Safari, and Camino. I need IE for PC 6 and 7 if you have it. Everything validates so far. None of the links work yet. Thank you kindly, Keith Burgin

Re: [css-d] Firefox floated element onclick event ignored

2007-01-16 Thread Richard Grevers
On 1/17/07, Ben Liu [EMAIL PROTECTED] wrote: okay, admittedly this is not really a CSS question, but I was hoping someone on this list has come across this or is familiar with the problem. For some reason, in Firefox only (doesn't seem to apply to Safari or IE6/7), if you float an element and

Re: [css-d] Page Check - mostly IE for PC

2007-01-16 Thread ~davidLaakso
Keith Burgin wrote: Hi folks - Could I get a page check on http://newsite.outdoorimage.com, please? I work in Mac, and have looked at it on Firefox, Opera, Safari, and Camino. I need IE for PC 6 and 7 if you have it. Everything validates so far. None of the links work yet. Thank

Re: [css-d] Div overhang

2007-01-16 Thread Gunlaug Sørtun
John Hughes wrote: My navigation is contained in a div specified thus: [snip] The problem is that whenever the contents of the enclosing div are such that the div height is less than the height of the Navigation div then I am afflicted with an overhang, such as the one on this page.

Re: [css-d] fixed height box container

2007-01-16 Thread Holly Bergevin
From: Livia Dobai [EMAIL PROTECTED] The problem is that the table is not streched but cutted. I want to be streched. The lin is: http://www.designlab.si/test/index.php?option=com_contenttask=categorysectionid=3id=7Itemid=25 In that case is there an other colum that is cutted out by the

[css-d] (no subject)

2007-01-16 Thread Hugo Heriz-Smith
Hello, First of all - thank you again Georg for your help in getting this far. As I said the other day, I've been asked to redo this flash site, keeping it as close to the original as possible. http://www.stephenporterstudio.com in HTML. I'm doing just two pages for now - the opening page

Re: [css-d] (no subject)

2007-01-16 Thread david
Hugo Heriz-Smith wrote: Hello, First of all - thank you again Georg for your help in getting this far. As I said the other day, I've been asked to redo this flash site, keeping it as close to the original as possible. http://www.stephenporterstudio.com in HTML. I'm doing just two

Re: [css-d] area:hover - why does this not work

2007-01-16 Thread Matt Fielding
On 1/16/07, Paul Novitski [EMAIL PROTECTED] wrote: At 1/15/2007 04:17 PM, Mark Finney wrote: Ok so I use a:hover and just assumed that it should work with an image map... am i wrong? FYI it is possible to create a pure CSS image map, as Stu Nichols has demonstrated:

Re: [css-d] (no subject)

2007-01-16 Thread Vicki Smith
Hugo Heriz-Smith wrote: I've almost got both pages now - the biggest item I have left if getting the captions to change under the big picture on the stainless page as a new image is brought up by a click on the table to the left. It's not elegant, and it would require (for accessibility)

Re: [css-d] IE 5 -6 cleanup tips needed

2007-01-16 Thread Kim Brooks Wei
Thanks for cleanup tips. I did get rid of voice-family hack and used a different one. The article you pointed me too is stupendous. Thank you so much. I still cannot get my three content boxes to line up with each other along a horizontal line. In fact, in some instances the center box shoots

Re: [css-d] Clear: both Problem?

2007-01-16 Thread Richard Brown
Hi All On 16/01/07, Richard Brown [EMAIL PROTECTED] wrote: Site is: http://www.nanadobbie.com/ CSS is: http://www.nanadobbie.com/includes/templates/nanadobbie/css/stylesheet.css Many thanks for the help so far. Just to reiterate. I started with a three column design, content in the left