[css-d] site check please in IE Mac

2005-08-23 Thread anthony croshaw
Hi guys, I am having problems with the bottom image postioning on this site,
but only in IE Mac. I have tried absolute positioning, have now opted to
float it, need to know if there is still a problem. Cheers

Anthony

 

 

Site: http://www.spiralsofabundance.com/index.htm

 

Css is as follows:

#horse {

height: 120px;

width: 500px;

display: inline;

border: none;

float: right;

margin-top: -75px;

}

 

I won't paste the html here to save space. The container div has a
position:relative; applied, can't think what alse is causing the problem in
IE Mac.The negative top margin is there to pull the image up a bit. The
paragraph and the image above are also floated right.

 

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


[css-d] w3c validation problem

2005-06-09 Thread anthony croshaw
Not sure this is the best place to ask this, but does anyone on this list
know of a way to use a flash file in a transitional xhtml document such that
it will validate? If you use the embed tag, which seems to be the only way
netscape will play the movie, the page does not validate. However, sticking
to the object tag, which (shockingly) ie supports correctly, the page
validates, but netscape users are out of luck - any ideas? 

Cheers

anthony

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


[css-d] conditional comments in css

2005-05-31 Thread anthony croshaw
When ever I try and use conditional comments to get rid of a problem in IE,
I get the text of the comment at the top of the page - anyone know why this
is?

Also, I have started to use child selectors instead, as IE ignores these, is
this considered worse practice than a conditional comment?

Thanks for your help,

anthony

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


[css-d] size of new window

2005-05-26 Thread anthony croshaw
Does anyone know of a way you can control the size of a new browser window
if you open it with a link like this;

h href=somepage.htm  target=_blank 

Not usre if you can do it in css if you have a serpearte css file for the
new page?

Cheers

anthony

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


[css-d] IE 5.0 and 5.5 hacks

2005-05-25 Thread anthony croshaw
Hi guys, I have come up against my first ie5 nightmares, do any of you know
some good sites that explain the various hacks in plain English? I know a
few already, like the body {text-align:center;} one for 5.5, but really I
need to know more. From what I understand after reading some articles by
Eric, if you use divs with no borders, margins or padding, and apply the
styling to the contents, you should get round most of the problems?

Cheers for your help, and any good links!

anthony

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


[css-d] hover pseudo class

2005-05-24 Thread anthony croshaw
Hi everyone, I know how to create roll over effects, but is it possible to
use the hover pseudo class to affect the display property of a separate
div? I want to have a row of thumbnails on the left, and as you roll the
mouse over a thumbnail a larger image appears on the right. Easy enough to
do with javascript, but can you do it using just css?

Cheers

anthony

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


[css-d] ie problem

2005-05-22 Thread anthony croshaw
I have a test site which is showing up a problem in ie. If you view it in
netscape or firefox, all is well, but in i.e. the right sidebar appears

too far over to the right, then after a couple of seconds, sometimes as much
as ten, it snaps into position, but there is still a small gap. The page and
the css

are listed below, any help much appreciated, it's probably a well known bug,
but this is only my third css design, so forgive my ignorance!

Anthony

 

 

http://www.acroshaw.co.uk/index.htm

 

http://www.acroshaw.co.uk/alpa.css

 

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