[css-d] Floating content contained in Header

2007-12-31 Thread trystano
Hi all, I have a header section of my website which will have the logo on the left side and then on the right side will be some text and other bits and bobs. To? accomplish this I have done a float left on the div id=headercontent1 containing the image on the left and then a float: right on

Re: [css-d] Overspill images outside of content area

2007-09-27 Thread trystano
Hi, and thanks for the reply. The issue with this the solution is that when I increase the width of' #section1 div div' (and #section2) then the rose image starts to hide behind the widened DIV. It seems to have it the way I want, which is to have the stalk of the rose to go behind some of

[css-d] Overspill images outside of content area

2007-09-26 Thread trystano
Hi all, I have the following website where I want to be able to have the rose flowers to spill outside of the content area. An example of what I want to finally achieve is in the image, which I have also provided the link for below. I have, in the content area, a couple of DIVs holding in the

[css-d] Content within wrappers not centralizing in IE7

2007-09-17 Thread trystano
Hi all, I have the following webpage (http://www.trystandsamthewedding.com/home.htm), which is broken down into three sections: header, content and footer. Each section has a wrapper and then content, like so... div id=header-wrap ??? div id=header-content/div /div div id=content-wrap ??? div

Re: [css-d] Content within wrappers not centralizing in IE7

2007-09-17 Thread trystano
Hi, and thanks for the reply David. Thanks for pointing out the basic error from me to miss the DOCTYPE. Putting that in seems to have fixed the problem. When you say that the log is not in the intended container, which you probably say because I have borders around the main containers,

[css-d] Text Wrapping

2007-06-05 Thread trystano
Text wrapping around Have the following CSS and markup... span.label { margin: 0; padding: 0; width: 40%; border-top: solid 1px #DD; border-right: solid 1px #AA; text-align: right; } span.value { margin: 0; padding: 0; font-size: 80%; border: 1px solid #BB;} div class=data-block  

Re: [css-d] Dropdown menu not showing in IE (6)

2006-12-06 Thread trystano
Right, I think I have found the problem to this. Stupid stupid me :-s I forgot to upload the csshover.htc (which is required for the hovering of block elements to work in IE) file to the server - lol. Tryst -- Message: 24 Date: Mon, 04 Dec 2006 18:45:19

[css-d] Dropdown menu not showing in IE (6)

2006-12-04 Thread trystano
Hi all, I have developed a dropdown menu (the one from the 'More Eric Meyer on CSS') and have got it to work in Mozilla Firefox, but in IE the second level menu doesn't show when the first level list item containing the menu is hovered. Hope you can help me on this, as I really cant see

[css-d] Footer not occupying full width of containing

2006-09-23 Thread trystano
Thanks for that. I just wanted to know if there was a more cleaner way of doing it. With the fixed widths and left values hard coded in there now, it will more than likely not scale well when it comes to adjusting/changing the sizes of the containing DIV's in the future. Thanks Tryst

[css-d] Footer not occupying full width of containing DIV in IE6

2006-09-22 Thread trystano
This is very strange. I seem to have fixed the IE 6.0 issue, but now I have the issue in Firefox. The footer seems to now be expanding outside of the main containing DIV. I have put borders around the main DIVs on the page so that you can clearly see the footer breaking out.

[css-d] Footer not occupying full width of containing DIV in IE6

2006-09-21 Thread trystano
Hi all, I managed to solve my previous footer issue by adding a clearing DIV, but now I have another issue, which is with the footers width. How can I get the footer to stretch the full width that is used by the main outer DIV (page-home). without have to force in a width value? I

[css-d] DIV with margin expands 100% with a BG color

2006-03-17 Thread trystano
Hi all, does a DIV expand to its full possible space allowed, even if a margin is applied on the DIV, when a BG color is applied to the same DIV in IE? I seemed to have this issue in IE where I had a DIV that came in because of Margins applied, but when I put a background color in the DIV, the

Re: [css-d] Outer DIV not expanding to contain Floating DIV's

2006-03-16 Thread trystano
Hi, and thanks for the reply all. That has sorted my problem. One more point, though. It was mentioned that 'Overflow: auto;' should be used, but this is not rendered in IE, correct? So, effectively I def need to make use of another DIV that is used for clearing? Thanks Tryst

[css-d] Overlapping inner DIV that has Width: 100% (FF)

2006-03-16 Thread trystano
Hi all, relating back to my proj about with DIVs I have another issue which seems to be Firefox 1.5 specific. If I have a container DIV and then an inner DIV with its width set to 100% it seems to break out of the container DIV on the right-hand side. The styles for both the DIV's are as

[css-d] Website Skeleton - Restructure

2006-03-15 Thread trystano
Hi all, I have been given the task of re-designing a website that was done in tables and am currently in the process of putting the Skeleton in place with DIVs. I have done this after going through the existing website and identifing what section belongs in a DIV etc. Can you please go over it

[css-d] Photo Gallery's

2006-02-06 Thread trystano
Hi all, I am soon going to implement a online Photo Gallery in CSS and was wondering if any of you knew of any good sites that I can use as a references. Basically, I'd like to make it crisp and clean, and obviously make use of Thumbnails. Thanks Tryst

[css-d] Screwed Layout in IE - Contnet area expanded, BG repeating.

2006-02-05 Thread trystano
Hi all, I am in the middle of finalising my website/portfolio and have been predominatley designing in Firefox, and then using conditional IE statements to include styles that make adjustments for IE based browsers. However, my portfolio page in IE is a little bit screwed up. The content

[css-d] Screwed Layout in IE - Contnet area expanded, BG repeating.

2006-02-05 Thread trystano
Hi all, I managed to find the problem with this. I had the following declaration screwing things up :( #content_wrap { position: relative; width: 600px; } Thanks Tryst __ css-discuss [EMAIL PROTECTED]

[css-d] Roll-Over DIV's

2006-01-09 Thread trystano
Hi all, I am looking to recreate something similar to what has been created on ths (good) website in terms of roll-over DIVs. I have looked at the source of this website, but there isn't anything walking me through what is doing what, so does anyone one know of any similar websites that walk

Re: [css-d] Roll-Over DIV's

2006-01-09 Thread trystano
Hi all, I got a change of implementation. I have two DIVs nested within an outer DIV. The inner DIVs are 'float: left' so are therefore side by side. Inside the left-hand inner DIV there is a UL element that contains links a with SPAN tags wrapped within the anchor tags What I want to do is

[css-d] CSS Showcases

2005-12-20 Thread trystano
Hi all, I'm in need of some CSS driven websites as inspirations in helping my gather ideas for my up an coming website, and was hoping this fountain of knowledge will know of any website that are dedicated to showcasing only the finest CSS websites. I already have some, which are as

[css-d] Position: Fixed - Problem in IE

2005-10-05 Thread trystano
Hi all (i'm new here, well, not new new, as I have been read alot the posts - but this is my first post), My problem: I want to replicate the feature that is used on Sitepoint.com where they have a fixed DIV element always at the bottom of the screen. Now to do it in Firefox it works fine,

Re: [css-d] Position: Fixed - Problem in IE

2005-10-05 Thread trystano
Yeah, I'm not worried about the Javascript aspect of it such as the closing of the DIV, and its animation. I just need a DIV to sit permanantly at the bottom of the screen/browser. Thanks Tryst __ css-discuss [EMAIL PROTECTED]