Skip to content Skip to sidebar Skip to footer

Issues With Ie8 When Applying Position: Fixed

Here's my css code: background-color: White; border: 2px solid black; padding: 10px; position: fixed; right: 5px; top: 0; width: 250px; It works great in Chrome/Firefox/Safari, b

Solution 1:

Try adding this in the very top of the document above the header.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/tr/xhtml1/DTD/xhtml1-transitional.dtd"> 

Post a Comment for "Issues With Ie8 When Applying Position: Fixed"