Re: [css-d] Help with Horizontal List in IE

2010-01-13 Thread Philippe Wittenbergh
On Jan 14, 2010, at 1:32 AM, Denise McLaurin wrote: > I'm creating a horizontal unordered list that in most cases will be long > enough to wrap to more than one line. The and elements are set > to display:block and float:left. I do not have a set width or height on > either of these and pr

Re: [css-d] Help with Horizontal List in IE

2010-01-13 Thread Bill Braun
Denise McLaurin wrote: > Bill Braun wrote: > >> Wild hunch - try separating the words Exam Master Online with >> non-breakable spaces ( ). >> >> Bill B >> >> > > Thanks Bill. I dismissed that initially since this involves a CMS, but > decided to give it a try since the output is creat

Re: [css-d] Help with Horizontal List in IE

2010-01-13 Thread Denise McLaurin
Bill Braun wrote: > Wild hunch - try separating the words Exam Master Online with > non-breakable spaces ( ). > > Bill B > Thanks Bill. I dismissed that initially since this involves a CMS, but decided to give it a try since the output is created by my own module ... it worked! Many thanks

Re: [css-d] Help with Horizontal List in IE

2010-01-13 Thread Bill Braun
Denise McLaurin wrote: > I'm creating a horizontal unordered list that in most cases will be long > enough to wrap to more than one line. The and elements are set > to display:block and float:left. I do not have a set width or height on > either of these and prefer not to do so. > > All work

[css-d] Help with Horizontal List in IE

2010-01-13 Thread Denise McLaurin
I'm creating a horizontal unordered list that in most cases will be long enough to wrap to more than one line. The and elements are set to display:block and float:left. I do not have a set width or height on either of these and prefer not to do so. All works fine in Firefox; however, IE is

Re: [css-d] help with floats

2009-12-16 Thread MEM
> Sent: quarta-feira, 16 de Dezembro de 2009 21:55 > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] help with floats > > MEM schrieb: > > Hello all, > > > > I'm trying to put some text side by side with an image placeholder, > however, > > a

Re: [css-d] help with floats

2009-12-16 Thread Christian Kirchhoff
MEM schrieb: > Hello all, > > I'm trying to put some text side by side with an image placeholder, however, > after some hours, I'm unable to understand why can't I do this. > > Please have a look here: > http://www.chequedejeuner.nuvemk.com/home3.html > > The id is: > #txtConteudoPrimeiraColuna >

[css-d] help with floats

2009-12-16 Thread MEM
Hello all, I'm trying to put some text side by side with an image placeholder, however, after some hours, I'm unable to understand why can't I do this. Please have a look here: http://www.chequedejeuner.nuvemk.com/home3.html The id is: #txtConteudoPrimeiraColuna And it should be side by side w

[css-d] Help with Flickr gallery styles

