|
|
#1 (permalink) |
|
Marketing Maven
Surpass Staff
Joined in May 2003
Lives in Chicago
24,757 posts
Gave thanks: 946
Thanked 807 times
|
CSS help please!
It feels so weird for me to ask a question! But here it goes.
My site looks great in FF2 I think. I was working on a new look but something is not favored in IE. Maybe some sort of div issue... when I added an image (the black square) everything shifts down in IE. Maybe because the image is not enclosed in a div, I just threw it in there. :/ http://www.kaylafleming.com ![]() |
|
|
|
|
|
#2 (permalink) |
|
Skittles
Super #1
Joined in Aug 2004
Lives in a space ship
Hosted on dedi
6,826 posts
Gave thanks: 103
Thanked 199 times
|
I see the same thing in IE7 and FF2
Don't know much with CSS, but I would guess it would need to be in a div. Or you could do the cool thing, and put the javascript notice up to not use IE! LOLBBQ! kfc
__________________
Mountain Dew Knight
People should not be afraid of their governments. Governments should be afraid of their people. |
|
|
|
|
|
#3 (permalink) |
|
Holy hell and a hippie
On a golden path...
Joined in Nov 2006
Lives in Canada
Hosted on SH106
393 posts
Gave thanks: 24
Thanked 25 times
|
Lmao, BBQ kfc hehehe.
Anyway, I also see the same in FF2 and IE7. Maybe you can upload the edited template so we can see the source/css?
__________________
||http://eternal-realm.net ||http://usebbzone.com --------- Go There: Surpass Wiki ---------- || SH106 |
|
|
|
|
|
#5 (permalink) |
|
Marketing Maven
Surpass Staff
Joined in May 2003
Lives in Chicago
24,757 posts
Gave thanks: 946
Thanked 807 times
|
ACK! This is frustrating.
This is the code for the index: http://www.surmunity.com/indexcode.txt And the CSS: http://www.surmunity.com/sitecss.txt |
|
|
|
|
|
#6 (permalink) |
|
pineapples are sharp
Super #1
Joined in Dec 2005
5,777 posts
Gave thanks: 147
Thanked 151 times
|
ACK! I know how you feel I deleted all of my websites from my server today because I got sooo frustrated with CSS...
I have one domain running www.journalistreview.com (where I'm trying to workout that issue) and i'll try to get that darn image where you need it to be...
__________________
poof
|
|
|
|
|
|
#7 (permalink) |
|
pineapples are sharp
Super #1
Joined in Dec 2005
5,777 posts
Gave thanks: 147
Thanked 151 times
|
AAHHH!! I cannot concentrate nor can i figure out what to do with the supplied code
.... just noticed something: I don't think you should have it repeat on the y axis.... that might be causing it to shif downwards because you're essentially calling it to repeat itself not sure thoughCode:
#sidetop
{
float: left;
width: 450px;
overflow: hidden;
padding: 20px 0 0;
background: #000000 url(http://www.kaylafleming.com/img/kftopjan.gif) top left repeat-y;
}
__________________
poof
|
|
|
|
|
|
#8 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,092 posts
Gave thanks: 48
Thanked 131 times
|
Images have very weird properties that I've never fully understood. Try changing the image to "display: block;". And of course remove the border, padding and margins. Sadly I find image replacement easier than dealing with images :P
What's it actually *supposed* to look like? Do you have a comp? Last edited by H; January 9th, 2007 at 12:03 AM.. |
|
|
|