View Single Post
  #23 (permalink)  
Old 14-03-2008, 10:48 AM
jontywagener's Avatar
jontywagener jontywagener is offline
Experienced Member
 
Join Date: Oct 2007
Location: South Africa
Gender: Male
Posts: 161
Default

hi, i think ive fixed it.

i modified your #inside_menucard element. What i did was copy it so that there where two of them. I then renamed them to #inside_menucard_left and #inside_menucard_right

I then changed the float element inside them to left and right respectively.

here is the code sample:

#inside_menucard_left {
width: 331px;
overflow: visible;
margin: 20px;
float: left;
}

#inside_menucard_right {
width: 331px;
overflow: visible;
margin: 20px;
float: right;
}


this works on my pc in firefox.

:)
Reply With Quote