![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Folks, I'm trying to implement a tabbed effect with CSS and HTML - no graphics. for some reason, i'm unable to control the width of the tabs. I've pasted the code below. .box1{ display:inline; |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Folks, I'm trying to implement a tabbed effect with CSS and HTML - no graphics. for some reason, i'm unable to control the width of the tabs. I've pasted the code below. .box1{ display:inline; Just crossed with my own question... .box1{ display: -moz-inline-box; display: inline-block; (you need block or inline-block for width / height to apply) |
#4
| |||
| |||
|
|
"VK" <schools_ring (AT) yahoo (DOT) com> wrote: Folks, I'm trying to implement a tabbed effect with CSS and HTML - no graphics. for some reason, i'm unable to control the width of the tabs. I've pasted the code below. .box1{ display:inline; Just crossed with my own question... .box1{ display: -moz-inline-box; display: inline-block; (you need block or inline-block for width / height to apply) Not smart, inline-block is poorly supported in most slightly older browsers. |
#5
| |||
| |||
|
|
Not smart, inline-block is poorly supported in most slightly older browsers. Yup... That was a part of my question at: http://groups.google.com/group/comp....75d12650a1d2ed (I was actually checking for replies when encountered this question). |
#6
| |||
| |||
|
|
Had you checked the archive there would have been no need to ask your question, luckily for you the archive hasn't closed yet for the day, so you can still use it. |
#7
| |||
| |||
|
|
IE 5.x (?), IE 6.x for sure, FF 1.0.4 or higher, Opera 8.x for sure. If Safary 2.x or higher supports inline-block then I can live with it in my particular solutions. But does it? |
![]() |
| Thread Tools | |
| Display Modes | |
| |