[css-d] How to prevent the image from repeating in IE6

2007-01-24 Thread Bojana Lalic
Hi all

 

Re: the right hand side column heading (Industry in Focus)

http://flx.uat.edna.edu.au/flx/go/home/news/flexenews?matrix=11696169414
03

 

I've got a problem with the background image being repeated to the left.
The image consists of a background image (class = flexOrangeHeading) and
a hardcoded image (http://flx.uat.edna.edu.au/imgs/left-orange.gif). The
same code is used in the left column but looks fine, so it must be
someting to do with the page layout...

 

This is the css for the two columns:

 

#secondary_dual-tmp .secondary2col {

margin:0;

padding:0;

width: 100%;

clear: left;

}   

#secondary_dual-tmp .left_col {

margin: 0; 

padding: 0; 

width: 49%; 

float:left;

clear: all;

}

#secondary_dual-tmp .right_col {

padding: 0; 

margin-left:51%; 

_margin-left:50%;  

clear: right;

border: 1px solid red;

}

 

And this is the image css:

 

.flexOrangeHeading {

 background: url(/imgs/bkgrnd-orange.gif) no-repeat center
right;

 font-family:Arial, Helvetica, sans-serif;

 color:#FF;

 font-weight:bold;

 font-size:22px;

 line-height: 46px;

 display: block;

}

 

.flexOrangeHeading img {

vertical-align: middle;

}

 

How do I make sure that the background image doesnt get repeated to the
left, by still keeping the two columns?

 

Regards

 

Bojana

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


Re: [css-d] How to prevent the image from repeating in IE6

2007-01-24 Thread Bojana Lalic
Ok. I kid of fixed it by adding float: left to .flexOrangeHeading img 

The only problem now is that the hardcoded image and the background
image do not align perfectly. They are like a pixel off. And
margin-bottom doesn't want to do the trick L

How do I align them?

http://flx.uat.edna.edu.au/flx/go/home/news/flexenews


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bojana Lalic
Sent: Thursday, January 25, 2007 8:59 AM
To: css-d@lists.css-discuss.org
Subject: [css-d] How to prevent the image from repeating in IE6

Hi all

 

Re: the right hand side column heading (Industry in Focus)

http://flx.uat.edna.edu.au/flx/go/home/news/flexenews?matrix=11696169414
03

 

I've got a problem with the background image being repeated to the left.
The image consists of a background image (class = flexOrangeHeading) and
a hardcoded image (http://flx.uat.edna.edu.au/imgs/left-orange.gif). The
same code is used in the left column but looks fine, so it must be
someting to do with the page layout...

 

This is the css for the two columns:

 

#secondary_dual-tmp .secondary2col {

margin:0;

padding:0;

width: 100%;

clear: left;

}   

#secondary_dual-tmp .left_col {

margin: 0; 

padding: 0; 

width: 49%; 

float:left;

clear: all;

}

#secondary_dual-tmp .right_col {

padding: 0; 

margin-left:51%; 

_margin-left:50%;  

clear: right;

border: 1px solid red;

}

 

And this is the image css:

 

.flexOrangeHeading {

 background: url(/imgs/bkgrnd-orange.gif) no-repeat center
right;

 font-family:Arial, Helvetica, sans-serif;

 color:#FF;

 font-weight:bold;

 font-size:22px;

 line-height: 46px;

 display: block;

}

 

.flexOrangeHeading img {

vertical-align: middle;

}

 

How do I make sure that the background image doesnt get repeated to the
left, by still keeping the two columns?

 

Regards

 

Bojana

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


Re: [css-d] How to prevent the image from repeating in IE6 - FIXED

2007-01-24 Thread Bojana Lalic
All I had to do was change the line-height ;)

-Original Message-
From: Bojana Lalic 
Sent: Thursday, January 25, 2007 10:43 AM
To: Bojana Lalic; 'css-d@lists.css-discuss.org'
Subject: RE: [css-d] How to prevent the image from repeating in IE6

