Re: [css-d] CSS Search form

2013-03-02 Thread Ben Fider
Something that is browser compatible would be greatly appreciated. What have you tried so far? What isn't working? Sending a link for review works better. __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Big Blue Bar

2008-07-24 Thread Ben Fider
I would just take your PSD of the desired look-and-feel, minus the text, and use it to make one giant bacground image. Then just position your content, absolutely or otherwise, over the boxes where you want it. The big blue bar strikes me as kind of an odd user interface, and not necessarily

Re: [css-d] P won't center

2008-07-14 Thread Ben Fider
this is trumping your global p centering: #ctrtext p {grfxjobs.css (line 177) text-align:left; vertical-align:middle; } On Mon, Jul 14, 2008 at 9:46 AM, Kim Brooks Wei [EMAIL PROTECTED] wrote: http://thewei.com/sandbox/grfxjobs/bizcards/ My centered p won't center. Help, please . . . --

Re: [css-d] CSS Roll Over Effect - CONT'D

2008-06-20 Thread Ben Fider
I think you are referring to CSS sprites: http://www.google.com/search?hl=enq=css+spritesbtnG=Google+Search For example, see: http://businessweek.com/ Top nav image file: http://images.businessweek.com/gen/nav/global_nav_20071220.gif On Thu, Jun 19, 2008 at 8:36 PM, Christopher [EMAIL

Re: [css-d] Font question

2008-04-27 Thread Ben Fider
CSS: h2 span {color:red} p span {font-weight:bold} HTML: h2Lorem ipsum spandolor/span/h2 do until OnGuestbook.EOF % pName: span% Response.Write (OnGuestbook(Name))%/span/p pE-mail: span% Response.Write (OnGuestbook (Email))%/span/p pWebsite: span% Response.Write (OnGuestbook(Website))

Re: [css-d] IE6 and IE7 on the same machine

2008-04-04 Thread Ben Fider
works fine for me, all day long: This contains everything except IE 7: http://tredosoft.com/Multiple_IE This contains IE 7: http://tredosoft.com/IE7_standalone On Fri, Apr 4, 2008 at 2:07 PM, Katherine Coynor [EMAIL PROTECTED] wrote: Don't think so. When I tried to use both on my desktop the

Re: [css-d] IE6 and IE7 on the same machine

2008-04-03 Thread Ben Fider
This contains everything except IE 7: http://tredosoft.com/Multiple_IE This contains IE 7: http://tredosoft.com/IE7_standalone On Thu, Apr 3, 2008 at 11:44 AM, Cristian Palmas [EMAIL PROTECTED] wrote: Hi, Can I install on my Win XP SP2 PC Internet Explorer 7 but keeping the IE6 for test

Re: [css-d] Compact forms

2008-02-22 Thread Ben Fider
Ben, On 19-Feb-08, at 10:58 PM, Ben Fider wrote: I've been needing to use compact forms for a few projects. In other words: the form field's labels need to be INSIDE the input element. How does this technique work for you? http://www.456bereastreet.com/archive/200710

[css-d] Compact forms

2008-02-19 Thread Ben Fider
I've been needing to use compact forms for a few projects. In other words: the form field's labels need to be INSIDE the input element. I've been using the following technique (JS), but their is a noticeable lag as the page loads, and then the script puts the labels into the input box.

Re: [css-d] hand coders vs wsywig coders...I had no idea

2008-01-25 Thread Ben Fider
I could hand code all day long using only a text editor like Notepad or Crimson editor. But, I use DW's code view to build most everything, because as I type HTML and CSS it beautifully suggests what I begin to type and finishes it (if I so choose). This speeds up my coding big time.

Re: [css-d] Use of !ie and !important

2008-01-06 Thread Ben Fider
Create stylesheets with the css you want to feed IE6 and IE7. Then put conditional comments in the head of your page: !--[if gte IE 6]link href=/css/ie6.css rel=stylesheet media=screen, projection type=text/css /![endif]-- !--[if gte IE 7]link href=/css/ie7.css rel=stylesheet media=screen,

Re: [css-d] Suckerfish menu is funky in IE7

2007-12-11 Thread Ben Fider
that's exactly what it was. thank you very much! On Dec 10, 2007 6:28 AM, Ingo Chao [EMAIL PROTECTED] wrote: Ben Fider wrote: ... http://fiderweb.com/z/ looks like a sticky hover bug in IE7 http://www.satzansatz.de/cssd/pseudocss.html#stickyhover Ingo -- http://www.satzansatz.de

Re: [css-d] Suckerfish menu is funky in IE7

2007-12-10 Thread Ben Fider
This is my first post to CSS Discuss, and I'm paranoid that I didn't submit it correctly. Can someone verify if I have (all I did was email to css-d@lists.css-discuss.org)? Perhaps this question is off-topic because of the javascript. Thoughts? On Dec 9, 2007 9:30 AM, Ben Fider [EMAIL

[css-d] Suckerfish menu is funky in IE7

2007-12-09 Thread Ben Fider
Hello, This menu seems to work fine in all new browsers that I've tested with, except IE7. The nested lists don't seem to get repositioned correctly when not hovered, and they all are in the same location, as if they were all nested within the top-most list item. I would appreciate any help.