Re: [css-d] floats, negative margins and mess

2005-06-22 Thread dwain
virginia, does the following work for you? span .Name { background:url(the path to the image); border: 1px solid #949283; padding: 5px; margin: 10px; /* or whatever suits your intent */ float: left; height: 140px; width: 100px; } Molor dolortisl et ullam mi

[css-d] floats, negative margins and mess

2005-06-22 Thread Virginia Murdoch
Hello, My client has approved this design: http://www.unc.com.au/jd2/1.html I'm trying to recreate that left-floated, negative-indented image placement, and struggling - I've come up with: http://unc.com.au/jdsite/ It's not going to be a big deal if I can't get it to work, but I'd LIKE to; h

RE: [css-d] not showing in FF

2005-06-22 Thread Peter Williams
> From: Arnie Shafer > > Could someone please tell me why the hr's are not showing in > FF. Here is the css code I am using: > > div #container #main-text hr { > color: #003300; > background-color: #003300; > height: 2px;} > I used your css and this markup: Container div. Main text div

[css-d] not showing in FF

2005-06-22 Thread Arnie Shafer
Could someone please tell me why the hr's are not showing in FF. Here is the css code I am using: div #container #main-text hr { color: #003300; background-color: #003300; height: 2px;} Thanks, Arnie __ css-discuss [EMAIL P

Re: [css-d] [IE] does not float

2005-06-22 Thread martin f krafft
also sprach Philippe Wittenbergh <[EMAIL PROTECTED]> [2005.06.23.0318 +0200]: > Unfortunately, it didn't fix that. There seem to be a problem with > the Bitstream Vera font. Allow me to say that I do find it ironic that the only browsers which does not show € in this case are the Mac ones, when Ma

Re: [css-d] [IE] does not float

2005-06-22 Thread Philippe Wittenbergh
On 23 Jun 2005, at 7:56 am, martin f krafft wrote: I didn't put it there. I was using a wysiwyg editor, which put it there. That bastard. Now it works as expected in FF, Opera 7, and Konqueror. (hmm that very long url might still cause problems.) nothing I can't solve... URL removed. Ah, if

Re: [css-d] [IE] does not float

2005-06-22 Thread martin f krafft
also sprach Gunlaug Sørtun <[EMAIL PROTECTED]> [2005.06.22.1427 +0200]: > ol#section-selectors-aboutfolder can not wrap on narrow windows - below > 1024px or so. Yeah, I see this problem. I wonder though: I've added a "white-space: normal !important;" to ol.section-selectors, which is just being

Re: [css-d] [IE] does not float

2005-06-22 Thread martin f krafft
also sprach Philippe Wittenbergh <[EMAIL PROTECTED]> [2005.06.22.1433 +0200]: > You have a width defined static object to be placed next to > a floated object. Yeah, this is precisely the problem. > Have you tried deleting the width declaration from the table ? I didn't put it there. I was using

Re: [css-d] li:hover does not work in IE

2005-06-22 Thread saul
Thank you to everyone for the assist. I'm working on a couple of the suggestions. Saul On Jun 22, 2005, at 1:19 PM, Justin Smith wrote: saul wrote: Hello, I'm trying to use the :hover pseudo element for a list, and it works great in Firefox and Safari but not at all in IE (all Macintosh).

[css-d] Impossible nested list item problem

2005-06-22 Thread Scott Blanchard
I'm attempting to create an accordion style menu using nested list items. However, I want each list item to indent properly, but at the same time, I want the element's background to span the entire width of the root UL element. For example, in this URL: http://v5.octane8.com/expandoTestListItems/

Re: [css-d] semantics of website header

2005-06-22 Thread Zoe M. Gillenwater
[EMAIL PROTECTED] wrote: When creating a website header with the site logo, there are various methods & I often wonder which is the best - or most semantically correct way. Basically my goal is to provide the best SEO & Accessible method. As you stated yourself, this is not a CSS questio

[css-d] Float layout

2005-06-22 Thread m4nticore
Hi, I have to restyle this site http://www.webrainstorm.it/menu.php?menu=1&ch_lang=ita, making the layout fluid. At first I0ve tried using this CSS code: html { background: url(img/top-right.png) no-repeat top right; } body { background: url(img/top-left.png) no-repeat top left; }

[css-d] semantics of website header

2005-06-22 Thread riquez
Hi, When creating a website header with the site logo, there are various methods & I often wonder which is the best - or most semantically correct way. Basically my goal is to provide the best SEO & Accessible method. The 3 ways I would consider are: • Header bar as a background graphic t

[css-d] Re: width and float problem on Mac

2005-06-22 Thread lessard
Philippe Wittenbergh wrote: > I can not see your site, as it appears to be behind a login screen. Oups! Sorry! The address I gave you was hidden this morning. Here is the public site: www.chss.uqam.ca >Wild guess based on your code snippets: > Y

[css-d] Site Checks: Two Web Sites (Ekon & Interchange)

2005-06-22 Thread Jason Gennaro, JJPG Communications
Hi All: I am just completing work on two new Web sites and would appreciate a site check on either or both. Any Mac info is also welcome, as I don't have access to a Mac. Site #1: http://www.ekon.ca/concept.php (Home) http://www.ekon.ca/Styles/ekon2.css (Stylesheet) Site #2: http://www.thein

Re: [css-d] li:hover does not work in IE

2005-06-22 Thread Justin Smith
saul wrote: Hello, I'm trying to use the :hover pseudo element for a list, and it works great in Firefox and Safari but not at all in IE (all Macintosh). Is there a trick to getting the :hover element to work in Explorer? If you're not concerned with having 100% valid css, you can use the

RE: [css-d] li:hover does not work in IE

2005-06-22 Thread Dennis Bixler
You are going to hear this from a lot of people. The :hover pseudo class only work with the a tags in IE. You can achieve the same results using the :hover on the anchor instead of the list. List-o-matic will generate the code, don't have think right off hand but it is in the wiki. Dennis Bixle

Re: [css-d] CSS rollOver/swapImage problem

2005-06-22 Thread Ingo Chao
Geoffrey Alan Colbath schrieb: http://www.meyerweb.com/eric/css/edge/popups/demo2.html and I viewed in in IE 6.0.2900...etc..., where it worked fine. The URL for the page I'm developing is: http://id.iit.edu/~colbath/stuff/ExternalSiteRedux/Geoff/1.2.1.html div.divRedBox a img.hidden { ...

[css-d] li:hover does not work in IE

2005-06-22 Thread saul
Hello, I'm trying to use the :hover pseudo element for a list, and it works great in Firefox and Safari but not at all in IE (all Macintosh). Is there a trick to getting the :hover element to work in Explorer? http://inventionshow.com/development/layout.html Thanks, Saul Straussman ___

[css-d] CSS rollOver/swapImage problem

2005-06-22 Thread Geoffrey Alan Colbath
Hello, I'm trying to implement a CSS-driven rollOver/swapImage effect, and it works fine in browsers such as FF and Mozilla, but not in IE. I followed the turorial available here: http://www.meyerweb.com/eric/css/edge/popups/demo2.html and I viewed in in IE 6.0.2900...etc..., where it worked fine.

[css-d] Three columns layer

2005-06-22 Thread Augusto Murri
Hi all, i've a problem to create a simple BOX tableless browsing it in firefox!! This is the simple code: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"; >