Click to See Complete Forum and Search --> : div spacing
jrthor2
05-03-2006, 10:04 PM
Could someone please help me fix the spacing below my header image and the bar at the top. This space only occurs in IE. I've been dealing with this for days now, but cannot get it fixed. Here is the link (http://www.bythewayministries.com/index2.asp) . I'm trying to use a table-less layout for the first time.
Thanks!!
jrthor2
05-04-2006, 01:11 PM
can anyone help me, please???
Thanks!!
One line:<div id="hdr"><img src="/images/header.jpg" alt="By The Way Ministries" title="By The Way Ministries" height="132" width="766"></div>
btw You can't put conditional comments in the css file. Place it in the document after the css link.
jrthor2
05-04-2006, 02:50 PM
all this time, and that's all it was. Now, I have the same issue in my footer?? I tried putting everything on 1 line, but that didn't work here.
Also, if you put your mouse over the "Equipping the Saints" link, you should get a popup menu. How do I get the spacing out from between my images in that if you wouldn't mind???
Thanks a million!!!
Little Goat
05-04-2006, 04:10 PM
(2
set the images' css to margin:0;
jrthor2
05-04-2006, 07:50 PM
could you show me in my stylesheet what I need? I've tried but can't get it to work. Also, the black border around the popup shows up in IE fine, but in firefox, it only shows around the first image in the popup.
Thanks for all the help, everyone.
In the conditional comments:#leftCol ul img {
vertical-align:bottom;
}
The footers look the same.
There are no popups :confused:
Little Goat
05-05-2006, 04:06 PM
could you show me in my stylesheet what I need? I've tried but can't get it to work. Also, the black border around the popup shows up in IE fine, but in firefox, it only shows around the first image in the popup.
Thanks for all the help, everyone.
img
{margin:0;}
LG