2009-12-16 Thread Tom Dell'Aringa
Hello, I've got a flickr gallery plugin working on a wordpress install. You can see it here http://walescarpentry.com/our-work/ I'm working in FF3 right now. I'm not sure how it looks in IE, as I only have IE6 and the site doesn't load in that browser for some reason (something else I have to fi

Re: [css-d] Help on constructing a Menu - solved

2009-12-16 Thread MEM
> > > > Why the overflow:hidden; doesn't allow the padding-top and bottom, to > work? > > Overflow only clips a boxes contents. If the content overflows, then > the > padding-right and padding bottom of the box is not visible outside the > border box if the value for overflow is hidden or, not scr

Re: [css-d] Help on constructing a Menu - solved

2009-12-15 Thread Alan Gresley
MEM wrote: >> What's the uri of the "solved" version > > http://chequedejeuner.nuvemk.com/home2.html > > >> >>> My previous questions, however, still applies, >> >> What were your previous questions and what uri did they apply to? I >> tend >> to delete your flood of e-mails on receipt :-) . >

Re: [css-d] Help on constructing a Menu - not yet solved: background images where are they?

2009-12-15 Thread David Laakso
MEM wrote: > Hello again, > > On the last three items of the menu (3 most right items), I'm trying to put > an image as background. > > http://chequedejeuner.nuvemk.com/home2.html > On firebug, the images appear, so I suppose the path is correct, however, > I'm unable to see the images as intended.

Re: [css-d] Help on constructing a Menu - not yet solved: background images where are they?

2009-12-15 Thread MEM
Hello again, On the last three items of the menu (3 most right items), I'm trying to put an image as background. http://chequedejeuner.nuvemk.com/home2.html On firebug, the images appear, so I suppose the path is correct, however, I'm unable to see the images as intended. Can I have the list hel

Re: [css-d] Help on constructing a Menu - solved

2009-12-15 Thread MEM
> What's the uri of the "solved" version http://chequedejeuner.nuvemk.com/home2.html > > > > My previous questions, however, still applies, > > > What were your previous questions and what uri did they apply to? I > tend > to delete your flood of e-mails on receipt :-) . Here is the questio

Re: [css-d] Help on constructing a Menu - solved

2009-12-15 Thread David Laakso
MEM wrote: >> Hello, >> >> The intend result is with equal width between boxes. >> >> I have search the listamatic website, and most of the examples were >> with not fixed width among li elements. >> However, I've just found one that has fixed elements, and I notice that >> it uses display:block; i

Re: [css-d] Help on constructing a Menu - solved

2009-12-15 Thread MEM
> Hello, > > The intend result is with equal width between boxes. > > I have search the listamatic website, and most of the examples were > with not fixed width among li elements. > However, I've just found one that has fixed elements, and I notice that > it uses display:block; instead of display

Re: [css-d] Help on constructing a Menu

2009-12-15 Thread MEM
> > Maybe you might clarify what is you are after? > > The pdf indicates the width of all the boxes is equal. > Your file indicates the width of the boxes is not equal. > > Which of these are you trying to achieve? > > ~d Hello, The intend result is with equal width between boxes. I have se

Re: [css-d] Help on constructing a Menu

2009-12-15 Thread David Laakso
MEM wrote: >> http://chequedejeuner.nuvemk.com/home.html >> >> I intend to arrive here: >> http://chequedejeuner.nuvemk.com/menu.pdf >> >> >> > > Update: > > > Maybe you might clarify what is you are after? The pdf indicates the width of all the boxes is equal. Your file indicates the w

Re: [css-d] Help on constructing a Menu

2009-12-15 Thread MEM
> Hello all, > > I have the following menu: > http://chequedejeuner.nuvemk.com/home.html > > I intend to arrive here: > http://chequedejeuner.nuvemk.com/menu.pdf > > I was hoping that, if we give some padding on this css, we will be > allowed to have the desired effect. > However, this doesn't w

[css-d] Help on constructing a Menu

2009-12-15 Thread MEM
Hello all, I have the following menu: http://chequedejeuner.nuvemk.com/home.html I intend to arrive here: http://chequedejeuner.nuvemk.com/menu.pdf I was hoping that, if we give some padding on this css, we will be allowed to have the desired effect. However, this doesn't work. Here is the css:

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Theresa Newman
I wish I know why. I believe it has to do with treatment of positioned elements and floating is a type of positioning. Would love to hear an experts explanation. On Wed, Dec 9, 2009 at 6:32 PM, Skip Knox wrote: > Well done, Theresa! You know, I looked at that and did the stupid thing: I > said,

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Mehmet Gultas
The first page you wrote ( http://boisestate.edu/courses/crusades/7th/04.shtml ) has a different markup than the other pages. Louis IX at Damietta I have found this in http://boisestate.edu/courses/crusades/7th/09.shtmlDifferent markup with same class names, i belive i

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Skip Knox
Thanks, Yogesh, but I was looking for a solution in the css, not in the html. This is because I have literally hundreds of pages with images on them, all of different sizes. Editing all those by hand was more than I wanted to contemplate. Anyway, as noted elsewhere, Theresa Newman spotted the real

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Skip Knox
Well done, Theresa! You know, I looked at that and did the stupid thing: I said, naw, no way it's that! FYI, the clear didn't work. Only removing the float on the img tag worked. I *knew* it was inheritance, but of course I was only looking at what the div was inheriting and did not look more cl

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Yogesh Agashe
Hello, As Tim and Mehmet have mentioned, setting width should do the trick. Image wrapper's width is 231px and has 1px border. So total width is 233px. Set this width on imagewrapper. I tested it on IE8 and it works fine. DIV.imagewrapper { . width: 233px; } HTH. Yogesh On 12/9/2009 3:41

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Skip Knox
Did a quick firebug check. Nothing is being inherited down other than colors and fonts and the like. I use firebug only rarely, so I could be overlooking something. Skip Knox Boise State University On Wed, Dec 9, 2009 at 2:50 PM, Theresa Newman wrote: > do you use firebug? it shows what other

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Skip Knox
I also did the next obvious thing: paste the css over. I commented out the suspect code from the Crusades page and pasted in the working code from the WestCiv page. Guess what? Broken! Okay. It's not the html and it's not the css, and yet one works and the other doesn't. WTF? Skip Knox Boise St

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Skip Knox
Oops, sorry guys. That working one is sent previously actually uses tables, which lets that out for comparison. Let's try this one: http://www.boisestate.edu/courses/westciv/babylon/ That has the same doctype, same html markup, and essentially the same css as this: http://boisestate.edu/courses/cr

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Mehmet Gultas
You may use contained picture width for css width value. div.imagewrapper { ... width:231px; > as image width is 231px, and it is an image not a fluid content ... } http://boisestate.edu/courses/latemiddleages/politics/france/ >This one using css for layout http://boisestate.edu/courses/crusades

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Skip Knox
Thanks to Tim and David for the response. I'd already tried both those, but I gave it another shot. Still the same issue. The caption insists on filling the entire space. Here's what's even more fun. I have other sites and these don't exhibit the behavior. Here's an example: http://boisestate.edu/

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Climis, Tim
> I'm looking for an explanation as well Presuming that David's fix works (I think it should), here's what's happening: You didn't specify a width on #imagewrapper, which means that it will expand to fit the content. That allows the caption to float up next to the image. (or really, for the ima

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread David Laakso
Skip Knox wrote: > I have constructed a couple of divs to allow me to place a caption > underneath an image. The method works fine in FF and Chrome but not in > IE8. Here's an example: > > http://boisestate.edu/courses/crusades/7th/04.shtml > > This is the stylesheet for it > http://boisestate.edu/

[css-d] Help with IE8 and a caption for images

2009-12-09 Thread Skip Knox
I have constructed a couple of divs to allow me to place a caption underneath an image. The method works fine in FF and Chrome but not in IE8. Here's an example: http://boisestate.edu/courses/crusades/7th/04.shtml This is the stylesheet for it http://boisestate.edu/courses/crusades/styles/main.cs

[css-d] Help w/ slideshow nav

2009-11-17 Thread Greg Wilker
if you go to http://www.apparelnews.net/fashion/slideshows/single?fashion_slideshow_id=15 84 and click on one of the images, you'll get a pop-up slideshow. The "previous" and "next" buttons are supposed to be underneath the respective photos and the photos side by side. Recently, the images chan

Re: [css-d] help with overriding a list style

2009-11-08 Thread russ
Dery" To: Cc: "Kathleen R Dery" Sent: Sunday, November 08, 2009 8:58 PM Subject: [css-d] help with overriding a list style > Hello, I need help: > > I have this css in an external file: > > .box_inner ul li { > > list-style-image: url(images/bullet-teal.gif); &

[css-d] help with overriding a list style

2009-11-08 Thread Kathleen R Dery
Hello, I need help: I have this css in an external file: .box_inner ul li { list-style-image: url(images/bullet-teal.gif); margin-left: 3em; } I only want this to apply to one list that has external links. How can I override this css for my non-link lists? The lists are all attached

Re: [css-d] Help using div and CSS to display image rotators side-by-side

2009-10-08 Thread David Laakso
MarvinC wrote: > I wonder if someone can assist me with a change I'd like to impliment in a > WordPress theme? The name of the theme is Greed and info on it can be found > at the following link: > > http://www.wpdesigner.com/2007/05/27/greed-wordpress-theme/ > > Support for the theme appears to dea

[css-d] Help using div and CSS to display image rotators side-by-side

2009-10-07 Thread MarvinC
I wonder if someone can assist me with a change I'd like to impliment in a WordPress theme? The name of the theme is Greed and info on it can be found at the following link: http://www.wpdesigner.com/2007/05/27/greed-wordpress-theme/ Support for the theme appears to dead so I'm scowering the net

Re: [css-d] help on understanding navigation issues

2009-09-18 Thread MEM
For those that could help me on the flickering issue, here are the updated links: http://www.nuvemk.com/rebelate/rebelateinside/inside2.html http://www.nuvemk.com/rebelate/rebelateinside/css/inside2.css Regards, Márcio __ css-d

Re: [css-d] help on understanding navigation issues

2009-09-18 Thread MEM
> 2) > On IE6 I'm unable to get the .current class to work on hover. I have > tried to change to: > From: > #menuVertical li a.current:hover > > To: > #menuVertical li a:link.current:hover, li a:visited.current:hover > > This seems to work, however, I get unexpected visualization issues > after t

Re: [css-d] help on understanding navigation issues

2009-09-18 Thread MEM
> > 1) > The point is to have 1px between the vertical items. > On any IE, when we click on any item on the horizontal menu, we get > extra padding (I suppose). Why? > Solved. I was getting, on my vertical menu, padding and margin values that come from the #mainMenu. Why? Because of my #mainMen

