I changed the transparencies (thanks for the tip =) )
The margin thing threw off the whole template.
But those changes still didn't fix the IE problem =(
EDIT:
I fixed it, I'm coding for joomla, so I was expecting to put in the doctype when I put it into the Joomla format, adding
Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?xml version="1.0" encoding="iso-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
Fixed it. Can you guys check to make sure it works in your browsers and tell me any errors please =D