SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Jul 2, 2008, 07:40 #1
- Join Date
- Jun 2008
- Posts
- 12
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Broken border in IE 6 (possible css issue)
Can anybody help me with figuring out broken border issue on the following page? It looks broken in IE 6 and looks ok in Firefox.
olf.com/news/news44.aspx
thanx
-
Jul 2, 2008, 08:25 #2
- Join Date
- Feb 2007
- Posts
- 100
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Ok first change all the divs with an id of "newsposts" to a class of "newsposts" then change your css so newsposts is a class. You can only have one id per page. If you want to use newsposts more than once it should be a class not an id.
Then give your newsposts class a height of 100% and that should sort the border problem out.
-
Jul 8, 2008, 12:55 #3
- Join Date
- Jun 2008
- Posts
- 12
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thank you jonpenny, that worked
Bookmarks