[css-d] Alignment Problem

2009-11-02 Thread grovesdavid
I can't get this to work, and don't see why it will not align correctly. The border shows the problem, we have the first one almost correctly aligned from then on it just gets progressively worst. Link: http://www.linkhomes2000.co.uk/main/selling/link_start_sell-property.php CSS: .para1 {

Re: [css-d] Alignment Problem

2009-11-02 Thread russ
Could it be that you have br / tags in the paragraphs that don't line up? I haven't done any testing. I just noticed that difference in the ones that work and the ones that don't. Russ I can't get this to work, and don't see why it will not align correctly. The border shows the problem, we

Re: [css-d] Alignment Problem

2009-11-02 Thread Tim Duffy
I think Russ is right. if you take the br / tags out and add the margin:4px back into .para , it should even up. If you haven't already, download Firefox , its useful in debugging this type of thing. Tim On Mon, Nov 2, 2009 at 11:46 AM, r...@catjuggling.com wrote: Could it be that you have

Re: [css-d] Alignment Problem

2009-11-02 Thread Tim Duffy
i mean firebug On Mon, Nov 2, 2009 at 11:01 AM, Tim Duffy timothy...@gmail.com wrote: I think Russ is right. if you take the br / tags out and add the margin:4px back into .para , it should even up. If you haven't already, download Firefox , its useful in debugging this type of thing.

Re: [css-d] Alignment Problem

2009-11-02 Thread grovesdavid
Subject: Re: [css-d] Alignment Problem Could it be that you have br / tags in the paragraphs that don't line up? I haven't done any testing. I just noticed that difference in the ones that work and the ones that don't. Russ I can't get this to work, and don't see why it will not align correctly

[css-d] alignment problem on Firefox

2008-02-21 Thread Big Moxy
url - http://www.zanalysts.net/ css - http://www.zanalysts.net/styles/zanalysts.css If you look at the display on IE 7 you will see what I want. Can someone please help me with the alignment of the list items on the right hand side of the page? I set padding-left: 42px to the list items

Re: [css-d] alignment problem on Firefox

2008-02-21 Thread Usamah M. Ali
Can someone please help me with the alignment of the list items on the right hand side of the page? I set padding-left: 42px to the list items and as you can see the graphic extends below the title and therefore the padding on the list item pushes the first couple to the left and out of

Re: [css-d] alignment problem on Firefox

2008-02-21 Thread Usamah M. Ali
Your approach is complicating the matters for you. You should be using background images instead of putting presentational images right into the markup. Instead of having: divimg width=32 height=30 class=image title=Image alt=windows logo src=/images/windows-logo.gif/ a class=title

Re: [css-d] alignment problem on Firefox

2008-02-21 Thread Usamah M. Ali
On Thu, Feb 21, 2008 at 11:51 PM, Big Moxy [EMAIL PROTECTED] wrote: I'm sorry but that didn't work. The image is not displaying now. Try using the absolute path to the image and don't forget the left padding. h4 { background: transparent url(http://absolute/path/to/the/image) no-repeat center

Re: [css-d] Alignment Problem

2008-01-11 Thread Ingo Chao
Brian Simmons wrote: Can you all tell me why in Firefox this page is dropping the content down. This is not happening in IE. http://208.106.151.24/turner/ Collapsing margins (CSS2.1:8.3.1). The margin-top:87px of #menu collapses with the adjoining vertical margins of h1, #header, #wrapper.

Re: [css-d] Alignment Problem

2008-01-11 Thread Kepler Gelotte
Can you all tell me why in Firefox this page is dropping the content down. This is not happening in IE. Hi Brian, You need to remove the top margin from the #menu definition. Try this: #menu { color:#FF; font-weight:bold; margin: 0pt 0pt 40px; } Best Regards, Kepler Gelotte

Re: [css-d] Alignment Problem

