[css-d] IE8 is it a improvement over IE7?

2009-05-07 Thread Christopher R
I would just like to know if IE8 is an improvement over IE7? __ 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://cs

Re: [css-d] CSS Menu Issue

2009-04-08 Thread Christopher R
I have the same thing happening. On Wed, Apr 8, 2009 at 3:38 PM "Cristiano Diniz da Silva" wrote: >Hi, > > I got a strange error happing with my menu in Firefox 1.5 / 2. It's hiding > behind other div elements even with the z-index set to 100. > > Does anyone knows what might be happening? >

[css-d] IE6 Fixer - Anyone Try it ?

2009-04-08 Thread Christopher R
Anyone here try the IE6 CSS Fixer: Starter kit ? I just want to know any reviews on it worth it? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.i

Re: [css-d] Problem with links on IE 7 and link on IE 6

2009-04-07 Thread Christopher R
I believe it could be a stacking issue, I have gotten the links to work now the only problem is the image is hiding behind my, I don't know how to word it the center block on my page :) On Tue, Apr 7, 2009 at 8:39 AM "Martyn Merrett" wrote: >Hi Chris, > > There are already several responses

Re: [css-d] Margins and Shorthand

2009-04-07 Thread Christopher R
rrect. It should be > > xyz { > margin: 0% 24% 0% 0%; > } > > No commas between the values in the shorthand syntax. And you could > also leave out the percent symbol when the value is 0. 0px = 0% = 0em > = 0 ;-) > > > Michael > > > Am 07.04.2009 u

Re: [css-d] Background Images clickable links

2009-04-07 Thread Christopher R
Oh, I tried it and I so far it appears that it works so all I was missing was to tell the tag to be {display: block} and it had to be the height and width of the #logomiddle. I've tried to make the link size smaller by going as low as 200px but then it just doesn't work, I'm going to see if I

Re: [css-d] Background Images clickable links

2009-04-07 Thread Christopher R
Sorry, I don't follow and is there a major difference ? On Mon, Apr 6, 2009 at 7:22 PM "Jack Timmons" wrote: >On Mon, Apr 6, 2009 at 12:37 PM, Christopher R > wrote: > > > HTML: > > > > /* coka cola > > is just a test URL */ > > >

Re: [css-d] Margins and Shorthand

2009-04-07 Thread Christopher R
After just commenting on that, you have given me my answer Tim :) So can you mix percentages and pixels ? So far I am and seems to be working fine! On Tue, Apr 7, 2009 at 12:57 AM "Tim Climis" wrote: >On Monday, April 6, 2009 7:08:13 pm Christopher R wrote: > > I used FireBu

[css-d] Margins and Shorthand

2009-04-06 Thread Christopher R
I used FireBugs layout method to adjust the margin on a As most of us know margins work by top, right, buttom, left. Now using firebox I enter in 24 for the right margin, then I wrote the short hand for the which I have in absolute positioning inwhich I wrote, {0%, 24%, 0%, 0%;} when I previe

Re: [css-d] Background Images clickable links

2009-04-06 Thread Christopher R
Well the concept they mention is pretty easy, but I can't get it to work. On Mon, Apr 6, 2009 at 6:19 PM "Krystian - Sunlust" wrote: >I don't get what's the point of doing that , why not just use an image > as a link? > > > > On 4/6/09, Christoph

[css-d] Background Images clickable links

2009-04-06 Thread Christopher R
I was reading up on how to create links from background images, so I came across this page which mentions the following: http://www.attackr.com/css-trick-turning-a-background-image-into-a-clickable-link/ Simple enough one thought, I applied it like so to my code: HTML: /* coka cola is just a t

[css-d] Problem with links on IE 7 and link on IE 6

2009-04-06 Thread Christopher R
Alright, so far what I still have plaging me is the links links that is are not working in Internet Explorer version 6 and Internet Explorer version 7 and I'm at a loss at how to fix ! http://www.thecreativesheep.ca/site/indexpage9.html _

Re: [css-d] CSS Problem with tags on IE 6\7

2009-04-05 Thread Christopher R
This is a tough situation, I've been playing around with {z-index} but with no luck, arrgh. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio

Re: [css-d] [OT] CSS Problem with tags on IE 6\7

