#1 2008-04-15 13:14:48
- AccidentalMommy
- Member

- Registered: 2008-04-14
- Posts: 27
- I've been thanked 1 times.
-
Help with blog display in IE7
Hi there,
My site views well in Firefox on my computer, but I'm having a few issues with the display in IE7. They are not major, but do annoy me.
http://www.accidentalmommies.com
The icon next to each blog entry should just be a small green and blue colored square. In IE, however, it places a thick white box around it that should not be there.
Any help would be appreciated.
Thanks!
Offline
#2 2008-04-15 16:20:01
- ColoEagle
- Administrator

- From: Colorado, USA
- Registered: 2006-02-15
- Posts: 2113
- I've been thanked 84 times.
-

Re: Help with blog display in IE7
I didn't take the time to test this out.
Open up the css style sheet,
Find the following element;
Code: css
.post img {
padding-right: 8px;
border:3px #ffffff;
}
Try removing the border selector
The only way to discover the limits of the possible is to go beyond them into the impossible
Attention designers and webmasters - "The Beauty of CSS"
Valid Web Designs tutorials on HTML, XHTML and CSS
Home Security Systems
Offline
#3 2008-04-15 16:35:03
- AccidentalMommy
- Member

- Registered: 2008-04-14
- Posts: 27
- I've been thanked 1 times.
-
Re: Help with blog display in IE7
ColoEagle wrote:
I didn't take the time to test this out.
Open up the css style sheet,
Find the following element;Code: css
.post img {
padding-right: 8px;
border:3px #ffffff;
}
Try removing the border selector
That worked like a charm, you're the greatest!!!!!!!!!!!!!!!!!!
Thank you!
Offline
| Never |
- Sponsored Results
|
|