[css-d] searchbox gone and content shifted

2006-02-20 Thread ephi
(1) Search box MIA in IE If you see the layout in the following URL in FF, you'll see a red bordered search box on the left over the menu. http://ephi.f2o.org/petra/html_index_petra.html However, it doesn't show up in IE 6 (I don't know about its predecessor). If I hide the positioning rule

Re: [css-d] De-applying :focus for radio buttons

2006-02-20 Thread Iorhael
You might consider the IE-only behavior CSS - it won't validate (so put it in a conditional comment block for IE and hide from the validator) and you'll have to write an .htc in javascript to force IE to modify the class of the element - then update your conditional CSS to mention that

Re: [css-d] Centering a List Menu

2006-02-20 Thread Sander van Surksum
Try this #footer { text-align:center; } #footermenu { margin: 0; padding: 0; } #footermenu li { display: inline; list-style-type: none; padding-right: 20px; } div id=footer ul id=footermenu lia href=#link1/a/li lia href=#link2/a/li lia

Re: [css-d] css-list reply

2006-02-20 Thread Jochem Maas
[EMAIL PROTECTED] wrote: Jochem, I don't know how to reply to the list, or to attach it to the same just do a reply all to the post in quesation, sending to the list is just a matter of mailing to the list email addr: css-d@lists.css-discuss.org string, therefore I'm replying to you

[css-d] Horizontal scrollbar in IE 7 beta 2?

2006-02-20 Thread Mikhail Bozgounov
Fixed-width layout, based on the negative margins technique: http://www.bluelink.net/zero-waste/ CSS: http://www.bluelink.net/zero-waste/css/master.css Ths strange thing: The website is fixed to 750px width, and in Firefox 1.5, Opera 8.5, IE 6.0 all is ok. ONLY in IE 7.0 beta 2 there's a

Re: [css-d] CSS Source Orded

2006-02-20 Thread francky
Roger Roelofs wrote: On Feb 19, 2006, at 2:34 PM, kate wrote: question first: How do we have the banner show on all the web pages from the index? You will need a server-side language for this. CSS can't. I think it depends on the character of the banner: is it just an image, or a

Re: [css-d] CSS Media

2006-02-20 Thread Cem Meric
When a browser is loading a page (ie. where media=screen), does a browser load/cache alternate stylesheets that are additionally declared in the page like so? link rel=stylesheet type=text/css href=/css/print.css media=print / Good question, browser wouldn't know when you will need/call

Re: [css-d] Horizontal scrollbar in IE 7 beta 2?

2006-02-20 Thread Ingo Chao
Mikhail Bozgounov wrote: Fixed-width layout, based on the negative margins technique: http://www.bluelink.net/zero-waste/ a.p. boxes that have a right:value set seem to cause scrollbars in IE7b2preview. Funny thing is that overflow:hidden on this box stops the bug; that would be #motto in

Re: [css-d] Centering a List Menu

2006-02-20 Thread Adam Kuehn
At 12:47 AM 2/20/2006, Tyson Tate wrote: I'm trying to create a centered menu using a ul that looks like so: http://ohgoditburns.net/wp-content/uploads/2006/02/desired_menu.gif The links are regular and don't use image replacement. Can anyone suggest a list menu technique that allows for

Re: [css-d] Centering a List Menu

2006-02-20 Thread Tyson Tate
This *almost* works. I applied a background to the container div (that is repeat-x). The problem is that the div and the ul are 100% wide and don't shrink to fit the inline li elements. How might I go about doing that? Or, perhaps someone knows of another way to get the left and right tab

[css-d] IE problems

2006-02-20 Thread Rhianika C
Hello everyone, I'm hoping to find a fix for a website a friend and I have been working on as a school project. It works fine in Firefox, but does some weird things in IE. We've already fixed a couple bugs, but can't get it to work perfectly in IE. Any help would be greatly appreciated.

[css-d] page check please

2006-02-20 Thread Schalk
Greetings All, Please have a look at the following pages: http://www.volume4.com/fc/index.html http://www.volume4.com/fc/entry_archive.html Let me know any problems you run into. I know IE6 has some bugs, the strangest for though is what happens in Opera. Thanks! -- Kind Regards Schalk

Re: [css-d] page check please

2006-02-20 Thread Ian Young
Please have a look at the following pages: http://www.volume4.com/fc/index.html http://www.volume4.com/fc/entry_archive.html Let me know any problems you run into. I know IE6 has some bugs, the strangest for though is what happens in Opera. Thanks! #top-nav { position:relative;

Re: [css-d] page check please

2006-02-20 Thread Ingo Chao
Schalk wrote: Greetings All, Please have a look at the following pages: http://www.volume4.com/fc/index.html http://www.volume4.com/fc/entry_archive.html Let me know any problems you run into. I know IE6 has some bugs, the strangest for though is what happens in Opera. Thanks! If you

Re: [css-d] page check please

2006-02-20 Thread Jim Davis
Schalk, Re-sizing text presents problems. Look at the design in FF Win and press control+ and you will see a page that renders similar to what you see in Opera. Perhaps sizing the menu elements in em's may help. I would be interested in any feedback you get as a result of your fixed width

Re: [css-d] Can I put a link on an image in CSS?

2006-02-20 Thread Jochem Maas
Peter Snow Cao wrote: ... body div id=header a href=index.htmlimg border=0 src=images/invisible.gif width=130 height=124 align=left alt=Bike China Logo Link to Home Page //a p align=centera name=top id=topBike China Adventures, Inc./abr/emfont color=#00Tour

Re: [css-d] IE problems

2006-02-20 Thread francky
Rhianika C wrote: Hello everyone, I'm hoping to find a fix for a website a friend and I have been working on as a school project. It works fine in Firefox, but does some weird things in IE. We've already fixed a couple bugs, but can't get it to work perfectly in IE. Any help would be greatly

Re: [css-d] page check please

2006-02-20 Thread Christian Sahm
Am 20.02.2006 um 17:10 schrieb Schalk: Greetings All, Please have a look at the following pages: http://www.volume4.com/fc/index.html http://www.volume4.com/fc/entry_archive.html Let me know any problems you run into. I know IE6 has some bugs, the strangest for though is what happens in

Re: [css-d] Can I put a link on an image in CSS?

2006-02-20 Thread Els
Jochem Maas wrote: Peter Snow Cao wrote: a href=index.htmlimg border=0 src=images/invisible.gif width=130 height=124 align=left alt=Bike China Logo Link to Home Page //a not with standing the FONT crap, why go to trouble of adding a 1x1 gif etc? why not something like?: a id=header

Re: [css-d] xhtml open new window: was (no subject)

2006-02-20 Thread Roger Roelofs
Max, On Feb 17, 2006, at 8:45 PM, Maxwell Balmain wrote: Quick question: I am converting some pages to to xhtml strict CSS. What is the correct way to get links to open in a fresh page? I guess the target= _blank function will not validate. This is off-topic for this list, so if you need

Re: [css-d] floated image doesn't overlap [was: no subject]

2006-02-20 Thread Els
Daniel Reichhard wrote: i'm searching for a way to let an image overlap some text ( included in a div ) in IE. it works fine in firefox, opera, safari and konqueror, but IE breaks the layout. (the bamboo tree on the right should overlap the content-box in the middle)

Re: [css-d] Conflicts in widths/margins/padding? - help!

2006-02-20 Thread Adrian Gould
Apologies - http://www.gordonandcompany.co.uk/css/main.css is the correct URL for the above issue. Apologies also if this doesn't append to the correct thread - no-one has confirmed how I can ensure this happens (if it has bugged you, now's your chance! Thanks.) Adrian -- No virus found in

[css-d] Ways to deal with IE/Win issues on a Mac?

2006-02-20 Thread Bob Monsour
Short of the following options: (a) buying a windows machine, (b) running virtual PC on my mac, or (c) spending money on a service such as Browsercam, or (d) pinging Win users to check on how the site looks, has anyone ever developed a browser (or mode for a browser) for the Mac that

Re: [css-d] Conflicts in widths/margins/padding? - help!

2006-02-20 Thread Gunlaug Sørtun
Adrian Gould wrote: Apologies - http://www.gordonandcompany.co.uk/css/main.css is the correct URL for the above issue. If IE6 is right, then the following additions should bring Firefox and other good browsers pretty close... body { position: relative; } #container { right: 100px; min-width:

Re: [css-d] Clearing internal floats

2006-02-20 Thread Tom Edwards
Unfortunately, that makes everything clear the sidebar. It was the first thing I tried, should have mentioned it. --- Els [EMAIL PROTECTED] wrote: Tom Edwards wrote: I'd appreciate some help with this problem. Here is what I'm trying to achieve:

Re: [css-d] Clearing internal floats

2006-02-20 Thread cj
do you by chance have a live page that we could play with? __ 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 --

Re: [css-d] Clearing internal floats

2006-02-20 Thread Els
Tom Edwards wrote: [snip construct of floated sidebar and clearing elements within content] My content and image are both contained within the same div element. Is it possible to specify a clearing element to ONLY clear floats with a specified parent? No, but if you would float this parent

Re: [css-d] page check please

2006-02-20 Thread Schalk
Christian Sahm wrote: Am 20.02.2006 um 17:10 schrieb Schalk: Greetings All, Please have a look at the following pages: http://www.volume4.com/fc/index.html http://www.volume4.com/fc/entry_archive.html Let me know any problems you run into. I know IE6 has some bugs, the strangest

[css-d] Left floated div causes 2 or 3 pix shift of text in IE

2006-02-20 Thread Admin at AK
I know this has a way round it but I cannot remember where I saw it and I can't get the keywords right to find it anywhere. There's a content div with a left-margin of 150pix. There's a floated left div of wifht 125px within that conten t div. In IE (not in FF) the text in the content div is

Re: [css-d] page check please

2006-02-20 Thread dsleep
Hello, I tried the Safari link below with my website and it looks almost the same in Opera as it does in Safari. One of the images gets distored in Safari and the CSS menu wraps. Opera wraps the menu. A caveaut is that on my localhost, Opera does not show the menu at all. IE6 looks fine except

Re: [css-d] Left floated div causes 2 or 3 pix shift of text in IE

2006-02-20 Thread Donna Casey
Admin at AK wrote: Can aomeone point me at the page, or a page, where the way round this is dealt with. http://positioniseverything.net/explorer/threepxtest.html HTH __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Clearing internal floats

2006-02-20 Thread Tom Edwards
Sure: http://www.steamreview.org/files/newstyle.htm That's more of a personal testbed (thus all the Mozilla-specific code), but the float issue affects the main page too. I've made the entry div green to show where it lies. I'm currently using overflow:auto on the main page which more or less

Re: [css-d] Clearing internal floats

2006-02-20 Thread Tom Edwards
Whoops, missed this one. Messages aimed at me get keep getting sent to the junk folder. The only difference between your and my pages is that the sidebar div comes before the content for me. Is that causing the problem? --- Els [EMAIL PROTECTED] wrote: Maybe I didn't explain it well enough :-)

Re: [css-d] Can I put a link on an image in CSS?

2006-02-20 Thread David Dorward
On 18/02/06, Els [EMAIL PROTECTED] wrote: Ah, didn't get you the first time. You can have an invisible gif in the a element, or even just a nbsp; if you set the a element to display:block;. Just position this link with position:absolute; over the background image that's there. That way it

[css-d] Research for my JS book: How would you like dynamic classes to be maintained by you?

2006-02-20 Thread Christian Heilmann
Sorry if that is off-topic, but I wanted to get some input before wasting time on a book chapter nobody will care about :-) I am currently writing a book on Usable JavaScript, and I had some questions about how we can make the maintenance of JavaScript and CSS interaction easier. If you can

