User Profile

Collapse

Profile Sidebar

Collapse
AJM Project
AJM Project
Last Activity: Sep 12 '08, 02:11 PM
Joined: Aug 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AJM Project
    replied to Horizonal list/menu problem in IE
    Thanks again David, I appreciate it greatly.

    It seems the the small variant was indeed the culprate. The problem is sorted now with the following code..

    Code:
    div.navbar {
    	background-color:green;
    	padding:5px 0;
    	
    }
    
     #nav ul {
    	list-style-type:none;
    	padding:5px 0;
    	margin: 0 0 0 15px;
    }
    
    #nav li {
    	display:inline;
    ...
    See more | Go to post

    Leave a comment:


  • AJM Project
    replied to Horizonal list/menu problem in IE
    I'm sorry sunny but I don't quite understand what you're trying to say. I tried what I think you said and there is no difference.

    David, thanks again. Hopefully I can validate it and then you or someone else will help.
    See more | Go to post

    Leave a comment:


  • AJM Project
    replied to Horizonal list/menu problem in IE
    Was that answer just relating to my 2nd post then?

    You're going a bit too fast for me here. I'm new, so frozen fonts, font sizes ignored and largest doesn't mean much to me.

    I've checked in 3 browsers as you can see, and I've resized them to simulate smallers resolutions etc, which are all good in 1024x768. Anything smaller I'm not bothered about at the moment - I'm just experimenting. I've held control in and scaled...
    See more | Go to post

    Leave a comment:


  • AJM Project
    replied to Horizonal list/menu problem in IE
    You can now view it at: www.andyboyjlm. obxhost.net


    Also someone may be able to tell me why a scrollbar has been added to the browser now that I've uploaded it to a host - I had no scrollbar before and I don't want one unless I incorporate it myself.
    See more | Go to post

    Leave a comment:


  • AJM Project
    started a topic Horizonal list/menu problem in IE

    Horizonal list/menu problem in IE

    Hello,

    I've been trying to make a horzontal menu and I'm getting different results in IE. Also I've tried different ways of positioning and was wondering what is the best way.

    Underneath is the code for the html and CSS of the menu. I have also attached images of what I mean by different results, hover over them to see.

    Firefox 3 (works fine):

    Opera 9.51 (works fine):

    IE...
    See more | Go to post

  • AJM Project
    replied to Div doesn't expand for content, help?
    Excellent, I feel I understand a lot more now. Thank you David. :D
    See more | Go to post

    Leave a comment:


  • AJM Project
    replied to Div doesn't expand for content, help?
    Hello,

    I did look and see what was changed. And as I said the closing div not being there was a mistake. I know what overflow does but as I am still pretty new to CSS I hadn't heard the term enclose before when relating to this.

    You fixed my problem but what I just asked you was were the height attributes that you highlighted required? ie. why were they highlighted?

    Basically to enable the container...
    See more | Go to post

    Leave a comment:


  • AJM Project
    replied to Div doesn't expand for content, help?
    Hi,

    Sorry I'm quite new so bare with me. What do you mean by enclose the floats?

    It seems when I posted the code (as I took content out to keep it down) I accidently took out one of the closing divs (the menu one), otherwise, the divs are in the wrong order, how?

    Also, why have you put css quotes on the height attributes? I don't understand. Do I need them or not? and what actually fixed the problem?...
    See more | Go to post

    Leave a comment:


  • AJM Project
    started a topic Div doesn't expand for content, help?

    Div doesn't expand for content, help?

    Hello,

    I see this is a well known thing and have seen many answers but none have worked for me. It's just a test page I'm making and I've ran into this so I thought I'd ask how to fix it - inline & embedded CSS just now as It's just a quick test page I'm working on. Basically I've got my container div, two other div columns inside with fixed widths. In the 2nd column I have 2 divs, one is under the other, which exceeds the size...
    See more | Go to post
    Last edited by AJM Project; Aug 21 '08, 08:35 PM. Reason: spelling

  • AJM Project
    replied to CSS to center page with no top space
    Hi, I was having the same problem as the original poster. The code provided fixed it, but only in FF. In IE the page is now left aligned. Please help.

    The code:
    Code:
    * {
    margin:0px;
    padding:0px;
    }
    
    
    div.container {
    width:950px;
    height:700px;
    background-position:center center;
    margin-left:auto;
    margin-right:auto;
    font-family:calibri, arial,
    ...
    See more | Go to post
    Last edited by eWish; Aug 15 '08, 01:14 PM. Reason: Please use the [code][/code] tags

    Leave a comment:

No activity results to display
Show More
Working...