Ok. I kid of fixed it by adding float: left to .flexOrangeHeading img 

The only problem now is that the hardcoded image and the background
image do not align perfectly. They are like a pixel off. And
margin-bottom doesn't want to do the trick L

How do I align them?

http://flx.uat.edna.edu.au/flx/go/home/news/flexenews


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bojana Lalic
Sent: Thursday, January 25, 2007 8:59 AM
To: css-d@lists.css-discuss.org
Subject: [css-d] How to prevent the image from repeating in IE6

Hi all

 

Re: the right hand side column heading (Industry in Focus)

http://flx.uat.edna.edu.au/flx/go/home/news/flexenews?matrix=11696169414
03

 

I've got a problem with the background image being repeated to the left.
The image consists of a background image (class = flexOrangeHeading) and
a hardcoded image (http://flx.uat.edna.edu.au/imgs/left-orange.gif). The
same code is used in the left column but looks fine, so it must be
someting to do with the page layout...

 

This is the css for the two columns:

 

#secondary_dual-tmp .secondary2col {

margin:0;

padding:0;

width: 100%;

clear: left;

}   

#secondary_dual-tmp .left_col {

margin: 0; 

padding: 0; 

width: 49%; 

float:left;

clear: all;

}

#secondary_dual-tmp .right_col {

padding: 0; 

margin-left:51%; 

_margin-left:50%;  

clear: right;

border: 1px solid red;

}

 

And this is the image css:

 

.flexOrangeHeading {

 background: url(/imgs/bkgrnd-orange.gif) no-repeat center
right;

 font-family:Arial, Helvetica, sans-serif;

 color:#FF;

 font-weight:bold;

 font-size:22px;

 line-height: 46px;

 display: block;

}

 

.flexOrangeHeading img {

vertical-align: middle;

}

 

How do I make sure that the background image doesnt get repeated to the
left, by still keeping the two columns?

 

Regards

 

Bojana

__
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-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] Setting width on the Select element of the form (problem in IE)

2007-01-14 Thread Bojana Lalic
Hi all

 

Setting the width on the select element of the form works fine in all
browsers except for IE.

 

The width that I have set the select element to is smaller than the
width of the longest item in the dropdown list. 

 

In IE the dropdown values get cut off at 160px (the width that I have
set it to). However, in all other browsers when click on the dropdown
menu, the list automatically resizes to the width of the widest dropdown
item.

 

Is this what is supposed to happen, and if so why does it work the way I
want it to in all other browsers? :-(

Regards

Bojana 

 

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


Re: [css-d] Setting width on the Select element of the form (problem inIE)

2007-01-14 Thread Bojana Lalic
Ahh just found this:

Warning: on IE, if the width suggested is narrower than the presentation
of an option requires, the option is displayed truncated, with no
possibility to see the whole text (without looking at HTML source)!

http://www.cs.tut.fi/~jkorpela/forms/present.html#select 

:(

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bojana Lalic
Sent: Monday, January 15, 2007 2:32 PM
To: css-d@lists.css-discuss.org
Subject: [css-d] Setting width on the Select element of the form
(problem inIE)

Hi all

 

Setting the width on the select element of the form works fine in all
browsers except for IE.

 

The width that I have set the select element to is smaller than the
width of the longest item in the dropdown list. 

 

In IE the dropdown values get cut off at 160px (the width that I have
set it to). However, in all other browsers when click on the dropdown
menu, the list automatically resizes to the width of the widest dropdown
item.

 

Is this what is supposed to happen, and if so why does it work the way I
want it to in all other browsers? :-(

Regards

Bojana 

 

__
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-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] display problem with IE 5.5

2006-12-04 Thread Bojana Lalic
Hi all

 

I've got a three column layout (navigation + main content + right
column). The navigation and the right column are fixed and the main
content (middle) is liquid. It all looks fine in firefox, IE 6 and most
all other browsers except for IE 5.5. And I really need to get it to
display properly in IE5.5 :-(

 

How do I fix the display problem in IE 5.5?

 

Here is the page:

http://pre2005.flexiblelearning.net.au/temporary.html 

 

And this is what it looks like in ie 5.5:

http://pre2005.flexiblelearning.net.au/ie5.5.gif

Regards

Bojana 

 
_

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.
This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.
It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.
education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
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] safari version of an IE underscore hack

2006-11-09 Thread Bojana Lalic
Hi all,

 

Does anyone know of a hack for safari that will enable the css to
display ONLY in safari?

 

Thanks

Bojana.
_

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.
This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.
It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.
education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
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] Hyperlinks - best practice