[css-d] help on understanding navigation issues

2009-09-17 Thread MEM
Hello again, Please have a look here: http://www.nuvemk.com/rebelate/rebelateinside/inside1.html http://www.nuvemk.com/rebelate/rebelateinside/css/inside1.css 1) The point is to have 1px between the vertical items. On any IE, when we click on any item on the horizontal menu, we get extra padd

Re: [css-d] Help with Spry drop down menu in IE 7

2009-08-19 Thread Randy Edmunds
Hi Steven, > I'm creating a Spry vertical drop down menu in Dreamweaver. > It works fine in Firefox, > but takes on a different form in IE 7. The submenus drop > horizontally. More importantly, when the web page font > size is increased, a > white text box is shown behind the submenu. The mor

[css-d] help removing the tables?

2009-08-19 Thread Greg Wilker
Hello everyone, I threw 2 tables in to get this out to the client quickly for feedback - but I'd like to get ride of them. I was having alignment issues with the divs. does anyone have any advice that might help? http://67.20.67.77/HTN/default-old.html (It is the 2 bottom element on the right -

[css-d] Help with Spry drop down menu in IE 7

2009-08-17 Thread Steven Low
I’m creating a Spry vertical drop down menu in Dreamweaver. It works fine in Firefox, but takes on a different form in IE 7. The submenus drop horizontally. More importantly, when the web page font size is increased, a white text box is shown behind the submenu. The more I increase the fro

