Please help me

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
srimuir
New Member
New Member
Posts: 1
Joined: Wed Apr 17, 2024 9:37 am

Please help me

Post by srimuir »

When I look at my page in FireFox and modify the text size, all of the text on the page gets larger (which is what I want). However, in IE only some of the text gets bigger - the text in the body just gets further apart... Need help.
User avatar
magallo
Dev Team Member
Dev Team Member
Posts: 109
Joined: Thu Mar 24, 2011 12:37 am

Re: Please help me

Post by magallo »

It sounds like you're encountering a compatibility issue with text resizing in Internet Explorer. This could be due to differences in how IE handles text resizing compared to other browsers like Firefox.

try:
- Use Relative Units for Font Size: Make sure you're using relative units like em, rem, or % for font sizes rather than absolute units like px.

- Test with Developer Tools: Use the developer tools in IE to inspect the styles applied to the text elements. Make sure there aren't any specific styles targeting text size that might be interfering with the browser's default text resizing behavior.

- Consider Browser-Specific CSS: If necessary, you might need to apply browser-specific CSS rules using conditional comments or feature detection libraries to target specific styling issues in IE.

- Update to a Modern Browser ?
Post Reply

Return to “Layout and Design (CSS & HTML)”