Re: [css-d] How can I avoid vertical scrollbar in frame?

2009-11-12 Thread David Laakso
Marie Ange wrote: > Hi, > > > > I have a frameset with a top frame with height=120px. > > This page contains 3rows, with a total height of 120px. However, I have a > scrollbar in the top frame in almost all browsers: FF, Chrome, Safari. IE > has no scrollbar. > > How can I disappear this scroll

[css-d] Opera form problem solved; new .box problem

2009-11-12 Thread Kathleen R Dery
All, Apparently, without div's surrounding my Contact Info label/textfield pairs, Opera wouldn't show my label float. It is solved. I just have one more concern, and I honestly do not remember if I posted it to this list: I have surrounded my lists with round-cornered boxes. The problem i

Re: [css-d] How can I avoid vertical scrollbar in frame?

2009-11-12 Thread Jay Tanna
Have you tried changing the code to show: SCROLLING=NO As to advice to improve the site, I would strongly suggest that you use CSS with a header, two columns and footer. If you want a source for this then please tell us. I can certainly give you a very simple one to start with and this can b

Re: [css-d] strange results on form in Opera

2009-11-12 Thread David Laakso
Kathleen R Dery wrote: > Hi, > > Can anyone tell me of a fix for Opera's rendering of my form? In > Firefox, everything lines up, but in Opera, all the form fields at the > top are askew. > > http://198.189.180.32/ma-ftp/media-arts/DMA_C111/dery/site/feedback_6.html > > Thanks! > > Kathleen >

[css-d] How can I avoid vertical scrollbar in frame?

2009-11-12 Thread Marie Ange
Hi, I have a frameset with a top frame with height=120px. This page contains 3rows, with a total height of 120px. However, I have a scrollbar in the top frame in almost all browsers: FF, Chrome, Safari. IE has no scrollbar. How can I disappear this scrollbar, without using "overflow hidden"

Re: [css-d] IE6 and 7 horizontal list shift

2009-11-12 Thread David Laakso
Steve Caramia wrote: > I've corrected and validated the markup (thanks for the tutorial!) and > linked a separate ie css file. But I still can't correct the position > problem here in ie6 and 7. > > http://www.caramiadesign.com/ > > ??? > > > > > Good! Make the following changes to your C

Re: [css-d] IE6 and 7 horizontal list shift

2009-11-12 Thread Steve Caramia
> Good! > > Make the following changes to your CSS in the head of the document. > > #table ul > { > overflow: hidden; <- :: add :: > margin: 22px 0 0 88px; <-- :: add :: > padding:0; <-- :: add :: > padding: 6px 0 0

Re: [css-d] styling linked headings

2009-11-12 Thread Peter Hammarling
> fter completion of a usability study on my site, one of the issues > uncovered was that some users did not know that some headings were > links, as link styling only appears on :hover.I've been web > researching for ideas on how to style headings as links. My issue > is that some he

[css-d] IE6 and 7 horizontal list shift

2009-11-12 Thread Steve Caramia
I've corrected and validated the markup (thanks for the tutorial!) and linked a separate ie css file. But I still can't correct the position problem here in ie6 and 7. http://www.caramiadesign.com/ ??? __ css-discuss [c

Re: [css-d] styling linked headings

2009-11-12 Thread peter hyde-smith
Angela French wrote: I've been web researching for ideas on how to style headings as links. I am looking for ideas/examples of others who have come up with a successful styling solution. Angela, Look in the center column of http://www.bildasfriesslakepub.com/ and you will see tiny sy

Re: [css-d] Is there a simple way to center in an iframe?

2009-11-12 Thread Brian Cummiskey
I guess the question here is how are you invoking the iframe change? if your using javascript to do that, you can probably add a style set via JS at the same time. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discus

[css-d] styling linked headings

2009-11-12 Thread Angela French
Hello, After completion of a usability study on my site, one of the issues uncovered was that some users did not know that some headings were links, as link styling only appears on :hover.I've been web researching for ideas on how to style headings as links. My issue is that some headings

Re: [css-d] why does Firefox add padding?

2009-11-12 Thread G. Sørtun
r...@catjuggling.com wrote: > I have tried this page in Chrome, Safari, IE6, and Firefox. In the first > three browsers I get the result I expect, but Firefox is doing its own > thing. > > http://www.mcmullincreative.com/crows/ I guess you want it to appear like this...

Re: [css-d] Is there a simple way to center in an iframe?

2009-11-12 Thread David Dorward
2009/11/11 Alan Gresley : > Hello, Michael, since iframe is a deprecated inline element. Iframe is not deprecated (although is discouraged). > There are two options using depreciated elements or depreciated > attributes Why would we use deprecated parts of HTML to do this? Especially when the qu

Re: [css-d] Is there a simple way to center in an iframe?

2009-11-12 Thread Philippe Wittenbergh
On Nov 11, 2009, at 8:55 PM, Alan Gresley wrote: > since iframe is a deprecated inline element. > > http://www.w3.org/TR/html401/present/frames.html#edef-IFRAME In html4, yes, but it is part of html5 http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-e

Re: [css-d] Is there a simple way to center in an iframe?

2009-11-12 Thread Alan Gresley
Michael Newberry wrote: > I'm pasting images into an iframe using a simple click on a link. The image > always appears at the 0,0 scroll position inside the iframe. Is there a > simple css way to center it? I've tried using text-align:center. > > Thanks, > > Michael Hello, Michael, since ifr