[css-d] Help needed with IE6

2009-08-10 Thread Kristen Murphy
I'm designing a Drupal theme and, unsurprisingly, am running into some problems with IE6. All of these things are displaying correctly in FF, IE7, Safari, and Opera. 1. The main (horizontal) menu is displaying in the wrong place. 2. There's a blank space between div#main and div#footer. 3. B

Re: [css-d] help me get down to a strong fluid 2 column css layout

2009-07-13 Thread David Laakso
Don Spark wrote: > > Here is the layout html I am working with for > my wordpress (thematic framework) diagramed > http://themehybrid.com/blog/wp-content/uploads/2009/02/hybrid-legend.png > > > > I need stability and flexibility for this template because I am going > to be doing a lot with it.

Re: [css-d] help me get down to a strong fluid 2 column css layout

2009-07-13 Thread David Hucklesby
Don Spark wrote: > Thanks in advance! > > Below is the semantically correct html I am working with putting > together a simple 2 col fluid template is the spirit of the wikipedia > template. Here is a screen shot of what I am going for. > http://modernia.net/5-22-09ogolonwebdraft.jpg But that w

[css-d] help me get down to a strong fluid 2 column css layout

2009-07-12 Thread Don Spark
Thanks in advance! Below is the semantically correct html I am working with putting together a simple 2 col fluid template is the spirit of the wikipedia template. Here is a screen shot of what I am going for. http://modernia.net/5-22-09ogolonwebdraft.jpg But that was a bloated heinous hack that o

Re: [css-d] Help on 3 Inconsistent Visualization Problems

2009-07-01 Thread David Laakso
> The last issue however, seems to be the more tricky: the input boxes > aligment. And still, no way for doing it. No clue, link, resource...? :s > > > Regards, > Márcio > Same resources as yesterday.

Re: [css-d] Help on 3 Inconsistent Visualization Problems

2009-07-01 Thread talofo talofo
> > > > Same resources as yesterday. > > > > * htm #foo {/*targets ie/6*/} > Yes, but now the issues are also for IE8 and Safari to. I have give the form a text-align:right; property at, it seems to work. :)

Re: [css-d] Help on 3 Inconsistent Visualization Problems