Re: [css-d] page check please

2006-02-20 Thread Schalk
[EMAIL PROTECTED] wrote: Hello, I tried the Safari link below with my website and it looks almost the same in Opera as it does in Safari. One of the images gets distored in Safari and the CSS menu wraps. Opera wraps the menu. A caveaut is that on my localhost, Opera does not show

Re: [css-d] Clearing internal floats

2006-02-20 Thread Els
Tom Edwards wrote: --- Els [EMAIL PROTECTED] wrote: Maybe I didn't explain it well enough :-) I use it every day, and it works. In short: div id=sidebar /div div id=content div id=content1 img src=image.jpg alt=alt-text ptext/p /div div id=content2 ptext/p /div

[css-d] IE7b2, interesting Sitepoint articles:

2006-02-20 Thread Michael Hulse
Just thought I would post some links to a couple of articles published via Sitepoint.com newsletters: • IE7: The 'IEagle' has Landed http://snipurl.com/mrrt • Introduction: Let's get to work! • CSS: Fixing SitePoint for IE7 http://snipurl.com/mrrw If anyone is curious, Sitepoint offers some

[css-d] 3col sample with fixed 1st and 2nd columns

2006-02-20 Thread Julian Voelcker
Hi All, I'm trying to work out a 3 col layout + header and footer with the first and second columns being a fixed width whilst the third column is stretchy. I'm slowly checking through the samples in the Wiki, but would appreciate a headsup if you havecome across one already. THanks. --

