Closed
Bug 479882
Opened 17 years ago
Closed 17 years ago
Nav tab borderlines are a few pixels off
Categories
(Websites Graveyard :: spreadfirefox.com, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
3.0
People
(Reporter: mary, Assigned: neilio)
References
Details
Attachments
(4 files)
Check out the screen shot. It's not just the active tab, but all.
Thanks,
Mary
Comment 2•17 years ago
|
||
Neil, sorry your patch from bug 479671 didn't fix this.
I've pasted your fix from the patch below. My problem with it is that it makes the header text normal instead of bold, which differs from the design mockups. Can you fix this without changing that, because I think the nav tab text look much better bold :)
Thanks dude! Hope all that made sense.
.header .nav li a {
- padding: 17px 0 16px 16px;
+ padding: 17px 0 16px 19px;
line-height: 36px;
font-family: verdana, arial, sans-serif;
- font-weight: bold;
- font-size: 90%;
+ font-weight: normal;
+ font-size: 85%;
text-transform: uppercase;
color: #fff;
background: url(../img/tab-l.png) no-repeat 0 center;
@@ -124,7 +124,7 @@
}
.header .nav li span {
- background: url(../img/tab-r.png) no-repeat left 45%;
+ background: url(../img/tab-r.png) no-repeat left 7px;
padding: 17px 16px;
}
| Assignee | ||
Comment 3•17 years ago
|
||
I spoke with Aaron and we decided to switch the font to Arial bold as Verdana bold is a bit too heavy. I'll make the changes today.
Hey there: Is this resolved with the latest batch you submitted, Neil?
| Assignee | ||
Comment 5•17 years ago
|
||
I'm fairly certain this fixes the issue - I tested this fix with Safari 3/4, FF3, and Shiretoko and the tabs look the same in all of those browsers. IE gets its own rules for this so this patch shouldn't affect that browser.
Attachment #366570 -
Flags: review?(buchanae)
Comment 7•17 years ago
|
||
Comment on attachment 366570 [details] [diff] [review]
I really hope this fixes the issue
I still see the slight offsets, but this patch improves the appearance overall, so I'm r+'ing it.
Attachment #366570 -
Flags: review?(buchanae) → review+
Comment 8•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 9•17 years ago
|
||
The tabs definitely look better in Firefox.But the tab "home" still looks indented in Safari 3.2.2.
So reopening this bug
Updated•17 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•17 years ago
|
||
wfm here on stage.
| Assignee | ||
Comment 11•17 years ago
|
||
Should be fixed now? I can't reproduce on any browsers.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
(In reply to comment #11)
> Should be fixed now? I can't reproduce on any browsers.
I can reproduce using both 3.2.2 and 3.2.1 (Windows and Mac, respectively); spun-off bug 484338 for that because this looks great in other browsers I've tried.
Verified FIXED.
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•