2009-07-01 Thread talofo talofo
>3) On IE 6: >The #navcontainer is not properly positioning on IE6. It sticks at the bottom of the container. This issue was solved by: #form_login { width:185px;/*I will change this to em - Was this a hasLayout related issue? I thought that the padding issues wouldn't play a role, only left, right

Re: [css-d] Help on 3 Inconsistent Visualization Problems

2009-07-01 Thread MEM
> 1) On IE: > On the top visual box, the right margin breaks on text-resize on IE. > Could it be related with the padding applied on the #navcontainer ? I have removed the padding applied to the #navcontainer ul and put it, where it makes more sense, on the #navcontainer. Worked. Regards, Márci

[css-d] Help on 3 Inconsistent Visualization Problems

2009-07-01 Thread MEM
I hope you don't receive the e-mails like I do, on a non digestive way, otherwise, you will not stand this dog site anymore, and you probably use the shovel on me!! Please have patience... hmmm... it's for helping animals. :) (psst... and to help me A LOT on learning) well, here he goes: The xht

Re: [css-d] Help Please: Image floats, without the text wrap

2009-05-24 Thread Owlservice
Hi Mark, Oops, slightly embarrassed about the file level error :) Thanks for you input. Just what I was looking for. Regards, Karl 2009/5/24 Mark Henderson : > >> Karl, >> >> Your style sheet link gives a 404. Change from href="../css.css" to >> "css.css" and that *may* fix the problem, althoug

Re: [css-d] Help Please: Image floats, without the text wrap

2009-05-24 Thread Mark Henderson
Karl Bedingfield wrote: > Hi all, > > I am sure I am doing something very wrong here and wondered if you can > assist? I think I have spent too long looking at this. > > I am trying to have an image float left while heading and content to > the right does not text wrap. > > This is what I have done

Re: [css-d] Help Please: Image floats, without the text wrap

2009-05-24 Thread Mark Henderson
Owlservice wrote: > Hi Mark, > > Oops, slightly embarrassed about the file level error :) > > Thanks for you input. Just what I was looking for. > > Regards, > Karl > No worries Karl. Embarrassed but not humiliated I hope! adieu Mark

Re: [css-d] Help Please: Image floats, without the text wrap

2009-05-24 Thread Mark Henderson
> Karl, > > Your style sheet link gives a 404. Change from href="../css.css" to > "css.css" and that *may* fix the problem, although, based upon what > you are asking your current code set will still fail. Here is how I > normally achieve what I think you are after: > > http://www.cwc.co.nz/san

[css-d] Help Please: Image floats, without the text wrap

2009-05-24 Thread Karl Bedingfield
Hi all, I am sure I am doing something very wrong here and wondered if you can assist? I think I have spent too long looking at this. I am trying to have an image float left while heading and content to the right does not text wrap. This is what I have done so far and all that happens is the ima

Re: [css-d] Help with IE issues...

2009-04-23 Thread mx . cssdee
Hi Michael, As tested in FF3 and IE6 this is what I've found so far: #stateLinks is being cleared below #logo (hence the whitespace) -to fix I removed the float:left from #stateLinks There may be a possible IE6/7 bug -if you either display:inline or float:left on LI's it removes the bullet p

[css-d] Help with IE issues...

2009-04-23 Thread Michael Beaudoin
Hello all. I'm trying to work through some issues with IE. (Yeah, never heard that before.) In Safari, Firefox (Mac and PC) the site looks ok with one exception... There is too much space above the lower horizontal links. (Just to confuse things, it looks ok in IE) When I view in IE7, the

Re: [css-d] help with floats...

2009-02-26 Thread David Laakso
Michael Beaudoin wrote: > Thanks for your help. I appreciate it. > > Two quick questions... > > - in your css, you put #sidebar and #cap. I'm not sure what those do. > Can you do a quick explanation? > > - how can I get the left nav column to drop down when the content area > gets deeper? > > Th

Re: [css-d] help with floats...

2009-02-26 Thread David Laakso
> > Cursory checked in Mac compliant browsers and XP IE/6.0 and 7.0. No > hacks needed-- so far... > > html > > css > > I lied :-) . IE/6.0 needs the below hack to close the v

Re: [css-d] help with floats...

