Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Plusnet website
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Plusnet website
Plusnet website
22-10-2008 5:00 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
OK - I'm being a bit cheaky - sorry
and maybe wrong forum categary but:
I Use Firefox and have web-developer installed
http://chrispederick.com/work/web-developer/
when accessing Plusnet website it contantly tells me of errors on the Plusnet website - mainly css errors - looking at them some are fairly fundermental - and surprising on a web site with IT professionals
Mind you - good to see that the CSS print styles have been improved so printouts are a lot better than when I joined.


I Use Firefox and have web-developer installed
http://chrispederick.com/work/web-developer/
when accessing Plusnet website it contantly tells me of errors on the Plusnet website - mainly css errors - looking at them some are fairly fundermental - and surprising on a web site with IT professionals

Mind you - good to see that the CSS print styles have been improved so printouts are a lot better than when I joined.
Message 1 of 7
(1,630 Views)
6 REPLIES 6
Re: Plusnet website
22-10-2008 5:18 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I don't think that cost is the problem so they won't be "fundermental" issues.
Message 2 of 7
(456 Views)
Re: Plusnet website
22-10-2008 6:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I think at least some of the css "errors" could be IE hacks?
...without which those poor mortals with IE would not see the world as the PlusNet IT Professionals intended.
...without which those poor mortals with IE would not see the world as the PlusNet IT Professionals intended.
Message 3 of 7
(456 Views)
Re: Plusnet website
22-10-2008 10:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You got it JohnJ - Producing lab perfect HTML basically ain't possible in a world where you have to support different browsers that interpret the same code with such wild inconsistancies.
It's a good discussion though. Tell us the things *you* think are wrong from there mal0z and we'll either try to explain, or try to fix it.
Ian
It's a good discussion though. Tell us the things *you* think are wrong from there mal0z and we'll either try to explain, or try to fix it.
Ian
Message 4 of 7
(456 Views)
Re: Plusnet website
22-10-2008 11:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Ian You got it JohnJ - Producing lab perfect HTML basically ain't possible in a world where you have to support different browsers that interpret the same code with such wild inconsistancies.
It's a good discussion though. Tell us the things *you* think are wrong from there mal0z and we'll either try to explain, or try to fix it.
Ian
OK - I picked a few, there are many more shown up on http://chrispederick.com/work/web-developer/ ; :

ul.lSquare {
list-style-type: disc !important;
font-size: 10pt;
margin: 0 0 0 12px;
margin: 0 0 0 16px !johnny;
padding: 0 0 0 15px;
}
johnny

++++++++++
.dCSCAlertBoxClose {
color: #fff;
font-size: 11px;
font-weight: none;
}
font-weight: none;

++++++++++
.glossline{
background-color:#EDEDED; padding: 3px 4px;
color:#000;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
font-color:black;
}
font-color:black; ?????
+++++++++++++
.hwtable th {
padding: 5;
}
padding: 5px;

++++++++++++++
#providerform input.submitbutton, .providerform input.submitbutton
{
background-color: none;
border: none;
color: #665964;}
background-color: none; ????
+++++++++++
div.tabs-rounded, div.content-rounded {
position: relative;
float: left;
background: url('/images/brand_refresh/home_page/main-content-rounded.gif') top center no-repeat;
width: 625px;
min-height: 10px;
/* IE 6/7 height */
height:auto !important;
height:10px;
margin-bottom: 15px;
*margin-bottom: 5px;
}
*margin-bottom: 5px;

+++++
.text-small{
color:#666666;
font-size:0.28cm;
font-famliy:Arial,Helvetica,sans-serif;
font-famliy: ????

++++
A.text-small:hover{
font-size:0.28cm;
text-decoration:bold;
font-famliy:Arial,Helvetica,sans-serif;
text-decoration:bold; ??????
Then did a check with validator
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.plus.net%2...
Message 5 of 7
(456 Views)
Re: Plusnet website
23-10-2008 12:14 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Mmm... I think even I'd be embarrassed about the "font-color" one... 
However, I really hope there are still some real tricks in the list and look forward to reading the response from the authors?
PS. Although I mentioned IE hacks in my earlier post, I wouldn't agree with using IE hacks and don't use them... I usually try to look for another work around or dumb down the design to match the MS world.

However, I really hope there are still some real tricks in the list and look forward to reading the response from the authors?
PS. Although I mentioned IE hacks in my earlier post, I wouldn't agree with using IE hacks and don't use them... I usually try to look for another work around or dumb down the design to match the MS world.
Message 6 of 7
(456 Views)
Re: Plusnet website
23-10-2008 12:20 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: JohnJ PS. Although I mentioned IE hacks in my earlier post, I wouldn't agree with using IE hacks and don't use them... I usually try to look for another work around or dumb down the design to match the MS world.
I've been advised to put any IE fixes - into a specific css file - so they are easy to find - and hopefully delete when finally MS make a decent browser
then link them with
<!--[if lt IE 7]>
<link href="/css/main_ie.css"
etcetc
Message 7 of 7
(456 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page