How could I center the links and fix the major problem you can see with mozilla? By the way, I am using the code from ala since I couldn't get anything else to work.
Announcement
Collapse
No announcement yet.
div centering
Collapse
X
-
div centering
xhtml :: attributes . tags . <abbr> vs. <acronym> CSS :: Box Model Hack
[CF T-Shirts] [CP Resources] [ithium hosting] [A New Generation of Tree Menu]Tags: None
-
same way you centered everything else:
#links
{ margin: 0 auto;
}
oh, and do yourself a favor - leave the body font at 100%Vladdy | KL
"Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"
-
margin: 0 auto; doesn't work. What do you mean by body font at 100%?
xhtml :: attributes . tags . <abbr> vs. <acronym> CSS :: Box Model Hack
[CF T-Shirts] [CP Resources] [ithium hosting] [A New Generation of Tree Menu]
Comment
Comment