/    Sign up×
Community /Pin to ProfileBookmark

At my wits end…"I’m never using rounded corners again

I hope this is the last time I need to come to the forum for assistance…I hope to learn enough to be able to troubleshoot on my own.

If you view [url]http://scott.geeks-are-us.com/rebate.html[/url] in Firefox or Opera everything is fine…but if you use IE, the bottom corners are not positioned correctly.

I have been staring at code for days trying to figure out the issue. On 90% of the pages in the site, it is fine (even in IE)…I just can’t figure out what is keeping it from displaying the way it should.

Any answers would be GREATLY appreciated.

Thanks in advance

Scott

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@ray326May 08.2006 — I don't see a problem with IE6.
Copy linkTweet thisAlerts:
@WebJoelMay 08.2006 — I hope this is the last time I need to come to the forum for assistance...I hope to learn enough to be able to troubleshoot on my own.
[/QUOTE]


I took all your code offline and put the stylesheet into the html (for easy testing), and made all your links 'absolute' so that they'd work for me oflline, and yes, I see the border problem at the bottom of the page.

add:
[CODE]body, html {padding:0; margin:0; border:0;}[/CODE]
to your STYLE sheet, and the problem goes away! ?

You're picking up the default margin that IE gives.

I *always* add "body, html {padding:0; margin:0; border:0;}" to EVERY web page that I build. It re-sets IE from doing stupid things, -and other 'compliant' browsers are unaffected by this, as this is their default setting...
×

Success!

Help @Still_Learning2 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.1,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...