Browse by Tags

Related Posts

  • MS Dev Tools – Consistency, or lack thereof

    Microsoft is in the process of releasing a number of new products for web developers and web users. How much attention are MS paying to product consistency when it comes to being standards compliant? Most web developers must now ensure that their websites render correctly on multiple browsers. At a minimum...
    Posted to Free For All (Forum) by Socrates470BC on 12-10-2006, 12:00 AM
    Filed under: Firefox, IE, ASP.NET, bug, visual studio, CSS
  • Problems with label:Width in Firefox

    If you need someone to blame, blame IE Let me explain: Label gets rendered in <span> element; by W3C standard, <span> element is of type inline, so it does not have width (it is not applicable to it). So, Firefox and other browsers render label correctly. If you do want that kind of behaviour...
    Posted to Web Forms (Forum) by Dejan Vesic on 12-13-2006, 12:00 AM
    Filed under: Firefox, labels, CSS
  • problem rendering border with Firefox when wrapper div height is auto

    I have a wrapper div that contains all other divs in my form. When I set the style="height:auto; border: solid 1px red;" the border does not show up on the left and right sides. I need the form to be able to grow/shrink. Firefox does not render the border, but IE does it with no problem. Can anyone ANYWHERE...
    Posted to Web Forms (Forum) by volatilepuppy on 04-25-2007, 12:00 AM
    Filed under: Firefox, CSS
  • Div Background

    I have a div element that I wish to have a white background for all content contained within it: #main { width : 666px ; margin : 20px 10px 10px 2px ; background : #ffffff ; padding : 0px 0px 10px 10px ; } This works when entering text as the white background extends for all the content, however I have...
    Posted to Client Side Web Development (Forum) by adamargyle on 02-04-2008, 12:00 AM
    Filed under: css background images, css html, css is not applied, Firefox, html, HTML Caching JS CSS Images AJAX ASPX, IE, CSS
  • Trying to change text properties in css

    I have a problem when trying to set text color, it works in IE, but not in firefox I set the color for links: a:link { color : #d6146b ; text-decoration : underline ; } But then want to change the color for links when they are in the footer: #footer a:link { color : #454545 ; } html: < div id ="footer">...
    Posted to Client Side Web Development (Forum) by adamargyle on 02-07-2008, 12:00 AM
    Filed under: CSS, Firefox, html, internet explorer, style sheet
  • [CSS] How to center menu and force MFF not to display break above it

    I have problem with CSS menu on my page http://szmitek.winweb.pl/Default.aspx . The page uses style sheet http://szmitek.winweb.pl/StyleSheet.css . Menu is built with upper, always visible links and submenu displayed when mouse pointer is on menu. I want menu to be center not left. I would like also...
    Posted to Client Side Web Development (Forum) by szmitek on 03-21-2008, 12:00 AM
    Filed under: ie7.0, CSS, CSS positioning, DIV, Firefox, html, center, panel css, cssclass, CSS Master Page, IE, css html, IE7, Div show hide, styles, panel, mozilla problem, css themes, CSS server side, browsers, Master Pages, CSS 2.1, footer, XHTML Transitional, menu
  • Browser Oddity

    I am having some problems with my webpage displaying properly in firefox, In IE the page displays fine, but in Mozilla there is a big gap between the text above the form (For faster service, please....etc) and the form itself, I cannot workout why!? HTML: < h2 class= "title_main_contact"...
    Posted to Client Side Web Development (Forum) by kick_boxer_aj on 04-01-2008, 12:00 AM
    Filed under: CSS, Firefox, mozilla, mozilla problem
  • Re: Nested DIV Overflow problem in Firefox

    You can try to stop using the "float" style, but to start using somewhat like "position: relative/absolute" and positioning with top/left inside the ancestor's div. Hopefully it will help you to make strict cross-browser layout.
    Posted to Client Side Web Development (Forum) by mormat on 01-18-2007, 12:00 AM
    Filed under: CSS, Firefox, layout
Page 1 of 1 (8 items)