[css-d] a site that looks okay in firefox, but (*suprise*..) not in IE. beginner.

2005-06-06 Thread Jason Baker
Hello, I am not very familiar with the ins and outs of CSS. I'm a software developer, i'm used to programming languages and try to pretend i know what i'm doing with html, but this css stuff is news to me. I'm trying to architect a pretentious personal page, but i can't figure out how to ge

[css-d] a:hover border-bottom not showing up in IE?

2005-06-27 Thread Jason Baker
i have a few problems with a personal page that renders okay in firefox but not so well in IE 6. my first problem is as follows: i want my links to look like boxes with a black solid border on all sides and when the user hovers over a link i want the border style to change to dashed. the follow

Subject: RE: [css-d] a:hover border-bottom not showing up in IE?

2005-06-28 Thread Jason Baker
>> From: "Peter Williams" <[EMAIL PROTECTED]> >> Have you turned off the default underlining ofr links in the div? >> #nav a {text-decoration:none;} Peter, I have now added the "text-decoration:none;" to both relevant sections of the css file but I still do not see a bottom border in IE. Here a

[css-d] IE: Stretched Image as background in IE?

2005-06-28 Thread Jason Baker
I am trying to make a stretched background fill the viewport. The desired effect is to have an image stretched to 100% of the viewport's width and have a 94% height. Additionally i want to vertically center the image. I'm not sure if i'm attempting this effect correctly, so feel free to suggest