Log in

View Full Version : Toggle Tabs not aligned



Irishcash33
12-03-2008, 11:03 PM
Hi,
A section of this page will be news feed. You will be able to toggle between 2. The buttons/tabs should be on one line. I have tried a few things, and can't get them on one line. Any ideas?
site (http://www.clashgraphicdesign.com/CCHWALLSTREET/homepage/homepage.html)

Thanks

bluewalrus
12-04-2008, 03:28 AM
You know which css file is being used. Assuming you are talking about these two images us_news_button_on.jpg.

If you didnt try li { display:inline; } try that. If that doesn't help let me know which css file the main page or that images ul and li tags are defined in and i'll look or if its not those 2 images what it is.

Irishcash33
12-04-2008, 02:19 PM
Hey,
I have display:inline for ul.tab li
The css is test_homepage.css

Thanks man

Irishcash33
12-04-2008, 03:51 PM
I got to look pretty good. At least on FF on mac so far.
I aligned the left tab then had to put margin-left:-4px; for the right tab to fit on one line.

bluewalrus
12-04-2008, 03:53 PM
try this one as inline
was
#tab1 {
display:block;}
new
#tab1 {
display:inline;}

bluewalrus
12-04-2008, 03:58 PM
Just got your other post but in my firefox its still on 2 lines I on mac but my ff appears different then others for some reason its looking like. In another post someone told me the code I gave them was all messed up in ff but in my ff it looked fine.

So it's set now?