Re: [css-d] Centering a List Menu

2006-02-20 Thread Michael Hulse
On Feb 19, 2006, at 9:47 PM, Tyson Tate wrote: I'm trying to create a centered menu using a ul that looks like so: http://ohgoditburns.net/wp-content/uploads/2006/02/desired_menu.gif The links are regular and don't use image replacement. I can get the menu just fine using most any list menu

[css-d] Tableless borders and IE7 vs IE6 (long post)

2006-02-20 Thread Phillip Perry
Hi, I'm fooling around with the tableless css at http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml The problem I'm having is that when I was using IE7 and NS and FF and Opera I had everything working fine after I fixed the DTD (which is now !DOCTYPE HTML PUBLIC -//W3C//DTD

Re: [css-d] page check please

2006-02-20 Thread Schalk
Schalk wrote: Christian Sahm wrote: Am 20.02.2006 um 17:10 schrieb Schalk: Greetings All, Please have a look at the following pages: http://www.volume4.com/fc/index.html http://www.volume4.com/fc/entry_archive.html Let me know any problems you run into. I know IE6 has some bugs, the

[css-d] floating lists sublists to the right.

2006-02-20 Thread rebecca taylor
hi, i have a simple navigation structure, a top level list, and sub-lists visible only when on the landing page of the top list (i.e. no hover states showing/hiding sub-lists). i seem to not be able to get both lists to line up to the RIGHT. i want my items to be right-aligned. that's easy

[css-d] CSS List Menu Options

2006-02-20 Thread Keith Kaiser
At kaiserklan.com/roundtable/indexxml.html is a mock-up of the pages I'm working on. I would like the left side menu to stay 100% CSS (if possible) but I want to be able to have just one front page and use XMLHttpRequest() to replace the tan part of the page depending on the menu selection. This

[css-d] Site check please,fat paw design site redesign

2006-02-20 Thread Peter Hyde-Smith
2006/02/20 Hello, All: I'd appreciate a site check of the redesign of my website, fat paw design. http://www.fatpawdesign.com/index.html http://www.fatpawdesign.com/fpdbaseformatcss.css http://www.fatpawdesign.com/fpdpagecss.css I am particulalry interested in how resizing the view-port, text

[css-d] Positioning layout problem

2006-02-20 Thread nouhad
Hello there, Im having problems coding my layout (again) Here http://nouhad.technat.org/Modern/compo.jpg is how i want the layout to look Here http://nouhad.technat.org/Modern/style.css is the CSS Here http://nouhad.technat.org/Modern/ is how the site looks so far And the DIVS are contained in

Re: [css-d] page check please - forgott

2006-02-20 Thread Felix Miata
Schalk wrote: Please have a look at the following pages: http://www.volume4.com/fc/index.html http://www.volume4.com/fc/entry_archive.html Except for the teensy text in the cartoon text bubbles everything seems fine to me @ 1792x1344 on Linux Epiphany Konqueror. If it was me doing it,

[css-d] safaritest page check

2006-02-20 Thread [EMAIL PROTECTED]
http://snugtech.com/en/safaritest This is interesting, thought provoking. I tested one of my sites that uses the Eric Meyer drop-down menu with the csshover.htc file - the menu works perfectly in IE and Firefox - however using this test form it breaks. I've not gotten any complaints, perhaps

[css-d] Form Layout how would *you* do this? question...

2006-02-20 Thread Les Mizzell
What I'm trying to get is: http://www.columbiacityjazz.com/LEV4_VOUCHERS_DIV_STEP2.gif I've set it up like this: div class=ROW span class=fltLEFTLong Distance Telephone Calls/span span class=fltRIGHTinput type=text name=whatever/span /div The left/right aligned columns isn't the

[css-d] centering bordered image

2006-02-20 Thread XtiaN
Hi guys, I have prob here centering my image(s) i can't see my padding in .img-bdr img (IE7). Does anyone know how to solve the prob without wrapping that image with another div? thanks style .img-bdr { text-align: center; margin: 0 auto; width: 100%; } .img-bdr img{ margin:

[css-d] FW: CSS List Menu Options

2006-02-20 Thread Vic Rauch
Keith Kaiser said: I can't figure out a way to put this ul/li css menu into a form where I can call the clicked items value to pass to the script to call the next text file. What I need is something like this ul li id=three value=menu.txtBonus Programs li id=four value=three.txtThree