2009-02-26 Thread David Laakso
Michael Beaudoin wrote: > > Go to: http://www.ba-doyn.com/junk/moulin_test/corporate_new.htm and > you can see the test. > > I'm actually having some fun learning this stuff for layout, and not > just typestyles. > That's good. > Thanks to all. > > Michael > > Inorder to achieve your g

[css-d] help with floats...

2009-02-26 Thread Michael Beaudoin
I'm helping out a buddy with his site, so I thought I'd dive in and do it all in CSS as a learning experience. It's been fun but I've been stumbling on a few areas. If someone could make some suggestions please on the following: - the left nav column won't extend to the bottom to meet up wit

Re: [css-d] help with experimental page

2009-02-07 Thread Gunlaug Sørtun
Beth on GoogleMail wrote: > http://bethleedesign.com/testing/conversion/conversion.php What you have now depends so much on font size and other variables across browser-land being left at default - your defaults in your browser, that it has no chance to survive even if if I provided the "perfect

[css-d] help with experimental page

2009-02-07 Thread Beth on GoogleMail
Hello, I'm seeking advice on this experimental page: http://bethleedesign.com/testing/conversion/conversion.php I'll take instruction on anything and everything, but specifically would like to know the following: 1) What strategy should I pursue so that the div which appears after the form is su

Re: [css-d] Help

2009-01-23 Thread Cristian Palmas
2009/1/22 : > Hi - > > I'm trying to do a very simple CSS site, but when checking my site in IE 7, > my navigation is missing. It's showing in all other browsers except for IE. > > I'm also, having a hard time getting my footer to work. > > My page can be viewed here: > http://doodlebugstudio.com/

Re: [css-d] Help in creating a photo gallery

2009-01-23 Thread Cristian Palmas
2009/1/23 u24y...@gmail.com : > I need some guidance in choosing a gallery. > What I'm wanting is when you do a mouse-over or a click onto a thumbnail, a > gallery pops up showing 5 images with a line of text under each one. Hit a > close button and you are back to the list of thumbnails. > So the

[css-d] Help

2009-01-23 Thread stacyh
Hi - I'm trying to do a very simple CSS site, but when checking my site in IE 7, my navigation is missing. It's showing in all other browsers except for IE. I'm also, having a hard time getting my footer to work. My page can be viewed here: http://doodlebugstudio.com/diadem_hq_site/web/compe

[css-d] Help in creating a photo gallery

2009-01-23 Thread u24y...@gmail.com
I need some guidance in choosing a gallery. What I'm wanting is when you do a mouse-over or a click onto a thumbnail, a gallery pops up showing 5 images with a line of text under each one. Hit a close button and you are back to the list of thumbnails. So the basic page would have about 10 th

Re: [css-d] Help: CSS (horizontal) scalable buttons using for IE6 with a slight variation...

2009-01-21 Thread Mustafa Quilon
> 2009/1/21 Stephen Tang : > Thank you for reminding me about IE6's :hover limitation. I had > forgotten about that. Hi Stephen, You can add a fix for IE using javascript[1][2]. > Thank you for looking at my code. Your second solution is what I was > trying to do. You're welcome. [1] - http:

[css-d] Help: CSS (horizontal) scalable buttons using for IE6 with a slight variation...

2009-01-21 Thread Stephen Tang
Dear Mustafa, Thank you for looking at my code. Your second solution is what I was trying to do. I was trying to make sure that the right image (btn_right_side_long_on.gif) would "widen" or "narrow" itself as the length of the text string changed. Obviously, if a text string was so long that it

Re: [css-d] Help: CSS (horizontal) scalable buttons using for IE6 with a slight variation...

2009-01-20 Thread Mustafa Quilon
More proper methods would require some hooks inside like a or you need to forego the rounded corners on the right side. This is considering you cannot edit the anchor element. This is why planning before you define the mark-up is very important. Remember, IE6 does not support the use of :hover p

Re: [css-d] Help: CSS (horizontal) scalable buttons using for IE6 with a slight variation...

2009-01-20 Thread Mustafa Quilon
I'm not sure if I understand what exactly you need. The code looks messy with display: block and float: right on . However, I see two quick ways you could solve this :- 1. The quick and dirty way is to use inline-block on and set a width on it. Replace your existing 2 images into one, like this:

[css-d] Help: CSS (horizontal) scalable buttons using for IE6 with a slight variation...

