Re: [css-d] Sliding Faux Columns with Rounded Corners

2006-09-20 Thread Graham Cook
Doesn't look good in IE, all the text is in a dark charcoal background. Graham Cook ph: 0419 316 815 web: www.uaoz.com email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arian Hojat Sent: Wednesday, 20 September 2006 5:15 PM To

Re: [css-d] page check request

2005-11-14 Thread Graham Cook
80px width the page takes up just a fraction of the screen real estate yet I still have all the problems above if I try to increase the font to a readable size. Regards Graham Cook www.uaoz.com __ css-discuss [EMAIL PR

Re: [css-d] Class and id used together

2005-11-12 Thread Graham Cook
: blue; } .red{background-color: red; } Regards Graham Cook www.uaoz.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

Re: [css-d] Highlighting text

2005-11-10 Thread Graham Cook
complish that on all browsers? Change your css as below. pre { padding: 0; margin: 0;position: absolute;z-index:3; } #comment1 { position: absolute; background-color: #00; top: 19px; left: 81px; width: 76px; height: 15px; z-index: 1; } Rega

Re: [css-d] Aligning List Of Name:Value Pairs On Colon

2005-11-10 Thread Graham Cook
Homer's wife Lisa's mum Springfields biggest user of blue hair dye Graham Cook www.uaoz.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/li

Re: [css-d] Aligning List Of Name:Value Pairs On Colon

2005-11-09 Thread Graham Cook
-Original Message- Here's a case for a definition list. Following code is very basic, but you can build on it however you like. Graham Cook www.uaoz.com dt { display:block; float:left; width:10em;

[css-d] FW: Setting width:auto and min-width in IE

2005-11-07 Thread Graham Cook
Hi Philip, It may not be pretty or the most standards compliant code, but it DOES work. Try the code below. Regards Graham Cook www.uaoz.com .setmin{ min-width:100; width:expression(this.clientWidth < this.currentStyle["min-width"]? this.currentStyle["min-width"]

Re: [css-d] Eureka!

2005-11-04 Thread Graham Cook
. Regards Graham Cook www.uaoz.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angela Trigg Sent: Saturday, 5 November 2005 1:54 PM To: 'css-discuss' Subject: [css-d] Eureka! Thanks to everyone for your suggestions, and words of encouragement

Re: [css-d] image replacement techniques

2005-10-31 Thread Graham Cook
; float: left; letter-spacing: 1px; margin-bottom: 0px; color: #7D775C; font-style : italic; font-size : 2em; } Text hidden from display Regards Graham Cook www.uaoz.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [css-d] image replacement techniques

2005-10-31 Thread Graham Cook
Hi Ros, Just the jpg doesn't tel us much, do you have any code or mock-up page as an example. From first glance I would not put this text in the background image, but can't give you much more help without seeing what you are trying to achieve. Graham Cook www.Uaoz.com -Origin

RE: [css-d] Rounded tabs in IE

2005-10-26 Thread Graham Cook
few leads. In this example the active tab also displays a tick in the tab to the left of the text, you will not require this. Hope it helps Graham Cook www.uaoz.com /* Styles for horizontal tabs */ #horizTabs{ display:block; height:20px