Re: [css-d] Hover

2007-08-13 Thread Jukka K. Korpela
On Mon, 13 Aug 2007, faramineux wrote: > I do not want the images which are linked to be styled the way the > text links are. They aren't. As a rule, none of the default styling of text links is applicable to images that are links, though such images have default styling of their own. Thus, it

Re: [css-d] Help! Can't make my dropdown work in IE

2007-08-13 Thread Alan Gresley
Chris Rahe wrote in reply to Ingo Chao: http://www.bremenhospital.org/testsite/pages/specialists.html > Well I think I've followed your instructions and it works fine in > IE7, but still not in IE6. Do I still have something wrong? Hi Chris What is actually not working now in IE6, which menu. T

Re: [css-d] IE 6 shell game

2007-08-13 Thread David Laakso
tedd wrote: > Hi gang: > > Please review: > > http://www.webbytedd.com/clients/torch/philosophy.php > > While using IE 6 (for both Win-XT and Win-2K) the text in the main > section of this page (below the menu and above the footer) is > displayed sometimes and other times it's hidden. > > Any ide

[css-d] 'rounded corner' type design but with ruffled sides/corners, so not as easily 'repeat-x'ed

2007-08-13 Thread Jake Malone
Hello all, I wanted to make a 'rounded' box design but uses a '18th century burned paper' or even better the more ruffled 'Wild West Wanted Poster' design. but this kinda design uses ripped sides, which isn't hard if sides are straight). So the hard part is: rough 'cutup' sides through the left/rig

[css-d] filter:gray()

