[css-d] Layout troubles

2007-09-24 Thread Deprived One
I've tried for a bit to get the effect that I want and I fear that the 
tools I am trying to use to do so are inadequate and I'd really 
appreciate some help. On the page found at 
http://www.wildlifecalendar.com I have an image of a bear holding a 
price sign on the right side of the page. What I want to manage is to 
have the bear move down so that the bottom edge of the bear is directly 
against the top edge of the bar at the bottom of the page.

TIA for any assistance,

Jay Drake
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE Layout Troubles

2006-10-04 Thread deprived one
http://www.web2press.net/carepages/login.php is the site I am working on 
and it looks as I expect it to in firefox. In IE, however, the rounded 
corner images do not sit flush to the sides of the divs they are in. I'm 
at a loss as to how to fix this.

TIA,

Jay Drake
__
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 -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Problems with IE doing centered layout

2006-05-17 Thread Deprived One
I am trying to use css to do the layout on 
http://www.centralmiss.com/accesscontrolgroup/index.html and most 
everything seems correct in firefox, but IE is not creating the box I 
desire at all. CSS can be found at 
http://www.centralmiss.com/accesscontrolgroup/style.css.txt

Any help is greatly appreciated.

Jay Drake
__
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 -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Problems with IE doing centered layout

2006-05-17 Thread Deprived One
Thank you for the input. Changing it up to use a containing div seems to 
have taken care of the problem. Now to go poke around at the other 
little issues.

Jay

Jade Rauenzahn wrote:
 I'm not sure if IE will allow you to set a width on the body element. It's
 best to just make a container div to create that fixed width box, and I
 would think that would fix the problem.

 -Jade Rauenzahn

 On 5/17/06, Deprived One [EMAIL PROTECTED] wrote:
   
 I am trying to use css to do the layout on
 http://www.centralmiss.com/accesscontrolgroup/index.html and most
 everything seems correct in firefox, but IE is not creating the box I
 desire at all.
 
__
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 -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Different troubles in different browsers

2006-05-17 Thread Deprived One
Not quite sure where to start. Testing in IE and Mozilla and each 
browser works great in some ways and has issues in others.

site: http://www.centralmiss.com/accesscontrolgroup/index.html
css: http://www.centralmiss.com/accesscontrolgroup/style.css

The only problem I am having with IE is in the header section of the 
page. For some reason it doesn't want to put the logo image flush 
against the left edge and it also does not want to put the tagline image 
to the right of the logo. Instead it drops it down below the logo.

In Firefox I have the problem of my leftnav and rightcontent not 
remaining within the bounds of their containing div.


Thank you all again in advance,

Jay
__
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 -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Different troubles in different browsers

2006-05-17 Thread Deprived One
Thank you so much David, that was exactly what I needed!

Jay

David Laakso wrote:
 Deprived One wrote:
   
 Not quite sure where to start.
 
 Same here.
 It's hard to hit a moving target. I think you'll need to clear the 
 floats to start:
 Add this CSS:
 br.both { clear: both; }
 Add br class=both / to the html as below:
 p
 To be the finest security and access vendor with the best reputation for 
 customer satisfaction in our marketing area;  the company that stands 
 apart from the competition and fosters mutually beneficial and long term 
 partnering relationships with its customers.
 /p
 /div
 /div
 br class=both /
   

__
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 -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/