Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Community
Meta - Forums About Forums
Meta
Active Link Annoyance...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Michael Morris" data-source="post: 1264759" data-attributes="member: 87"><p>The body tag is the only one where I've forced VBulletin to seperate the two in an attempt to be rid of the problem with no success. It's odd.</p><p></p><p></p><p></p><p>Possibly, but Vbulletin does a pretty good job of custom building the pages to the browser's needs. It can even generate a page without a style sheet for very old browsers. Still, with all the different browsers out there who knows. It's definately a rendering glitch of some sort, but whether it's specific to IE I don't know and haven't checked.</p><p></p><p></p><p></p><p>IE is more tolerant of non-standard tags than NS. To set the background color of any element in a stylesheet you use</p><p></p><p>[code]</p><p>[b]element[/b] {background: #FFFFFF;}[/code]</p><p></p><p>Where "element" is the item your setting (be it body, td, etc.) "background-color" will be accepted by IE but not NS or virtually any other browser. Coding specifically for IE can cause headaches because of this, but it's a feature (some gurus call it a bug) M$ refuses to remove because it makes other browsers look bad.</p><p></p><p></p><p></p><p>No, I'm seeing the problem you're describing and noted it immediately after adding the .banner and .announce elements to the style sheet. Push comes to shove, I can remove those custom elements in order to get rid of the glitch, but I'd rather find a work around because in the future I want to use a single php file to contain the heading banner for all the programs that might want to call it, (or at least all the styles) that way I don't have to update 17 odd styles to update one element.</p><p></p><p>For reference, I use IE 6.0 most of the time but test pages in NS 7.0 as well.</p></blockquote><p></p>
[QUOTE="Michael Morris, post: 1264759, member: 87"] The body tag is the only one where I've forced VBulletin to seperate the two in an attempt to be rid of the problem with no success. It's odd. Possibly, but Vbulletin does a pretty good job of custom building the pages to the browser's needs. It can even generate a page without a style sheet for very old browsers. Still, with all the different browsers out there who knows. It's definately a rendering glitch of some sort, but whether it's specific to IE I don't know and haven't checked. IE is more tolerant of non-standard tags than NS. To set the background color of any element in a stylesheet you use [code] [b]element[/b] {background: #FFFFFF;}[/code] Where "element" is the item your setting (be it body, td, etc.) "background-color" will be accepted by IE but not NS or virtually any other browser. Coding specifically for IE can cause headaches because of this, but it's a feature (some gurus call it a bug) M$ refuses to remove because it makes other browsers look bad. No, I'm seeing the problem you're describing and noted it immediately after adding the .banner and .announce elements to the style sheet. Push comes to shove, I can remove those custom elements in order to get rid of the glitch, but I'd rather find a work around because in the future I want to use a single php file to contain the heading banner for all the programs that might want to call it, (or at least all the styles) that way I don't have to update 17 odd styles to update one element. For reference, I use IE 6.0 most of the time but test pages in NS 7.0 as well. [/QUOTE]
Insert quotes…
Verification
Post reply
Community
Meta - Forums About Forums
Meta
Active Link Annoyance...
Top