Re: [css-d] CSS Round Corners

2008-10-02 Thread Gunlaug Sørtun
Majestic wrote: > Anyone have experience doing CSS round corners ? I need some help as > nothing so far as been working out for me, including javascripts. Not sure. What, which layouts, is it supposed to be used on or fit into? If you want round corners as defined in CSS3...

Re: [css-d] CSS-based drop-shadow images - troubleshooting help?

2008-10-02 Thread cssdiscuss
> probably an easy one for you guys... if you have a page with links styled with the pseudo-classes (a:link, etc.), how do you set another link with different pseudo-syles (for the link) ? thanks david __ css-discuss

[css-d] CSS Round Corners

2008-10-02 Thread Majestic
Anyone have experience doing CSS round corners ? I need some help as nothing so far as been working out for me, including javascripts. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] Need images centered vertically

2008-10-02 Thread Estelle Weyl
Hedger Wang has a good example that may help: http://www.hedgerwow.com/360/dhtml/css-layout-gridview.html -Estelle http://evotech.net/blog --- On Thu, 10/2/08, Carol Huddleston <[EMAIL PROTECTED]> wrote: > From: Carol Huddleston <[EMAIL PROTECTED]> > Subject: [css-d] Need images centered verti

[css-d] Need images centered vertically

2008-10-02 Thread Carol Huddleston
Is there a way for me to get the images on this page to center vertically in their divs? http://www.prairiedreamstudio.com/galleries/testgallerybay.html http://www.prairiedreamstudio.com/css/layout.css Carol __ css-discuss [E

Re: [css-d] Hello, spent the time learning CSS now understood some questions

2008-10-02 Thread Luc
Good evening Majestic, It was foretold that on 01/10/2008 @ 20:56:47 GMT-0400 (which was 21:56:47 where I live) Majestic would write: > I have spent the longest time trying to get PNG 24 images > to work with IE6. I have tried from IEPNGFIX to IEFIX all javascript > none of them worked i

Re: [css-d] More than one background image to ?

2008-10-02 Thread Erik Harris
On 10/1/2008 9:47 PM, Philippe Wittenbergh wrote: >> I'd recommend against this. I haven't tested it on recent browsers, >> but >> when I tried this solution in 2004, it crashed Gecko-based browsers >> hard. They would max out the CPU and then crash. It affected all > I've used that technique

Re: [css-d] fluid layout within a div with title and controls

2008-10-02 Thread graham.hays
Just realised I'd sent this to Mansour only - Just in case anyone else is interested.. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mansour > Sent: 01 October 2008 18:25 > To: css-d > Subject: [css-d] fluid layout within a div with title and

Re: [css-d] Mysterious offset in 3-column layout

2008-10-02 Thread David Hucklesby
On Thu, 02 Oct 2008 09:32:33 -0700, Nadine Misiaszek wrote: > I find a mysterious offset of 10 px in my 3-column layout, my first such > layout. > > I have validated the HTML and the CSS. I used Firebug for another > perspective. My > column 1 header 2 has a mysterious offset of 10. I do not k

Re: [css-d] Positioning a website in the middle

2008-10-02 Thread David Hucklesby
> On Thu, Oct 2, 2008 at 3:03 PM, Christian Heilmann <[EMAIL PROTECTED]>wrote: > >> {table example snipped} >> >> Hi Krystian, you don't need a table for that. Here's a well explained >> solution: >> >> http://www.jakpsatweb.cz/css/css-vertical-center-solution.html > On Thu, 2 Oct 2008 16:37:44 +

Re: [css-d] Mysterious offset in 3-column layout

2008-10-02 Thread Gunlaug Sørtun
Nadine Misiaszek wrote: > http://www-rohan.sdsu.edu/~nmisiasz/test/page1.html > > The header tags of column 1 and column 2 line up in IE 6 but not in > Firefox 3. I tried some negative numbers for margin-top. Then > things work in FF but not in IE. You're experiencing "collapsing margins"...

Re: [css-d] IE7 only: zoom text issue with global navigation

2008-10-02 Thread Nancy Johnson
Thank you I will try this. On Thu, Oct 2, 2008 at 9:49 AM, Serge Krul <[EMAIL PROTECTED]> wrote: > oops i wrote .navabar2 li {} instead of .navbar2 li a {} >> >> __ >> css-discuss [EMAIL PROTECTED] >> http://www.css-discuss.org/mailman/listinfo/css-d >> List wiki/FAQ -- htt

Re: [css-d] Mysterious offset in 3-column layout

2008-10-02 Thread Alexandru Dinulescu
Inside your head tags put a Conditional comment and in your CSS file put the good code that makes all standard modern browsers behave. Also IE6 has a problem with margins set on float elements for ex: div1 { float: left; margin:10} will be div1 {float: left; margin:20px} in IE6, to fix this comm

[css-d] Mysterious offset in 3-column layout

