[css-d] Space in IE6 caused by sidebar form

2007-02-11 Thread Stuart Swan
Hey folks, Wondering if anyone can help me with an issue i'm seeing in IE6, all fine in IE7 and FF. If you go to this page http://www.csense.net/index.php with CSS here: http://www.csense.net/css/styles.css On the index page in IE6 you will see a large gap between the four bottom images and the bo

Re: [css-d] I'm lost on this IE glitch, help appreciated

2006-09-13 Thread Stuart Swan
> @media screen { > * html #leftsidebar {margin-right: -3px;} > * html #content {height: 1%; margin-left: 159px;} > } > > ...and the 3px jog bug will disappear behind leftsidebar. This hack will > only be seen/applied by IE6 and IE5+ on win, which are the versions that > have this bug. > > regards

Re: [css-d] I'm lost on this IE glitch, help appreciated

2006-09-13 Thread Stuart Swan
> Hi Stuart > > I see your problem hasn't been resolved yet. This should help you out: > http://www.positioniseverything.net/explorer/threepxtest.html > > You have a (left) float on your leftsidebar and a margin on your content > div to position it adjacent to the sidebar. This is what triggers the

[css-d] I'm lost on this IE glitch, help appreciated

2006-09-11 Thread Stuart Swan
Hi List, I've come across an error in IE, on this page http://www.stuartswan.com/v6/index.php on the part that says 'You are in: Home' it has a background image 400 pixels wide, in Firefox it looks perfect and attaches to both sidebars nicely but in IE it has a bit of padding on either side. Page

Re: [css-d] Strange IE error on some systems

2006-05-03 Thread Stuart Swan
Site: http://www.acutus.co.uk CSS: http://www.acutus.co.uk/css/styles.css Stuart __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 Lis

[css-d] Strange IE error on some systems

2006-05-03 Thread Stuart Swan
Hi List, I'm having a problem in IE on Windows, for some reason the poblem doesn't show for me on my laptop or desktop. The client informed me of this so I checked Browsercam: http://www.acutus.co.uk/ie6windowsxp800600.JPG - Screenshot Just below the logo and above the 'Under Construction' it is

Re: [css-d] Absolute positioning hidden

2006-04-27 Thread Stuart Swan
On 4/28/06, Bill Brown <[EMAIL PROTECTED]> wrote: > Hi Stuart, > > Adding z-index: 1000 to the #headingFloat style block fixed it for me on > Firefox/WinXp and IE/WinXP. What OS are you using? > > Bill Brown > Webmaster, MacNimble.com > Hi Bill, Just put the z-index to 1000 and it worked a treat,

[css-d] Absolute positioning hidden

2006-04-27 Thread Stuart Swan
Hi List, I'm having a hard time trying to figure this one out, the below link takes you to the problem: URL: http://www.nailzone.co.uk/dev/training.php CSS: http://www.nailzone.co.uk/dev/css/styles.css I am trying to position a header image at the top lefthand corner of the pink box but it seem

Re: [css-d] CSS Positioning problem

2006-04-02 Thread Stuart Swan
On 4/2/06, Stuart Swan <[EMAIL PROTECTED]> wrote: > Sorry, the CSS is at http://www.homes2view.biz/css/styles.css > Yes, I'm an idiot, CSS: http://www.homes2view.biz/beta/css/styles.css __ css-discuss [EMAI

Re: [css-d] CSS Positioning problem

2006-04-02 Thread Stuart Swan
Sorry, the CSS is at http://www.homes2view.biz/css/styles.css __ 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-d] CSS Positioning problem

2006-04-02 Thread Stuart Swan
http://www.homes2view.biz/beta/index.php http://www.homes2view.biz/beta/styles.css The footer at the bottom is making the scrollbars appear, I've set it to 100% within the #main ID, anyone know how I can get around this? The footer is also set to stay at the bottom, I got this bit right at least.

[css-d] Content to footer divs and IE bullet problems

2006-02-21 Thread Stuart Swan
Hi, Couple of CSS conundrums I need solved: Page: http://www.homes2view.biz/dev/index.php CSS: http://www.homes2view.biz/dev/css/styles.css 1. I've managed to get the footer to rest on the bottom of the page after many hours searching for answers, I need the #content div (The main text area) to

[css-d] Footer div to bottom of page

2006-02-19 Thread Stuart Swan
Hi, Webpage: http://www.homes2view.biz/dev CSS: http://www.homes2view.biz/dev/css/styles.css How can I make the footer div go to the bottom of the browser window with the content div also stretching out to meet it even if there is not much content? Thanks in advance. Stuart