2009-04-04 Thread Christopher R
hrm. On Sat, Apr 4, 2009 at 2:14 AM "Mark Henderson" wrote: >Christopher R wrote: > > I understand but I have the exact same code on another page and it > > validates so although > > reading up is beneficial, there has to be something minor that would remove >

Re: [css-d] [OT] CSS Problem with tags on IE 6\7

2009-04-04 Thread Christopher R
gt;On 4/4/09 00:48, Christopher R wrote: > > I understand but I have the exact same code on another page and it > > validates so although > > reading up is beneficial, there has to be something minor that would remove > > all errors ! > > Surely consulting the HTML vali

Re: [css-d] [OT] CSS Problem with tags on IE 6\7

2009-04-03 Thread Christopher R
I understand but I have the exact same code on another page and it validates so although reading up is beneficial, there has to be something minor that would remove all errors ! On Fri, Apr 3, 2009 at 8:08 AM "Jack Timmons" wrote: >On Fri, Apr 3, 2009 at 6:26 AM, Christop

Re: [css-d] CSS Problem with tags on IE 6\7

2009-04-03 Thread Christopher R
href= and "/ which, although valid, > is not good coding practise IMHO. > > A final point which Mark also mentioned is it's a good idea to prune old > posts from your replies (we can all get 'em anyway). > > Ta, > > ~Mx > http://www.mxdx.co.uk >

Re: [css-d] CSS Problem with tags on IE 6\7

2009-04-03 Thread Christopher R
quot; />You are seeing this because > you don't have Adobe Flash plugin installed for your Browser and > therefore you are unable to view the animation gallery > > > > In the first line, the "/>" at the end closes this tag. Just remove > the "/"

Re: [css-d] CSS Problem with tags on IE 6\7

2009-04-03 Thread Christopher R
Then how can one explain how come my other page which has the same code validates? On Fri, Apr 3, 2009 at 4:04 AM "Mark Henderson" wrote: >Christopher R wrote: > > I've run into a problem first off the links on this page > > http://www.thecreativesheep.ca/site

Re: [css-d] CSS Problem with tags on IE 6\7

2009-04-02 Thread Christopher R
I have the same code on another page and it validates fine ?! On Thu, Apr 2, 2009 at 12:59 PM "Ian Young" wrote: > > > > -Original Message- > > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > > boun...@lists.css-discuss.org] On Behalf Of Chr

Re: [css-d] CSS Problem with tags on IE 6\7

2009-04-02 Thread Christopher R
The links don't work in IE 6 and 7 but in FireFox they work. Update: I have fixed the extra space by reducing the size of the height in pixels and so far it's fixed. I still have the problem with the links and IE 6 and IE 7 and what do you mean the self closing tag on line 480 ?? On Thu, A

Re: [css-d] CSS Problem with tags on IE 6\7

2009-04-02 Thread Christopher R
Might be that? > > HTML: > > Gallery > Animation > Blog > > > ~Mx > > On Apr 2, 2009 3:23pm, Christopher R wrote: > > I've run into a problem first off the links on this page > > http://www.thecreativesheep.ca/site/indexpage9.html don't

[css-d] CSS Problem with tags on IE 6\7

2009-04-02 Thread Christopher R
I've run into a problem first off the links on this page http://www.thecreativesheep.ca/site/indexpage9.html don't work in IE 6 or IE 7 but work in FireFox also on that same page how does one get rid of all the extra space at the bottom of the page ? And on this page http://www.thecreativeshee

Re: [css-d] Stylizing a tag within a tag, situation!

2009-03-30 Thread Christopher R
It just dawned on me, take a look at the page again and you'll see I repositioned the text by putting it inside a tag. Now the text should be clear and visible in open space. On Mon, Mar 30, 2009 at 10:23 AM "Climis, Tim" wrote: >> That is the text I want to position. Correct me If I'm wrong b

Re: [css-d] Stylizing a tag within a tag, situation!

2009-03-30 Thread Christopher R
"Jonny Stephens" wrote: >On Mar 29, 2009, at 5:14 PM, Christopher R wrote: > > > I'm trying to stylize the text which is an tag within the id > > > > as seen on this page http://www.thecreativesheep.ca/site/ > > animationpage2.html > > s