2008-10-02 Thread Nadine Misiaszek
I find a mysterious offset of 10 px in my 3-column layout, my first such layout. I have validated the HTML and the CSS. I used Firebug for another perspective. My column 1 header 2 has a mysterious offset of 10. I do not know where it comes from. http://www-rohan.sdsu.edu/~nmisiasz/test/pag

Re: [css-d] Hello, spent the time learning CSS now understood some questions

2008-10-02 Thread Majestic
Roger Johansson technique says that you gotta apply CBB to a class what if I have a which has it's own name, that I'd like to use? And there don't seem to be options to Roger Johansson round corners for adjusting things as in the corner roundness etc, I'm no javascript person so I wouldn't now how

Re: [css-d] Visual CSS interpreter

2008-10-02 Thread Benjamin Hawkes-Lewis
Sohail Aboobaker wrote: > We often need to take exisitng HTML / CSS files from a website and map it to > a pre-existing (templated) xhmtl format which contains most common elements. > > > Most of work involved is in mapping one HTML div tag names, stylenames etc. > to another. Is there a tool whi

Re: [css-d] Visual CSS interpreter

2008-10-02 Thread Martin Möller
Sohail Aboobaker wrote: > Is there a tool which would examine the current CSS and HTML for > a given page and draw boxes around the div tag or visually mark each tag for > easy mapping? Firefox Web Developer Toolbar should be sufficient. https://addons.mozilla.org/en-US/firefox/addon/60 _

[css-d] Visual CSS interpreter

2008-10-02 Thread Sohail Aboobaker
Hi, We often need to take exisitng HTML / CSS files from a website and map it to a pre-existing (templated) xhmtl format which contains most common elements. Most of work involved is in mapping one HTML div tag names, stylenames etc. to another. Is there a tool which would examine the current CS

Re: [css-d] Div covering up sub menu in Safari

2008-10-02 Thread Jimmy
Serge, Thanks for taking the time to provide an alternate solution for the drop down menu issue. Simple is always good. The SWFObject looks as if it actually replaces my "D.W." method of inserting flash to compensate for before yesterday unknown issues to me within it. The list is absolutely grea

Re: [css-d] IE7 only: zoom text issue with global navigation

2008-10-02 Thread Serge Krul
oops i wrote .navabar2 li {} instead of .navbar2 li a {} > __ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.

Re: [css-d] IE7 only: zoom text issue with global navigation

2008-10-02 Thread Serge Krul
One solution would be to give "layout" [ http://www.satzansatz.de/cssd/onhavinglayout.html ] to your links (in your ie css): .navbar2 li { zoom:1; } You will need to adjust your top and bottom padding and your line-height, because now ie treats the box differently (i'm not sure exactly why and ho

Re: [css-d] Positioning a website in the middle

2008-10-02 Thread Alexandru Dinulescu
Hello. I have read through that exemple and it still uses the CSS property display: table which IE6 does not understand. Your exemple makes the user create a special code for IE6 and then the code for the other browsers. From my own point of view its not the best solution or easiest solution to im

Re: [css-d] Div covering up sub menu in Safari

2008-10-02 Thread Serge Krul
Hi, without disrespecting the importance of the SWFObject script, i suggest to try simple solutions first, which may be sufficient in your case. You should try to put the wmode="transparent" parameter on your flash. See here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523 Serge

Re: [css-d] Hello, spent the time learning CSS now understood some questions

2008-10-02 Thread Serge Krul
> > > Also one other thing is CSS round corners using images I would suggest to use Roger Johansson technique: http://www.456bereastreet.com/archive/200609/transparent_custom_corners_and_borders_version_2/ After trying many other techniques [with niftycube ( http://www.html.it/articoli/niftycube

Re: [css-d] Positioning a website in the middle

2008-10-02 Thread Christian Heilmann
{table example snipped} Hi Krystian, you don't need a table for that. Here's a well explained solution: http://www.jakpsatweb.cz/css/css-vertical-center-solution.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Positioning a website in the middle

2008-10-02 Thread Alexandru Dinulescu
Hello. (i found out how to reply to all so others can see this results) Thats quite not possible to do this with CSS only, because you cant set a margin full auto for exemple so everything is placed in the middle. The only way to do this is by using this sort of structure thats about it,

[css-d] Positioning a website in the middle

2008-10-02 Thread Krystian - Sunlust
Hi, I was trying to google for it but I can't find a solution, I know how to position website with margin: 0 auto, but it stays on the top of the website on bigger screens, what I need is it to stay in the middle, vertically and horizontally, I'm looking for a simple solution, don't mind the JS if

Re: [css-d] Hello, spent the time learning CSS now understood some questions

2008-10-02 Thread Rahul Gonsalves
On 02-Oct-08, at 6:26 AM, Majestic wrote: > Do any of you know a working reliable IE6 PNG hack that works and I > can depend on? Try: http://code.google.com/p/ie7-js/ Best, - Rahul. __ css-discuss [EMAIL PROTECTED] http://www