Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2010-01-11 13:06:37
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
unknown line at the bottom
could aybody tell me where this gray line at the bottom of a page comes from?
Offline
Re: unknown line at the bottom
I’m not seeing one. Did you fix it or is this maybe a browser problem? I’m viewing in FF.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: unknown line at the bottom
I am looking at the page you linked to and I fail to see a grey line at the bottom. Perhaps you may have ‘fixed’ it ?
Nice design by the way.
Edit – I looked at it in Chrome and in Firefox
Last edited by maniar (2010-01-11 15:46:24)
اردو میں بھی دستیاب Textpattern آپ کے لیے اب
Offline
Re: unknown line at the bottom
I noticed it in IE6. (At work! I’m not using that outdated browser at home!) Is it something in the IE-specific stylesheet?
…Prrrrrrrr…
Offline
Re: unknown line at the bottom
Just checked in everything I have. IE6, IE8, Chrome, Safari (Win) and FF are clean. IE7 and Opera are both showing the line. This suggests something browser specific.
Just checking through with Web Developer it would appear that it is the #container that is showing as the colour of the exposed line is #DCDDDE. Does it need that colour or could it be white?
Back again. I just checked the other page and I can see where that colour comes from now. Could you give the body tag an id for each section using something like:-
<body id="<txp:if_section name=",default">home<txp:else /><txp:section /></txp:if_section>
then for the pages that don’t require the grey colour you could use body#home #container { } or whatever the body id is for a page to switch to white.
Last edited by thebombsite (2010-01-11 20:49:02)
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#6 2010-01-12 08:49:24
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: unknown line at the bottom
that’s right, #container’s background:#DCDDDE;
was guilty. thank’s guys!
Offline
Pages: 1