2007-08-13 Thread Maziak, Peter
I like the IE proprietary property filter:gray(). Does anyone know of a similar property for other browsers (specifically FF & Safari)? Note on application: I like using it to indicate the disabled state of an icon, especially in combination as such: .disabledIcon{ filter: Blend

[css-d] IE 6 shell game

2007-08-13 Thread tedd
Hi gang: Please review: http://www.webbytedd.com/clients/torch/philosophy.php While using IE 6 (for both Win-XT and Win-2K) the text in the main section of this page (below the menu and above the footer) is displayed sometimes and other times it's hidden. Any ideas as to why this is happening

Re: [css-d] Hover

2007-08-13 Thread cj
On 8/13/07, faramineux <[EMAIL PROTECTED]> wrote: > I do not want the images which are linked to be styled the way the > text links are. > The code below is not working, what is wrong? TIA > a:hover img { > background-color: none; > text-decoration: none; > border-style: none; > } the second sni

[css-d] Hover

2007-08-13 Thread faramineux
I do not want the images which are linked to be styled the way the text links are. The code below is not working, what is wrong? TIA a:hover { color: #2B4058; font-size: 13px; font-weight: normal; background-color: #fffbdf; border-bottom-style: dashed; border-bottom-width: 1px; a:hover img {

Re: [css-d] My background disappeared

2007-08-13 Thread btwien
@ Amy Is it about the background code below? If yes, remove the image after background and I guess (but am not sure) that the quotes are not necessary... Your image link is also relative, so you might have to add ../ before your upload etc name ... background-image:url('/upload/library/i/introna

Re: [css-d] problems with absolute positioned DIV in IE 6

2007-08-13 Thread Ingo Chao
Christian Kirchhoff wrote: > > ... > http://www.digitale-bibliothek.de/Maschinentechniker/METS2/index.htm here, the slider is visible, its the other 2a link below that misses the slider. > ... > Anyway the slider does not appear in IE 6. Position and size are defined in > the html document: >

Re: [css-d] Help! Can't make my dropdown work in IE

2007-08-13 Thread Chris Rahe
On Aug 13, 2007, at 2:39 PM, Ingo Chao wrote: > > > >> On Aug 13, 2007, at 1:18 PM, Ingo Chao wrote: >> >> Chris Rahe wrote: >> http://www.bremenhospital.org/testsite/pages/specialists.html > >>> "Specialities" button: >>> >>> IE is not able to determine the static position of an absolutely >>> p

Re: [css-d] Help! Can't make my dropdown work in IE

2007-08-13 Thread Ingo Chao
Chris Rahe wrote: > ... > Can anyone take a look at http://www.bremenhospital.org/testsite/ > pages/specialists.html and see if they can figure out what I'm doing > wrong? ... "Specialities" button: IE is not able to determine the static position of an absolutely positioned block. So, if you

Re: [css-d] problems with absolute positioned DIV in IE 6

2007-08-13 Thread Gunlaug Sørtun
Christian Kirchhoff wrote: > http://www.digitale-bibliothek.de/Maschinentechniker/METS2/index.htm > Anyway the slider does not appear in IE 6. IE6 doesn't understand / support absolute positioning for opposite edges of an element, so 'bottom: 0' is simply ignored. Give IE6 a height and overflo

Re: [css-d] Help! Can't make my dropdown work in IE

2007-08-13 Thread Ingo Chao
> On Aug 13, 2007, at 1:18 PM, Ingo Chao wrote: > > Chris Rahe wrote: > http://www.bremenhospital.org/testsite/pages/specialists.html >> "Specialities" button: >> >> IE is not able to determine the static position of an absolutely >> positioned block. So, if you swap left: -999px to 'auto' on

Re: [css-d] Help! Can't make my dropdown work in IE

2007-08-13 Thread Chris Rahe
Thanks! That seemed to fix it in IE7, but the dropdown is permanently there in IE6. As to the select, I'm going to change that to a button similar to the "Specialties" button as soon as I get it working. Thanks again for the help. Any ideas on making it work for IE6? Just because my visitor

Re: [css-d] at import loading

2007-08-13 Thread Robert O'Rourke
Gate Wizard wrote: > question > How does a browser handle @import? > > Example: > in HEAD we have: > > > > - > main.css > /* */ > > Does the browser load the imported CSS before it starts rendering the page, > or after? > > I've looked here, but it doesn't se

Re: [css-d] My background disappeared!

2007-08-13 Thread Gunlaug Sørtun
Amy Drayer wrote: > http://new.jocolibrary.org/ > > I was trying to fix the position of the #content div in the > #maincontent div so the light blue had equal pixels on the left and > right (#content is the white area). It looks okay in IE6 (*sigh*), > but in all other browsers the left is large

[css-d] at import loading

2007-08-13 Thread Gate Wizard
question How does a browser handle @import? Example: in HEAD we have: - main.css /* */ Does the browser load the imported CSS before it starts rendering the page, or after? I've looked here, but it doesn't seem to answer my question: http://www.w3.org/TR

[css-d] Help! Can't make my dropdown work in IE

2007-08-13 Thread Chris Rahe
I've been to this board before with some dropdown issues, but I have a new one. I have one page where they want to provide a dropdown list of medical specialties that will take visitors to an anchor on another page. Rather than doing JavaScript and a form, I thought I'd just go with the ol

Re: [css-d] My background disappeared!

2007-08-13 Thread Amy Drayer
Dear Georg: Thank you! I did the :after (even though I didn't need it before, weird), I'll try the width thing right now. Thank you!! -- In peace, Amy M. Drayer Web Interface Designer [EMAIL PROTECTED] http://www.puzumaki.com ___

[css-d] My background disappeared!

2007-08-13 Thread Amy Drayer
Dear CSS-D: http://new.jocolibrary.org/ I was trying to fix the position of the #content div in the #maincontent div so the light blue had equal pixels on the left and right (#content is the white area). It looks okay in IE6 (*sigh*), but in all other browsers the left is larger than the right s

[css-d] problems with absolute positioned DIV in IE 6

2007-08-13 Thread Christian Kirchhoff
Hallo, I am trying to optimize a web page that looks finde in Firefox and IE 7. There are some problems left in IE 6. Please take a look at: http://www.digitale-bibliothek.de/Maschinentechniker/METS2/index.htm http://www.digitale-bibliothek.de/Maschinentechniker/METS2/style.css There is a l