2009-01-20 Thread Stephen Tang
Hello, I was working on a CSS scalable button solution at my work. I particularly need horizontal scaling for the button, because the end user is able to change his or her locale. When the locale is changed, all text, including button text is changed to the new language. However, the "button" is

Re: [css-d] HELP! Hover Image Not Centered in IE on 1024 width screen

2009-01-05 Thread Shawn Lawler
S. Reets wrote: > Gallery and hover images center just fine in Safari and Firefox on both 800 > and 1024 width screens, but in IE the hover image ISN'T centered on 1024 > width (but it is centered on 800 width) > > Any suggestions Thank you!!! > This should get you moving in the right

Re: [css-d] HELP! Hover Image Not Centered in IE on 1024 width screen

2009-01-05 Thread David Hucklesby
On Mon, 5 Jan 2009 10:52:05 -0800 (PST), S. Reets wrote: > I am new to CSS and I've been toying with this for DAYS and am at my wit's > end ... I > hope someone can help! > > Page Link: http://www.ficarradesignassociates.com/portfolio3.htm > > Gallery and hover images center just fine in Safari a

Re: [css-d] HELP! Hover Image Not Centered in IE on 1024 width screen

2009-01-05 Thread Scott Thigpen
Which version of IE are you looking at? As best I know, IE6 does not support the hover ability and you have to write a javascript for it. I could be wrong and someone with a little bit more extensive knowledge may be able to aid you along, but this may shed a bit of light of what's going on in IE

[css-d] HELP! Hover Image Not Centered in IE on 1024 width screen

2009-01-05 Thread S. Reets
I am new to CSS and I've been toying with this for DAYS and am at my wit's end ... I hope someone can help!   Page Link: http://www.ficarradesignassociates.com/portfolio3.htm    Gallery and hover images center just fine in Safari and Firefox on both 800 and 1024 width screens, but in IE the hover

Re: [css-d] Help needed for a brand new site (in costruction)

2009-01-05 Thread Paul Ravenstone
Personally as a beginner css-er I would like to see #1 and #3.Thanks for the vote!, Paul We can't solve problems by using the same kind of thinking we used when we created them. ~Albert Einstein If you want the truth to stand clear before you, never be for or against. The struggle between "for"

Re: [css-d] Help needed for a brand new site (in costruction)

2009-01-05 Thread Cristian Palmas
2009/1/5 Gabriele Romanato > Dear all, > as you can see, my english resources are scattered through 2 > directories. I've realized that although Google seems to like these > resources, this is not the best solution for my English-speaking > readers. So I've created a 3d-level domain on www.css-zi

[css-d] Help needed for a brand new site (in costruction)

2009-01-04 Thread Gabriele Romanato
Dear all, as you can see, my english resources are scattered through 2 directories. I've realized that although Google seems to like these resources, this is not the best solution for my English-speaking readers. So I've created a 3d-level domain on www.css-zibaldone.com. Now I ask you: what fea

Re: [css-d] Help with Drop Down Menu

2008-12-22 Thread Lourens Thalen
Maybe you should use line-height... So instead of padding-top and padding-bottom.. you can use: height: 27px; line-height: 27px; that should work.. 2008/12/20 taestrada : > If you view my top navigation and drop down menu in IE 7, it looks "almost" > perfect. I just need help with centering the e

Re: [css-d] help with box losing dimensions

2008-12-22 Thread Iñigo
Hi Simon, what about fixed box and centered image? iñigo 2008/12/18 Simon > Hi, > > I'm trying to use a carousel object, and we have the "hard bit working" > the catch.. the box is losing it's dimensions.. > > We can fix it by adding a fixed height/width as here, but I'd much rather > have

[css-d] Help with Drop Down Menu

2008-12-20 Thread taestrada
If you view my top navigation and drop down menu in IE 7, it looks "almost" perfect. I just need help with centering the entire navigation bar. If you view it in Firefox, the drop down menu is too low on the page. When I adjust it, it throws off IE 7 and becomes too high on the page. And if

[css-d] help with box losing dimensions

2008-12-17 Thread Simon
Hi, I'm trying to use a carousel object, and we have the "hard bit working" the catch.. the box is losing it's dimensions.. We can fix it by adding a fixed height/width as here, but I'd much rather have it be flexible, as we don't know the height.. please help Fixed height code is here: .views

Re: [css-d] Help - images being pushed in IE 7