2006-08-03 Thread Bojana Lalic
Hi all

 

Which of the following two is a better practice of including hyperlinks
on pages:

 

Including hyperlinks in the paragraphs:

 

Eg. 

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus nisl
lorem, ullamcorper vitae, interdum et, venenatis at, pede. Vivamus risus
nunc, varius eu, dictum fermentum, rutrum a, massa.

 

OR

 

Displaying a list at the end of the paragraph:

 

Eg.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus nisl
lorem, ullamcorper vitae, interdum et, venenatis at, pede. Vivamus risus
nunc, varius eu, dictum fermentum, rutrum a, massa.

 

Dolor

Adipiscing

Vivamus

Ullamcorper

fermentum

 

Some of my colleagues are worried about the way screen readers read
links, and they would like me to point them to a resource that gives a
definitive answer... if there is such thing. 

 

Regards

 

Bojana
Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, 
Australia.  

Visit our website http://www.educationau.edu.au/globalsummit2006 for further 
details.

_

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] gmail is ignoring display:none - what to do?

2006-07-05 Thread Bojana Lalic
Hi All

 

I've got the following code:

 

 caption style=display: none;

   This is the caption

 /caption

 

And gmail is still displaying the caption. How do I prevent it from
doing this? By the way, the reason why I am using inline styles is
because of Hotmail etc...

 

Cheers

 

Bojana

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] email stripping out the css from tables?

2006-07-02 Thread Bojana Lalic
Hi all

I am building a newsletter for the email. 

I used css initially but then the client complained that html wasn't
displaying the content as it should be. Instead of displaying two
columns it only displays one and also strips out all the css.

I have now started modifying the template and plan to use a table (the
client doesn't care) and a lot of inline styles. So far, I have included
a table, however, when the newsletter is sent in an email the table
doesn't seem to preserve the styling any more. It looks perfect in the
browser but not in the email. Is email stripping out the css out of
tables a known problem?

Any tips regarding the use of css and tables in emails would be greatly
appreciated.

Regards

Bojana Lalic 
Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, 
Australia.  

Visit our website http://www.educationau.edu.au/globalsummit2006 for further 
details.

_

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] Layout not displaying correctly in web based email clients

2006-06-21 Thread Bojana Lalic
Hi All

 

I have created a newsletter page and uploaded it to the server. I am
previewing it in IE and using the Send - Page by Email option to send
it out. It displays fine in Outlook but not in Hotmail.

 

This is what the page consists of:

 

Two columns created by floating the left one to the left and setting the
fixed width to both columns (420px).

 

The problem:

In Hotmail, all the content displays in one column instead of two.

 

Is it possible to make the content display in two columns in Hotmail,
and if so how?

 

Cheers

 

Bojana
Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, 
Australia.  

Visit our website http://www.educationau.edu.au/globalsummit2006 for further 
details.

_

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] IE6 Skip to Content workaround

2006-06-18 Thread Bojana Lalic
Hi all

 

I am implementing the Skip to content link at the beginning of the
page for screen readers to skip the navigation and go straight to the
main content.

 

However, Internet Explorer 6.0 moves the visual focus, but not the input
focus. 

 

How do I get this to work in IE6?

 

Regards

 

Bojana
Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, 
Australia.  