Re: [css-d] Stylizing a tag within a tag, situation!

2009-03-29 Thread Christopher R
I want to reposition just the text and the icon that is within the tag on the page so to do that I assume one would do as follows: {#videogallery object a}?? On Sun, Mar 29, 2009 at 1:34 PM "Jukka K. Korpela" wrote: >Christopher R wrote: > > > I'm trying to styliz

[css-d] Stylizing a tag within a tag, situation!

2009-03-29 Thread Christopher R
I'm trying to stylize the text which is an tag within the id as seen on this page http://www.thecreativesheep.ca/site/animationpage2.html so that I can move the text here but all that seems to be moving is the flash icon here is my style that I have currently: #videogallery a { posit

Re: [css-d] Links work but Parts of Div is hidden

2009-03-26 Thread Christopher R
I've got the images to load now the problem is that the images are hiding behind the white box. On Thu, Mar 26, 2009 at 4:52 AM "david" wrote: >Christopher R wrote: > > Alright, I have gotten my links to work but if you take a look you'll see > > that >

[css-d] Problem with style sheets

2009-03-26 Thread Christopher R
I don't know if the other message got though the list cause sometimes I don't receive messages. Anyhow I'm trying to get the styles #logoleft, #logomiddle, #logoright to overlap the #WR style because the images are going behind the big white box, I hope, and I really do hope someone knows how t

[css-d] Links work but Parts of Div is hidden

2009-03-25 Thread Christopher R
Alright, I have gotten my links to work but if you take a look you'll see that my big banner\logo graphic gets cut off and I'd really like to know to bring it forward ? You can see exactly what is happening at: http://www.thecreativesheep.ca/site/imagepage5.html __

Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
On Tue, Mar 24, 2009 at 9:39 AM "Alan Gresley" wrote: >Christopher R wrote: > > > FireFox, and the links don't work either in any browser I find it odd. > > > Hello Chris, place this CSS below the rest of the embedded CSS. > > #logo { >

Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
On Tue, Mar 24, 2009 at 9:39 AM "Alan Gresley" wrote: >Christopher R wrote: > > > FireFox, and the links don't work either in any browser I find it odd. > > > Hello Chris, place this CSS below the rest of the embedded CSS. > > #logo { >

Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
On Tue, Mar 24, 2009 at 9:39 AM "Alan Gresley" wrote: >Christopher R wrote: > > > FireFox, and the links don't work either in any browser I find it odd. > > > Hello Chris, place this CSS below the rest of the embedded CSS. > > #logo { >

Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
On Tue, Mar 24, 2009 at 9:39 AM "Alan Gresley" wrote: >Christopher R wrote: > > > FireFox, and the links don't work either in any browser I find it odd. > > > Hello Chris, place this CSS below the rest of the embedded CSS. > > #logo { >

Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
On Tue, Mar 24, 2009 at 5:24 AM "David Laakso" wrote: >Christopher R wrote: > > On Mon, Mar 23, 2009 at 10:36 PM "David Laakso" > > wrote: > > > >> Christopher R wrote: > >> > >>> http://www.thecreativesheep.ca/sit

Re: [css-d] Browser doesn't load all images?

2009-03-24 Thread Christopher R
I want to update the background white box is gone now using that code below the rest of the embedded CSS. On Tue, Mar 24, 2009 at 9:39 AM "Alan Gresley" wrote: >Christopher R wrote: > > > FireFox, and the links don't work either in any browser I find it odd. >

Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Christopher R
On Mon, Mar 23, 2009 at 10:36 PM "David Laakso" wrote: >Christopher R wrote: > > http://www.thecreativesheep.ca/site/imagepage5.html > > > > Here is the link, hopefully it can get figured out in case I run into the > > same problem on my other pages. >

Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Christopher R
http://www.thecreativesheep.ca/site/imagepage5.html Here is the link, hopefully it can get figured out in case I run into the same problem on my other pages. On Mon, Mar 23, 2009 at 10:04 PM "David Laakso" wrote: >Christopher R wrote: > > Has anyone has this problem where

Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Christopher R
t. Maybe you're missing some quotes , like I > was. > > > Best, > Kenny > > > > > On Mon, Mar 23, 2009 at 8:54 AM, Ian Young wrote: > > > > > > > > > > > > -Original Message- > > > From: polar_anima...@zenbe.com [mailt

Re: [css-d] Browser doesn't load all images?

2009-03-23 Thread Christopher R
Alright I still have a few things to check, but some of it is working but my "a" links don't seem to be working, odd. I'm going to check over a few things and know by later on. On Mon, Mar 23, 2009 at 11:13 AM "Ian Young" wrote: >> To: CSS-D > > Subject: [css-d] Browser doesn't load all image

[css-d] Browser doesn't load all images?

2009-03-23 Thread Christopher R
Has anyone has this problem whereas the browser does not load all the images for the page, and is there a way to fix or force it too? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d L

Re: [css-d] Image Slice not working?

2009-03-21 Thread Christopher R
?!? On Sat, Mar 21, 2009 at 8:40 PM "David Laakso" wrote: >Christopher R wrote: > > Hello, I need some help as in why this page > > http://www.thecreativesheep.ca/site/imagepage4.html > > dealing with the image slices and the id "logo" and "logo i

Re: [css-d] Image Slice not working?

2009-03-21 Thread Christopher R
Sorry, for the multiple threads I just want to get this solved. The problem happens in FireFox 3.x, all you have to do is view the page in IE7 then compare that to FF3 and IE6 and you'll see. Argh On Sat, Mar 21, 2009 at 8:02 PM "Holly Bergevin" wrote: >From: Christop

[css-d] Image Slice not working?

2009-03-21 Thread Christopher R
Hello, I need some help as in why this page http://www.thecreativesheep.ca/site/imagepage4.html dealing with the image slices and the id "logo" and "logo img" why the page looks fine in IE7 but FF and IE6 it breaks? __ css-discus

Re: [css-d] Image Slices

2009-03-21 Thread Christopher R
Hello, I need some help as in why this page http://www.thecreativesheep.ca/site/imagepage4.html dealing with the image slices and the id "logo" and "logo img" why the page looks fine in IE7 but FF and IE6 it breaks? On Thu, Mar 19, 2009 at 12:07 AM "Holly Bergevin"

[css-d] Image Slices \ Page Breaks

2009-03-20 Thread Christopher R
I would like to know why the main image on my page breaks in FireFox and IE6 but looks fine as in how I want it to look in IE7? www.thecreativesheep.ca/site/imagepage4.html __ css-discuss [cs...@lists.css-discuss.org] http://www.c

Re: [css-d] Image Slices

2009-03-19 Thread Christopher R
y Bergevin" wrote: >From: Christopher R > > > As you can see the image is still not in order it's like a jigsaw puzzle on > > the page > > >> > http://www.thecreativesheep.ca/site/imagepage3.html > > Following are some suggestions that may, or m

Re: [css-d] Image Slices

2009-03-18 Thread Christopher R
even with more slices which should make no difference with fewer slices or more slices yet the results are near the same. On Wed, Mar 18, 2009 at 6:14 PM "Kathy Wheeler" wrote: > > On 19/03/2009, at 6:11 AM, Christopher R wrote: > > Here is my Image slices pr

Re: [css-d] Image Slices

2009-03-18 Thread Christopher R
> www.editura.de > AG Berlin-Charlottenburg · HR B 81823 · USt.Id. DE217180548 > Geschäftsführer: Ralf Szymanski > > > Christopher R schrieb: > > I put in padding 0, margin 0 within the div and that didn't solve it > > neither did display:inline or display: block. &

Re: [css-d] Image Slices

2009-03-10 Thread Christopher R
I put in padding 0, margin 0 within the div and that didn't solve it neither did display:inline or display: block. idname img {rules} is how I currently have it laid out. Now what also I find odd is that I have all my slices loaded but 2 slices don't show up in the right order there still is a g

[css-d] (no subject)

2009-03-10 Thread Christopher R
Hi does anyone know why I'm getting white spaces between sliced images ? I have a bunch of tags within the and I can't figure out why the images have spaces, and currently why half of the image slices look fine and the rest look like a jigsaw puzzle. __

[css-d] User Style Sheets ?

2009-03-08 Thread Christopher R
I have two questions, first off how many people here sometimes use there own style sheet ? Also could you have your style sheet so that no matter what it could not be overwritten but without adding a series of !important everywhere in the style sheet?

Re: [css-d] IE6 Class block larger

2009-02-17 Thread Christopher R
I appreciate the help David very much, I would just like to know with what I have designed how I could fix that cut off that happens with IE6? On Tue, Feb 17, 2009 at 11:19 AM "David Laakso" wrote: >Christopher R wrote: > > www.thecreativesheep.ca/page_error/imagepage

Re: [css-d] IE6 Class block larger

2009-02-17 Thread Christopher R
. > > One warning on this page - I can see a lot of absolute positioning. > Try resizing your browser (say to 800x600) and you'll notice the > content doesn't move and you can only see half the page! > > ~Mx > http://www.mxdx.co.uk > > > > 2009/2/

[css-d] IE6 Class block larger

2009-02-17 Thread Christopher R
www.thecreativesheep.ca/page_error/imagepage3b.html I'm having a problem with an element on this page the "class.myface" when compared in IE7/FF/etc it looks fine but when you view it in IE6 the "class.myface" block element is scaled bigger, I've been trying to figure this out for a day or two I

Re: [css-d] Style showing up wrong in IE6

2009-02-15 Thread Christopher R
. On Sat, Feb 14, 2009 at 10:20 PM "Christopher R" wrote: >They are absolute positioned > > > > On Sat, Feb 14, 2009 at 8:59 PM "David Laakso" > wrote: > >Christopher R wrote: > > > http://www.thecreativesheep.ca/page_error/page_error_ie6.ht

Re: [css-d] Style showing up wrong in IE6

2009-02-14 Thread Christopher R
They are absolute positioned On Sat, Feb 14, 2009 at 8:59 PM "David Laakso" wrote: >Christopher R wrote: > > http://www.thecreativesheep.ca/page_error/page_error_ie6.html > > > > If you compare the page in IE6 and any other browser you'll see that the >

Re: [css-d] Style showing up wrong in IE6

2009-02-14 Thread Christopher R
Alright, I'll have patience :) On Sat, Feb 14, 2009 at 7:11 PM "David Laakso" wrote: >Christopher R wrote: > > http://www.thecreativesheep.ca/page_error/page_error_ie6.html > > > > If you compare the page in IE6 and any other browser you'll see th

[css-d] Style showing up wrong in IE6

2009-02-14 Thread Christopher R
http://www.thecreativesheep.ca/page_error/page_error_ie6.html If you compare the page in IE6 and any other browser you'll see that the little blue box in the bottom right hand corner is stretched and the words at the bottom are not in the middle when you view the site in IE6 anyone know what th

[css-d] IE6 - Render Problem with styles

2009-02-13 Thread Christopher R
Hello, I'm having a problem with this page: http://www.thecreativesheep.ca/page_error/page_error_ie6.html If you can just focus in on the blue box at the bottom and the text you'll see that the blue box when compared in any other browser looks as I intend it to look but in IE6 it doesn't anyone

Re: [css-d] IE6 - DDbelatedPNG

2009-02-13 Thread Christopher R
I'm currently trying to solve and I did fix that error but if anyone has experience with it if you could let me know. On Fri, Feb 13, 2009 at 9:41 PM "David Hucklesby" wrote: >On Fri, 13 Feb 2009 20:34:21 +0000, Christopher R wrote: > > Hello, I'm trying to ge

[css-d] IE6 - DDbelatedPNG

2009-02-13 Thread Christopher R
Hello, I'm trying to get the DDbelatedPNG JS hack to work on my site and I read a few weeks ago a few here are using it successfully. The problem is it's not working for me this is the code I have in my page

[css-d] Styles show up wrong in IE6

2009-02-10 Thread Christopher R
This style does not show up in IE6 #contactinfo p { font-size: small; font-style: italic; width: 275px; font-size: 70%; top: 97%; right: 395%; position: relative; } This style is stretched on the width in IE6 .myface { height: 80px;

[css-d] Chrome an IE Clone?

2009-02-03 Thread Christopher R
I've been using Opera for a long time and I think it is a good browser but I will be making a switch over to chrome. I have more of a statement to make about Chrome when I tried the beta version (I know it's still lingers to some extent as a beta) did it seem to anyone that it appears to rende