User Profile

Collapse

Profile Sidebar

Collapse
supergrover1981
supergrover1981
Last Activity: Sep 5 '06, 07:24 AM
Joined: Aug 30 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • supergrover1981
    started a topic CSS Newbie: Firefox alignment problems

    CSS Newbie: Firefox alignment problems

    Gidday gang,

    I've been teaching myself CSS over the past 2 days and for the most part I thought I had it all working. All the problems I've had have been in IE...until now. If anyone could offer any suggestions, I'd be most appreciative.

    Site can be viewed here:

    http://johnbayne.com/hiclone1/2.html


    The problem I have is this: in the (usually abominable) IE 6, the page aligns pretty...
    See more | Go to post

  • supergrover1981
    replied to IE problem with A:hover
    :)


    Code:
     /* CSS Document */ 
     
    #mainbox {
    	background: #FFFFFF;
    	width: 765px;
    	height: 1200px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 10px;
    	margin-bottom: 0px;
    	border-style: solid;
    	border-color: #666666;
    	border-width: 2px;
    	padding: 0px;
    	}
     
    #headerbackground {
    	background: url(topbg.jpg);
    	background-repeat:
    ...
    See more | Go to post
    Last edited by Niheel; Sep 1 '06, 04:49 PM.

    Leave a comment:


  • supergrover1981
    started a topic IE problem with A:hover

    IE problem with A:hover

    Gidday guys,

    I'm currently trying to write up a CSS navigation menu, and I'm having a little problem in IE 6.

    Problem can be viewed at:

    http://www.johnbayne.com/hiclone1/1.html

    The problem is with the 2 menu items in the top-right corner. In Firefox, everything works fine. In IE6, "A:hover" works when the mouse is rolled over the menu item, but when the mouse rolls off, hover...
    See more | Go to post
No activity results to display
Show More
Working...