[css-d] Explorer glitch?

2008-12-01 Thread Kevin Evans
Hello, I am working on a site here http://www.marksandharrison.com/homepage01.asp and I am having problems in Explorer on the Safety Alerts accordion menu news thingy in the content area below the En Esponal button. It works fine in FIrefox but in IE there is a graphic glitch below the

Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Kevin Evans
Hey Linden, From the brief look, you have the ?xml version=1.0 encoding=UTF-8? at the very top of the code; I recall this points IE in quirks mode. YOu have a CSS validation error too: http://jigsaw.w3.org/css-validator/validator?profile=css2warning=2uri=http%3A%2F%2Flindenamueller.com%2F

Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Kevin Evans
And you don't need the bold in the links, you can do that in CSS. You should do all that in the CSS. Also you should ot some CSS and apply it to the a tag, not the b tag. #point li a:hover b, #point li a.current b, #point2 li a:hover b, #point2 li a.current b { display:block;

[css-d] bottom gap problem

2008-08-07 Thread Kevin Evans
Hello all, I am using some jQuery tabs in the content area at the top on http://www.fortheinjured.com/default_redesign.asp but I can't seem to get rid of the bottom gap below the tabs. THere's also a gap to the left of the 3 tabs I can't get rid of also. Any ideas how to get rid of it? THe

[css-d] tooltip problems in Explorer....?

2008-02-12 Thread Kevin Evans
Hello, I have added some tooltips with larger photos of the product thumbnails on http://www.butterflymama.com/mm5/mer...tegory_Code=BL, and it works fine in Safari and Firefox but not in Explorer 7 and below. The larger image is going underneath the other elements on the page upon

Re: [css-d] Suckerfish IE7 menu 'sticking'

2008-01-25 Thread Kevin Evans
Hey Rolland, Your answer is here: http://css-class.com/articles/explorer/sticky/index.htm Kevin On Jan 25, 2008, at 10:09 AM, rollandburn wrote: I wonder if anyone could lend a hand with a problem i am having with a sons of suckerfish menu in ie7.. I did half this site while sick as

[css-d] Dropdown Issues...

2007-11-19 Thread Kevin Evans
Hello, I am working on a suckerfish type menu at http:// robotics.pmhclients.com/index.php But I am having some problems with the dropdown appearing to the right of the button, such as Robotics button on top left. Does anyone know how to fix that? Thanks! Kevin

[css-d] slight navigation problem

2007-10-23 Thread Kevin Evans
Hello, I am having trouble with the navigation at the top on http:// www.websconsult.com/hopper/site/home.html in Explorer. In Explorer 7, the background color does not show up at al, get a whitespace, but the link hover correctly. In Explorer 6, the background shows up but the links do not

Re: [css-d] space under logo and left column height

2007-08-29 Thread Kevin Evans
Hello Cynthia, Your height 100px seems right.I think the problem is being caused by the text blocks to the right of the logothe orange and the grey on the rightso they are pushing the container to a higher height. try setting some line-height on those text blocks...like...

Re: [css-d] space under logo and left column height

2007-08-29 Thread Kevin Evans
Yes, David, I just noticed that too.try removing that top padding from the topbanner container. So this... #topbanner { background-image:url(images/left100.gif); background-repeat:no-repeat; border:thin solid #99; height:100px; margin: 0 auto; padding: 0; position:relative; width:99%;

Re: [css-d] centre website

2007-08-29 Thread Kevin Evans
Hey, The best way is to use margin: 0 auto; on the element you want to center. But explorer has problems with that so will have to add text- align: center to the container that the element you want to center is in. So if you have a div container called, wrapper, you do something like

Re: [css-d] centre website

2007-08-29 Thread Kevin Evans
Yea I forgot to mention thatyou have to reset all elements within to keep them from inheriting the rule. Kevin On Aug 29, 2007, at 6:40 PM, Rick Lecoat wrote: On 29/8/07 (23:29) Kevin said: The best way is to use margin: 0 auto; on the element you want to center. But explorer has

[css-d] small dropdown problem....

2007-08-28 Thread Kevin Evans
Hello, I'm trying to finish this last bug at http://www.cwwebs.net/bc2007/ index.html The bug appears only in Explorer 6. You will notice there are dropdowns on the main yellow buttons at the top. All the dropdowns work except for the Other Topics link at the very right side. it works

[css-d] IE 7 link bug?

2007-07-30 Thread Kevin Evans
Hello all, A strange oddity here When you scroll down on http://www.cwwebs.net/bc2007/ medical_negligence.html to the list (in content area) where it shows the list beginning with “cerebral palsy” and click on the link, then hit the back button in IE7 browser, then the next list item

Re: [css-d] IE6 problem; gap or extra margin? in header

2007-07-02 Thread Kevin Evans
Hey Erik, The space is probably because CSS sometimes treats images as text with the baseline below, acting as space. To get rid of it you either have to add display: block; to the image or a float: left; to the image Kevin On Jul 2, 2007, at 12:31 PM, Erik Visser wrote: Thought i

[css-d] Dropdown problems...

2007-06-29 Thread Kevin Evans
Hello, I have the dropdowns for the most part fixed thanks to Alan Gresley but can't seem to fix the problems in Explorer 6 and 5.5. I tried all sorts of changes to get it to work but to no avail so would really appreciate some help on these last bugs. The site in question is

[css-d] Suckerfish dropdown problem in some browsers...

2007-06-25 Thread Kevin Evans
hello, On http://www.cwwebs.net/bc2007/ I am having some problems with the suckerfish dropdown I am trying to implement on the 2 top navigationsthere's the top 3 links int he blue and then the horizontal strip in the yellow a little bit below. -- In Firefox, the dropdowns do not go