2008-12-15 Thread Gunlaug Sørtun
u24y...@gmail.com wrote: Once you have cleaned up the source-code - as has already been pointed at - you can look for solutions to the more CSS related problems. > The only problem is with explorer with the footer. I have 2 images > with a single line of text between the images, all centered Th

Re: [css-d] Help - images being pushed in IE 7

2008-12-15 Thread David Hucklesby
On Mon, 15 Dec 2008 06:33:59 -0800, u24y...@gmail.com wrote: > [...] > > The really big concern is the side navigating bar image and the css text is > being > pushed about 3 inches toward the centre which destroys the whole lay-out on > the page. > This is only happening on a pc using explorier

Re: [css-d] Help - images being pushed in IE 7

2008-12-15 Thread Rasal Postill
On Mon, 15 Dec 2008 06:33:59 -0800, u24y...@gmail.com wrote: | http://www.drbjornsauto.com/index_01.html shows 25 errors. Suggest you fix these first. -- Rasal Postill Dance your Life - Biodanza in H

[css-d] Help - images being pushed in IE 7

2008-12-15 Thread u24y...@gmail.com
Hi to all I'm creating a new web site using css I'm using a hybrid - 2 columns with the left fixed (position absolute) and the main one using % & ems (position relative) I have 8 pages all working from the same template that I have created using an external style sheet. I'm just working on

Re: [css-d] help with childselector

2008-12-10 Thread Angela French
Thanks! -Original Message- From: Bjoern Hoehrmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2008 12:55 PM To: Angela French Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] help with childselector * Angela French wrote: >I don't understand why my list-st

Re: [css-d] help with childselector

2008-12-10 Thread Bjoern Hoehrmann
* Angela French wrote: >I don't understand why my list-style:none; is not working, especially >since I made it important. I can't even get it to go away if I put >list-style:none inline on the webpage like this: style="list-style:none;">. You are using the 'background' property to set the bullet.

[css-d] help with childselector

2008-12-10 Thread Angela French
I have a child that just won't behave! I have a left hand navigation bar that has a list with an image in the background for the bullet. It is styled like this: #navLeft ul { padding-left:0; margin-left:0; list-style:none; } #navLeft ul li { paddin

Re: [css-d] help with footer height in Safari/Mac

2008-12-05 Thread Gunlaug Sørtun
Debbie Campbell wrote: >> http://www.redkitecreative.com/projects/hixon/approach.php > > However that's still happening in Safari/Mac 2.04 and 3.12. > > I'd like to fix this so that (1) the brown isn't visible at the > bottom and (2) I don't have to use such a tall footer background > image. Can

[css-d] help with footer height in Safari/Mac

2008-12-05 Thread Debbie Campbell
In this site, I wound up making the footer very tall because I couldn't find another way to prevent the brown wallpaper showing up at the bottom of the footer div: > http://www.redkitecreative.com/projects/hixon/approach.php However that's still happening in Safari/Mac 2.04 and 3.12. I'd like

[css-d] help with image replacement for H1 tags in IE6

2008-11-26 Thread Debbie Campbell
I'm using the Levin image replacement method as shown in #9 in this review of techniques: > http://css-tricks.com/nine-techniques-for-css-image-replacement/ Working fine everywhere but IE6 in my page: > http://www.redkitecreative.com/projects/hixon/ I've been looking at this and looking around

[css-d] help to idenifie name of images folder

2008-11-13 Thread [EMAIL PROTECTED]
I'm designing a new web site and my client is wanting to move another site onto the server of his new web site. When he sent me the folder containing the files of his other site, when I try to view his site, nome of the images are linked. The images are in a folder called website images which I

Re: [css-d] help with margin-top IE versus FF

2008-11-12 Thread Gunlaug Sørtun
Angela French wrote: > I solved it by applying float:left to the bottom div. Not sure why > it fixed it, but I'm not going to argue with it! Educated guess: you experienced a "collapsing margins" case... ...which 'float: left/right' on th

Re: [css-d] help with margin-top IE versus FF

2008-11-12 Thread Angela French
t: Re: [css-d] help with margin-top IE versus FF Angela French wrote: > I have two divs that sit on top of each other (in the html). I have > applied a margin-top to the bottom div to provide space between the 2 > divs. > > IE7 renders the margin-top, but FF2 won't. I have tried !im

<    1   2   3   4   5   6   7   8   9   >