2008-01-11 Thread Brian Simmons
This worked like a champ. Thanks. Brian Simmons [EMAIL PROTECTED] www.simmonswebdesign.net 404.316.2655 -Original Message- From: Kepler Gelotte [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 12:49 AM To: 'Brian Simmons'; css-d@lists.css-discuss.org Subject: RE: [css-d

[css-d] Alignment Problem

2008-01-10 Thread Brian Simmons
Can you all tell me why in Firefox this page is dropping the content down. This is not happening in IE. http://208.106.151.24/turner/ Thank you, Brian Simmons [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.simmonswebdesign.net

[css-d] Alignment problem

2007-01-08 Thread Portman
Hi all, I am trying to align a JavaScript image fade in/out in the center of my page and it works in IE but not in FF. Can anyone help me figure out what the problem is? I tried validating and keep getting errors (from the HTML validator) in the JavaScript.

Re: [css-d] Alignment problem

2007-01-08 Thread David Dorward
On 08/01/07, Portman [EMAIL PROTECTED] wrote: I am trying to align a JavaScript image fade in/out in the center of my page and it works in IE but not in FF. Can anyone help me figure out what the problem is? I tried validating and keep getting errors (from the HTML validator) in the

Re: [css-d] Alignment problem with Opera 9

2006-06-21 Thread Gunlaug Sørtun
Bill Moseley wrote: I've got these floated links and search box: http://hank.org/demos/vert/index.html In Opera 9 that white search box is pushed up: http://hank.org/demos/vert/register.png Is this a problem with Opera 9? Must be a completely new one, as there's no such problem in

Re: [css-d] Alignment problem with Opera 9

2006-06-21 Thread Bill Moseley
On Wed, Jun 21, 2006 at 10:00:08AM +0200, Gunlaug Sørtun wrote: Bill Moseley wrote: I've got these floated links and search box: http://hank.org/demos/vert/index.html In Opera 9 that white search box is pushed up: http://hank.org/demos/vert/register.png Is this a problem

Re: [css-d] Alignment problem with Opera 9

2006-06-21 Thread Gunlaug Sørtun
Bill Moseley wrote: On a more general note, if you were going to layout that orange bar with the links and the white search from and wanted to keep all the text vertically aligned, what would be your approach? I would keep your present solution, and add... #bannerBottom form {margin: 0;}

Re: [css-d] Alignment problem with Opera 9

2006-06-21 Thread Alex Robinson
http://hank.org/demos/vert/index.html In Opera 9 that white search box is pushed up: ... Must be a completely new one, as there's no such problem in Opera 9 beta2, and Op9 final is only a few days old. I can confirm that too. How peculiar to make changes to the last beta without, er,

Re: [css-d] Alignment problem with Opera 9

2006-06-21 Thread Gunlaug Sørtun
Alex Robinson wrote: [...] How peculiar to make changes to the last beta without, er, beta-ing them first. Indeed. Some of the rendering bugs may have to do with different defaults though. Most of those can't really be called bugs, just differences in what's undefined in the standards, that

[css-d] Alignment problem with Opera 9

2006-06-20 Thread Bill Moseley
I've got these floated links and search box: http://hank.org/demos/vert/index.html In Opera 9 that white search box is pushed up: http://hank.org/demos/vert/register.png Is this a problem with Opera 9? The (reasonably hacked-up) css is in banner.css:

[css-d] alignment problem - Opera and Safari

2006-01-24 Thread Don Hinshaw
Hello all, I am having problems with one element that I can't get to left align in Opera 8.5 (Win2K) and Safari 1.2+ The page is here: http://66.117.159.181/products_portfolios.php The CSS is here: http://66.117.159.181/pkp_styles.css The element in question is the title graphic (Portfolios of

[css-d] alignment problem - follow-up comment

2006-01-24 Thread Don Hinshaw
Hi list, Regarding my previous post: I just found that if I floated the title image to the left #main img { float: left} and followed it with a clearing div the problem resolves itself. However, (a) it seems like a rather inelegant solution, and (b) I don't exactly understand why it works...or

Re: [css-d] Alignment problem - form/psuedoelements

2006-01-04 Thread CJ Larson
I have a form in which I wanted to change the properties for the p:firstline pseudo-element, just for the form. However, when I added the :first-line psuedo-element to the p.formleft and p.formright rules, the text centered, despite my alignment designations. I would think that the text rules

[css-d] Alignment problem - form/psuedoelements

2006-01-03 Thread Iorhael
Hi, I have a form in which I wanted to change the properties for the p:firstline pseudo-element, just for the form. However, when I added the :first-line psuedo-element to the p.formleft and p.formright rules, the text centered, despite my alignment designations. I would think that the text

[css-d] Alignment problem in IE

2005-12-22 Thread Iorhael
One final IE quirk to tweak.I have the content for this and other pages specified so that the title, arrows, and art all center align. But its not matching up in IE. Would this be another case of adding padding: 0 somewhere to correct IE?

[css-d] alignment problem

2005-08-08 Thread William Doyle
Hi... I am doing a website for a client and am running into this problem only with IE/Win The right side column slips down and I can't figure out why can someone PLEASE help me out here? the site is http://www.newimagestudio.com and the error is on the entry page thanks

Re: [css-d] alignment problem

2005-08-08 Thread Tanya Renne
If you load it into firefox with http://chrispederick.com/work/firefox/webdeveloper/ installed I can see that some of your divs overlap - this would cause the problem in IE. -Tanya William Doyle wrote: Hi... I am doing a website for a client and am running into this problem only with