Visit our website http://www.educationau.edu.au/globalsummit2006 for further 
details.

_

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] Web Developer Extension for Netscape

2006-06-14 Thread Bojana Lalic
Hi all

 

Is there a web developer extension for Netscape? I am after the edit CSS
option :-)

 

Thanks

 

Bojana
Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, 
Australia.  

Visit our website http://www.educationau.edu.au/globalsummit2006 for further 
details.

_

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] Font property

2006-06-06 Thread Bojana Lalic
I see!

Thanks so much for that!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Philippe
Wittenbergh
Sent: Tuesday, June 06, 2006 3:39 PM
To: CSS-D
Subject: Re: [css-d] Font property


On Jun 6, 2006, at 2:50 PM, Bojana Lalic wrote:


 Can I have font-size: 2.2em/1.5; instead? I am just a bit confused  
 about
 the two values thing.


No.

With the font  shorthand property, the first value (2.2em) is the  
font-size, the second one is the line-height.
If you use the font-size property, obviously, you can't have the line- 
height in there.

selector {
font: 2.2em/1.5 sans serif;
}
or
selector {
font-family: sans-serif;
font-size: 2.2em;
line-height: 1.5;
}

Philippe
---
Philippe Wittenbergh
http://emps.l-c-n.com




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/
Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, 
Australia.  

Visit our website http://www.educationau.edu.au/globalsummit2006 for further 
details.

_

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] Font property

2006-06-05 Thread Bojana Lalic
Hi Philippe

Thanks for that.

Can I have font-size: 2.2em/1.5; instead? I am just a bit confused about
the two values thing.

Bojana

-Original Message-
From: Philippe Wittenbergh [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 06, 2006 3:14 PM
To: CSS-D
Subject: Re: [css-d] Font property


On Jun 6, 2006, at 2:35 PM, Bojana Lalic wrote:

 Is this valid css and if not what's wrong with it:



 font: 2.2em/1.5;

invalid CSS.
When using the font shorthand, you must declare a value for font- 
family and font-size. The css validator would have told you that.

Philippe
---
Philippe Wittenbergh
http://emps.l-c-n.com



Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, 
Australia.  

Visit our website http://www.educationau.edu.au/globalsummit2006 for further 
details.

_

IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] IE5.5 and print stylesheets

2006-05-02 Thread Bojana Lalic
Hi all

 

I've got a problem with IE5.5 always loading the print stylesheet -
which then gets rid of the navigation.

 

style type=text/css media=print

@import url(/styles/print.css);

/style

 

How do I solve this problem?

 

Cheers

 

Bojana

 
IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] Centring problem in IE5.5

2006-04-23 Thread Bojana Lalic
Hi all

 

I am having some display problems in IE5.5. The purple box and the Apply
heading are not centred on the page.

 

Here is my test page:

http://www.bojana.jumbahost.com/index.html

 

Here is a screenshot of how the page displays in IE 5.5:

http://www.bojana.jumbahost.com/ie55.gif

 

Any help would be greatly appreciated.

 

Bojana

 

 
IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] How to detect bottom of a page?

2006-04-19 Thread Bojana Lalic
Hi all

I am working on a print stylesheet. What I need to do is display a url
at the bottom of the last page. 

I understand that this can be done with CSS3 float: bottom; but is
there another way of doing this?

 

Regards

 

B.
IMPORTANT: This e-mail, including any attachments, may contain private or 
confidential information. 
If you think you may not be the intended recipient, or if you have received 
this e-mail in error, 
please contact the sender immediately and delete all copies of this e-mail. If 
you are not the intended 
recipient, you must not reproduce any part of this e-mail or disclose its 
contents to any other party.

This email represents the views of the individual sender, which do not 
necessarily reflect those of 
education.au limited except where the sender expressly states otherwise.

It is your responsibility to scan this email and any files transmitted with it 
for viruses or any other 
defects.

education.au limited will not be liable for any loss, damage or consequence 
caused directly or indirectly by this email.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/