[css-d] li bippy won't behave

2009-10-19 Thread Todd Bingham
Folks,  (thanks in advance for your generosity):

I have a li marker bippy that won't behave (read:  indent properly) in  
the main content area of  this page:

http://www.ruthinstitute.org

Worse in Saf than FF;  Any ideas?

I've looked at all the sheets that apply and can't see it.


tx

todd


.
Todd Bingham
Todd Bingham Fine Art \ Design  Conquer
Web Portal page:  http://www.tbfa.com
Phone:  760.806.7699
Return email address:  mailto:t...@tbfa.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] IE6 float problem, again

2009-10-19 Thread Steve Caramia
Thank you David and Russ!

Both solutions worked perfectly, though Russ's made a bit more logical  
sense to my newbie head.

Steve

¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?

The World of Caramia Design
studio  510/525-4525
cell  415/806-6669
café  caramiadesign.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/


[css-d] Nav element is dropped in IE

2009-10-19 Thread Wade Smart
My friend called about her web site having an issue.
She said a button has dropped.

http://www.bartlesvillehomefinder.net/

If you look at this page in IE version 8, the Contact Us button
is dropped. I have been playing with it but Im not finding the solution
- just making it worse.

Wade
-- 
Registered Linux User: #480675
Registered Linux Machine: #408606
Linux since June 2005
__
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] Nav element is dropped in IE

2009-10-19 Thread G. Sørtun
Wade Smart wrote:
 My friend called about her web site having an issue.
 She said a button has dropped.

 http://www.bartlesvillehomefinder.net/

Zero out default margins and paddings on the ul...

ul {padding: 0; margin: 0;}


regards
   Georg
__
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] 2 questions: 1) Different margin/padding for IE7? and...

2009-10-19 Thread Theresa Mesa
First, here are the links:

http://mdh-test.com/PV_web/index.shtml
http://mdh-test.com/PV_web/pvg.cssl
http://mdh-test.com/PV_web/p7pmm/p7PMMh10.css

Question 1: IE 6 is just broken outright, especially because of alpha  
transparency. My client doesn't care to spend the money to fix it.  
I've created a conditional comment to warn IE6 users. It's looking  
great everywhere else but IE7. I'd like to have more space between the  
navigation and header in IE7. How do I serve up a different spacing to  
IE7?

Question 2: The fixed image in the bottom right corner looked great  
with a long page, but my client's pages are going to be shorter,  
which, depending on where the browser window has been resized to,  
makes it look just funky and broken, with too much space between the  
footer and the fixed image. I'm starting to think I should just lose  
the art. I really like the effect of having the image in the lower  
right of the center area, with a higher z-index, with what's above it  
scrolling under it, but I don't know how to make that happen, if it  
can happen at all. It worked in CSS Zen Garden's Under the Sea  
because the fixed artwork was so wide, and the page was so long. Any  
suggestions?

Theresa Mesa


__
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] IE6 Layout Issues

2009-10-19 Thread Rahul Gonsalves
Hi All,

Many thanks to David Laakso, who managed to help sort out the jumping  
content bug that I posted about on the weekend.

I have some issues with IE6, on two pages of this website:

Home page: http://uncrpdindia.org/
Inside Page: http://uncrpdindia.org/about/text/

Apologies, but the webpage is password protected. Use the folowing to  
log in:

User: ncpedp
Pass: 11092009

The content is cut off and there are numerous float drops. I've been  
tearing my (scanty) hair out over this, and would appreciate any  
assistance.

Best,
  - Rahul.
__
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] 2 questions: 1) Different margin/padding for IE7? and...

2009-10-19 Thread David Laakso
Theresa Mesa wrote:
 http://mdh-test.com/PV_web/index.shtml

 Question 1: I'd like to have more space between the  
 navigation and header in IE7. How do I serve up a different spacing to  
 IE7?



 Theresa Mesa

   



Code it something like this and IE/7 will go along for the ride and not 
need any special treatment (maybe :-) ):

div#content {
border: 1px solid red/*4 position only*/;
margin: /*0*/30px 100px 0 170px/*amend*/;
/*padding-top: 15px/*delete rule*/;
 float: left;
width: 400px;
}

#content p {margin: 15px 0;}---:: add rule set to style sheet ::

h1 {
border: 1px solid red/*4 position only*/;
display: block;
width: 400px;
/*height: 100%;/*delete rule*/
 /*margin-left: -3px;/*delete rule*/
margin: 0 0 0 -3px; ---:: add rulet ::
overflow: visible;
text-indent: -px;
}

~d




__
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/