Re: [css-d] Rounded Corners -- Simplest Way

2008-07-07 Thread Jake Churchill
Here's how I do it, yes it uses divs but it's always served me very well: http://jake.cfwebtools.com/2008/02/13/css-rounded-corners/ Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 Sohail Aboobaker wrote: > Hi, &g

Re: [css-d] a picture with in a picture

2008-03-08 Thread Jake Churchill
Here's a way to get png transparency to work in IE6: http://jake.cfwebtools.com/2007/09/17/ie6-png-transparency-fix/ ------ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733

Re: [css-d] Rounded corners on menu

2008-02-26 Thread Jake Churchill
http://jake.cfwebtools.com/index.cfm/2008/2/13/CSS-Rounded-Corners _ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Albert van

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Jake Churchill
On the contrary, this is a particularly nice feature when it comes to multiple skins. I can create completely different look and feels with only a change to an ID, thus allowing the user to completely change the layout of the site without my intervention. _ Jake Churchill Team Leader

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Jake Churchill
ystem and this is how I change styles on a per-page basis. _ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Crosse Sent: Mond

[css-d] FIXED: menu troubles

2007-04-13 Thread Jake Churchill
I believe I have this fixed. Thank you for the reference to http://www.aplus.co.yu/lab/z-pos/. I relatively positioned the #header and provided a z-index and it seems to work now. _ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402

[css-d] menu troubles

2007-04-13 Thread Jake Churchill
If you need any of it, please let me know and I'll supply it. _ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 __ css-discuss [EMAIL PR

Re: [css-d] IE layout issue

2007-04-03 Thread Jake Churchill
Did you try display:block? That along with a position:relative and a top/left attribute usually fixes this kind of thing for me. Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 Dave Goodchild wrote: > Hi all, I have a lay

[css-d] height issue

2007-02-13 Thread Jake Churchill
to ensure that the height is always correct? I hope I'm making sense. I know what I want to say, it's just not coming out really well right now. Thanks in advance for any suggestions anyone might have. -- Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://ww

[css-d] width problem with extremely long string

2007-02-07 Thread Jake Churchill
code=&TBUS_UNIT_DESC=&hr_contact=&intl=0&sort=policy_nbr So, instead of a visually appealing 1125px, I now have an annoying 4003px. Is there a way in CSS to force the string to get cut off or scroll to see the rest so my content area isn't messed up? I'd prefer no solut

Re: [css-d] a:visited - font-size

2007-01-15 Thread Jake Churchill
y like to revisit pages they checked in >> the past. By increasing the links font size, they are both easier to >> locate, and easier to actually click on. >> > > The traditional way makes a lot more sense to me (purple instead of blue > - i.e. different color for

[css-d] CSS & IE6 butting heads

2007-01-15 Thread Jake Churchill
/**IE 6*/ /***/ * html .msubnav { margin:5px 0px 0px -18px; } /* make the second level visible when hover on first level list OR link */ #mnav :hover ul, #mnav :hover table { visibility:visible; } -- Jake Churchill CF Webtools 11204 Davenp