- This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
I have this weird problem of having the first line of the first element inside my list elements indented. Has anyone come up against this in IE8, 7 & 6.
theres nothing standing out in the css and it works fine in all modern browsers.
Here’s one block of code its effecting.
- International Open Qualifier Next Date: Wed 04 Apr 2012
- Fife Open Golf Championships Next Date: Sat 19 May 2012
- Bookbug Session at Lundin Links Library Next Date: Tue 03 Apr 2012
- Irn-Bru Scottish Football League Division 1 Next Date: Sat 07 Apr 2012
- Irn-Bru Scottish Football League Division 2 Next Date: Sat 07 Apr 2012
- Scottish Premier League Football Next Date: Sat 07 Apr 2012
By itself, there is nothing wrong with that code, and it displays fine in IE: http://www.senff.com/test.html
We’ll need to see it within its context to have a better idea what could be wrong.
I would love to give you the url but its an internal dev environment.
I’m trying to debug this the best I can but I’m struggling and just wondered if anyone has come up against something similar.
You might find that it’s actually another element that is causing the problem. So without the full context of the code it’s hard to advise on what the problem might be.
This is definitely a floating issue. I have removed all styles and added them back one after the other and the issues arise once I introduce floats to the elements decedents of the LI.