[css-d] incorporating text or link to in css?

2010-07-16 Thread Cynthia Page
This may be off topic, if so please forgive me. I would like to be able to 
change some text sitewide like you can change text formatting sitewide with 
css. 

I keep coming back to this in my mind because with css you can add a link to a 
background image and of course have that image applied to every page on your 
site using you css file.

Can you so this with text - the most obvious use would be for your menus so you 
can change it once and then the whole site is updated. I know this can be done 
because someone told me a couple years ago - however I had no need for it at 
the 
time and didn't pursue it. I would also like to be able to update paragraphs of 
info this way.

Will you please lead me to the correct resources?

Thanks,

Cynthia
__
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] floats and IE

2007-12-02 Thread Cynthia Page
Whoops, I did want the jc page to line up the cover images horizontally 
according to the width of the "content" div. As here 
http://hoengerlab.colorado.edu/b3d/docs/jc.html.  It looks like now they just 
stack up one image above the other hortizonally 
http://bio3d.colorado.edu/docs/jc.html. I want them to go 2,3, or 4 across 
depending on how large the browser window is. I would like this same effect for 
the video and you can see that here http://bio3d.colorado.edu/docs/video.html 

Thanks again

Cynthia

- Original Message 
From: Gunlaug Sørtun <[EMAIL PROTECTED]>
To: Shawn Lawler <[EMAIL PROTECTED]>
Cc: Cynthia Page <[EMAIL PROTECTED]>; css-d@lists.css-discuss.org
Sent: Sunday, December 2, 2007 7:59:29 PM
Subject: Re: [css-d] floats and IE

Shawn Lawler wrote:

> #floatwrap {
> width:auto;
> overflow: hidden;
> margin: 10px;
> border: thin solid #FF6600;
> }

In case it matters: that won't work properly in IE6.

regards
Georg
-- 
http://www.gunlaug.no



__
css-discuss [EMAIL PROTECTED]
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] floats and IE

2007-12-02 Thread Cynthia Page
Dear Shawn and Georg,

Thanks so much! 

Will this not work in IE6 because of width:auto? Does one need to declare the 
height:1%, and is this for the HasLayout trick?

Cheers, Cynthia

- Original Message 
From: Gunlaug Sørtun <[EMAIL PROTECTED]>
To: Shawn Lawler <[EMAIL PROTECTED]>
Cc: Cynthia Page <[EMAIL PROTECTED]>; css-d@lists.css-discuss.org
Sent: Sunday, December 2, 2007 7:59:29 PM
Subject: Re: [css-d] floats and IE

Shawn Lawler wrote:

> #floatwrap {
> width:auto;
> overflow: hidden;
> margin: 10px;
> border: thin solid #FF6600;
> }

In case it matters: that won't work properly in IE6.

regards
Georg
-- 
http://www.gunlaug.no



__
css-discuss [EMAIL PROTECTED]
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] floats and IE

2007-12-02 Thread Cynthia Page
Hi,

I have a few pages on my website that display images, or videos or even just a 
list of contacts that I have put in divs with the float attribute. They don't 
work (they don't stack up under themselves, they hide off to the right of the 
page) in Windows/IE7. I have looked into fixes online and I am very confused.

At best I just need to add a width dimension on the #floatwrap div that I have 
wrapped either the #left55 (on the jc page) or the #floatleft (on the people 
page).

On the video page I see I didn't even wrap the #left55 divs... They all work 
Mac/ FF

or do I need a clear:after somewhere?

OUY I am brain dead.

Any help much appreciated.

Thank you!

Cynthia

Links
http://bio3d.colorado.edu/docs/jc.html
http://bio3d.colorado.edu/docs/people.html
http://bio3d.colorado.edu/docs/video.html

css

http://bio3d.colorado.edu/b3dsc.css



__
css-discuss [EMAIL PROTECTED]
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] floats and div widths

2007-09-07 Thread Cynthia Page
I am experimenting with layout for divs containing images and text. The outer 
div will go inside a three column layout.

My question concerns floating and clearing images in divs, nested within a 
floating div. 

Should I float an image left and clear right to make the text stay to the right 
of the image, and if I declare a pixel width for the image with padding will I 
have problems with IE displaying the whole image?

I have an example posted.

Also is it appropriate to ask such a basic question on this list?

Thanks, 
Cynthia

http://hoengerlab.colorado.edu/testfloat/float.html


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Sorry about the OT

2007-09-04 Thread Cynthia Page
So sorry about the OT, I won't do it again, I promise :{ !

Cynthia


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] OT javascript not always working

2007-09-04 Thread Cynthia Page
Hi Folks, can you tell me why my equal column heights isn't working here

http://hoengerlab.colorado.edu/b3d/docs/resources.html



I have it working here

http://hoengerlab.colorado.edu/b3d/index.html



The .js file is in the b3d folder at the same "level" as the index file, the 
other page I reffered to is in it's own folder called docs as you can see by 
the path


Can you tell me what I am doing wrong?



Thanks, Cynthia




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] space under logo and left column height

2007-08-29 Thread Cynthia Page
Hi,

I am working on a page and have been going round and round with the layout to 
get it browser compliant

It looks almost like it should on a mac with ff, the only problem being a space 
under the logo in the "top banner". 
In IE on a PC one see the same space and the left column is a few pixels above 
the  two columns to the right. The left column is absolutely positioned so I 
could just move it down a few pixels to have it line up with the other two 
columns, however then it is too low on the mac :)

Any suggestions greatly appreciated

here's the url

http://hoengerlab.colorado.edu/b3d/indexe.html

Thanks,
Cynthia





__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/