Re: [css-d] Remove borders from selectors in IE 7

2009-04-01 Thread Virgilio Quilario
 Hello all.

 I want to remove borders from a tag select. I have a class, drop. I can
 remove borders with CSS on Firefox, with: border-style: none, ut in IE7
 isn't working.

 Anyone knows why ?

 Thanks in advance



hi,

seems that select border can't receive styles in ie.
i found this tip for hiding the border
http://www.tek-tips.com/faqs.cfm?fid=5316

good luck
virgil
http://www.jampmark.com
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Rounded corners with fixed height problem

2009-04-01 Thread Divya Manian
Hi Anne

On 3/25/09 9:14 PM, Anne E . Shroeder a...@language-works.com wrote:

 I've got a bit of a challenge with rounded corners - have a fixed height (it's
 all going into an iframe) and cannot seem to get the borders out to the edge
 and the rounded corners placed - an additional problem is that the comp calls
 for only half of a top border and a small dotted border above that - I'm just
 not sure that can be done?   The graphics for the rounded corners aren't very
 good - they are just place holders.   The problem is in the right hand column
 that starts with Benefits.
 

What you are attempting to do is very challenging with fluid layouts. I
suggest you keep the last column width in pixels and use a background image
(with the dotted lines and rounded corners for top and just the rounded
corner on the bottom) to get the effect you are looking for.

- divya


__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Positioning images and wrapping text...

2009-04-01 Thread Divya Manian
On 3/30/09 4:20 PM, Bobby Jack bobbykj...@yahoo.co.uk wrote:

 
 --- On Mon, 3/30/09, Michael Beaudoin mich...@ba-doyn.com wrote:
 
 Is there a way to precisely position an image and have the
 wrap follow?
 

You can float the image and assign precise margins as Gunlaug has done to
get what you need. I think the best would be to attempt it and post here
with what works/doesn't work.

- divya


__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


[css-d] External Links

2009-04-01 Thread Chris Akins
I'm wanting to add indicators for links that leave our site.  A little
Googling included this info from MaxDesign:
www.maxdesign.com.au/presentation/external/

I noticed the 2005 date of the article and just wondered if the info
presented is still considered a good method or is there something
better now?

I'd be open to any good examples you folks have of nice external link
style treatments.

Chris A.
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] External Links

2009-04-01 Thread mx . cssdee
Hi Chris,

Seems like a good method to me!

Ta,

Martyn

On Apr 1, 2009 3:54pm, Chris Akins tipper...@gmail.com wrote:
 I'm wanting to add indicators for links that leave our site. A little

 Googling included this info from MaxDesign:

 www.maxdesign.com.au/presentation/external/



 I noticed the 2005 date of the article and just wondered if the info

 presented is still considered a good method or is there something

 better now?



 I'd be open to any good examples you folks have of nice external link

 style treatments.



 Chris A.

 __

 css-discuss [cs...@lists.css-discuss.org]

 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.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] External Links

2009-04-01 Thread Sandy

I'm wanting to add indicators for links that leave our site. A little
 
 
Googling included this info from MaxDesign:
 
 
www.maxdesign.com.au/presentation/external/
 
 
 
 
I noticed the 2005 date of the article and just wondered if the info
 
 
presented is still considered a good method or is there something
 
 
better now?


check out
http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html

he's got an easy to use technique that doesn't involve putting a span on 
each external link.

Sandy
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


[css-d] removing input background color

2009-04-01 Thread Chris Kavinsky
I'm replacing the button for a search form with a background image.
The image is a transparent png file, and even though the
background-color is set to none, a light grey color is showing up.
Here's the CSS I'm using for it:

form input.search_button {
display:block;
background-color:none;
background-image:url(images/2009/button_search.png);
background-position:top left;
background-repeat:no-repeat;
width:55px;
height:28px;
border:none;
color:none;
}

form input.search_button:hover {
background-position:0 -18px;
}

Here's the link to the site:
http://associationdatabase.com/aws/OFDA/pt/sp/home_page

here's the link to the entire css file:
http://ohio-fda.org/screen.css

Am I overlooking something, and how do I get the background color to go away?
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] removing input background color

2009-04-01 Thread divya manian
2009/4/1 Chris Kavinsky ckavin...@gmail.com:
 I'm replacing the button for a search form with a background image.
 The image is a transparent png file, and even though the
 background-color is set to none, a light grey color is showing up.

Are you looking at it in IE 6? I dont see any grey color in Opera 9.6

- divya
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] External Links

2009-04-01 Thread Bill Brown
Chris Akins wrote:
 I'm wanting to add indicators for links that leave our site.  A little
 Googling included this info from MaxDesign:
 www.maxdesign.com.au/presentation/external/
 
 I noticed the 2005 date of the article and just wondered if the info
 presented is still considered a good method or is there something
 better now?
 
 I'd be open to any good examples you folks have of nice external link
 style treatments.

Hi Chris,

I recently wrote an article for Jeff Starr of Perishable Press [1] about 
this. It involves some JavaScript, but it might be helpful.

[^1]
http://perishablepress.com/press/2009/01/20/targeting-external-links-intelligently/

Hope it helps.
--Bill

-- 
!--
  ! Bill Brown macnim...@gmail.com
  ! Web Developologist, WebDevelopedia.com
--
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] removing input background color

2009-04-01 Thread divya manian
On Wed, Apr 1, 2009 at 9:37 AM, divya manian divya.man...@gmail.com wrote:
 2009/4/1 Chris Kavinsky ckavin...@gmail.com:
 I'm replacing the button for a search form with a background image.
 The image is a transparent png file, and even though the
 background-color is set to none, a light grey color is showing up.


The default state for background-color is transparent and not none.

- divya
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


[css-d] center float:left

2009-04-01 Thread AG
Here's the problem:
- building a horizontal tabbed navigation bar with these conditions:

1. equal width of tabs
2. centered to the width of the body
3. preserve centering when adding/subtracting tabs [dynamically generated 
links/tabs]

All menus based upon the ul type of lists use a float:left or right approach. 
You can center a list if it's enclosed in a div with a fixed width. However, as 
mentioned above, this is not a solution to my problem since the tabs are 
dynamically generated.

The tabs can be centered eliminating the float, but, you loose the equal width 
condition.

Any ideas would be greatly appreciated. Needs to work in IE6 and all normal 
browsers.



  
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] center float:left

2009-04-01 Thread Geoffrey Hoffman
 From: css-d-boun...@lists.css-discuss.org on behalf of AG
 Sent: Wed 4/1/2009 4:26 PM
 To: css-d@lists.css-discuss.org
 Subject: [css-d] center float:left
   
 Here's the problem:
 - building a horizontal tabbed navigation bar with these conditions:
   
 1. equal width of tabs
 2. centered to the width of the body
 3. preserve centering when adding/subtracting tabs [dynamically generated 
 links/tabs]
   
 All menus based upon the ul type of lists use a float:left or right 
 approach. You can center a list if it's enclosed in a div with a fixed width. 
 However, as mentioned above, this is not a solution to my problem since the 
 tabs are dynamically generated.
   
 The tabs can be centered eliminating the float, but, you loose the equal 
 width condition.
   
 Any ideas would be greatly appreciated. Needs to work in IE6 and all normal 
 browsers.


Did you try something like:

UL or enclosing DIV ~ display:inline; margin-left:auto; margin-right:auto; 
text-align:center;
LI's ~ display:inline; white-space:no-wrap;
A's ~ display:block; width:###px; 

__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


[css-d] Floating/Layering a .SWF video over an image.

2009-04-01 Thread RHYAN TAYLOR
I'm a beginner and I appreciate the help that's out there on all this stuff.
I have a beta-site, *www.freestyle-la.net*, and I need help getting the .swf
file to position properly within the main content area with Internet
Explorer. It positions fine with all other browsers I've tested, Safari,
Firefox, OperaCan someone take quick look? I'm certain it's a simple
fix, but I'm not finding it. Eventually I am going to redo this site in all
CSS as opposed to the current image mapping tecnique (the
Photoshop/Dreamweaver round-trip editing thing). I just need the .swf video
to position properly in IE like it does in all the other browsers.

Thanks a million! Everyone. But especially to Gunlaug! You're awesome.

RT

-- 
Rhyan Taylor
www.rhyantaylor.com
rhyantay...@gmail.com
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Floating/Layering a .SWF video over an image.

2009-04-01 Thread Gunlaug Sørtun
RHYAN TAYLOR wrote:
 I have a beta-site, *www.freestyle-la.net*, and I need help getting 
 the .swf file to position properly within the main content area 
 with Internet Explorer.

You will have more luck if you replace the non-standard layer with
div id=layer, and modify the CSS accordingly.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
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.org -- http://www.evolt.org/help_support_evolt/