Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    E-Blah Discussion    Themes and Images  ›  Header links
Users Browsing Forum
No Members and 1 Guests

Header links  This thread currently has 796 views. Print
1 Pages 1 Recommend Thread
Machine
April 30, 2007, 10:52am Report to Moderator Report to Moderator

E-Blah Member
Posts: 17
Posts Per Day: 0.02
Time Online: 11 hours 17 minutes
What's the deal with the header links wrapping all the time? It's doing it quite a lot when loading fresh pages.

Is there a simple way to stop this?




This post contains attachments; to download them you must login.

Logged Offline
Private Message Private message
Justin
April 30, 2007, 2:31pm Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
Posts: 15,075
Gender: Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
I wish I knew how, but I don't.  I'm open to any ideas on how to fix it.  It doesn't do it on IE, only on Firefox.  I'm guessing Firefox doesn't take into account the images when it renders that part the first time it loads, but I have no idea.


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 1 - 7
Machine
April 30, 2007, 4:19pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 17
Posts Per Day: 0.02
Time Online: 11 hours 17 minutes
Okay, I'll look into a fix myself
Logged Offline
Private Message Private message Reply: 2 - 7
Machine
April 30, 2007, 4:40pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 17
Posts Per Day: 0.02
Time Online: 11 hours 17 minutes
I figured out a simple fix.

Add a fixed width to the menubar CSS.
I've already customized my own template, so my width is 700px.

Quoted Text
.menubar {
height     : 30px;
width      : 700px;
border-left: 1px solid #FFBF00;
}


No wrap

Just testing in IE and I notice the text is top aligned.
It's bed time for me, I'll have a proper look at the CSS tomorrow.
Logged Offline
Private Message Private message Reply: 3 - 7
Justin
April 30, 2007, 4:47pm Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
Posts: 15,075
Gender: Male
Posts Per Day: 6.52
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 27 minutes
Location: Tallassee, AL
Age: 22
Let me know anything you make final and I'll try to put it into the next distro.  I'd rather not have a set px, though 700px shouldn't be that bad.  Another thing that I believe I found was the problem, is that it uses float's.  I'm no expert with CSS, but I know a lot more than I did just four or five months ago.  


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 4 - 7
Machine
April 30, 2007, 4:51pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 17
Posts Per Day: 0.02
Time Online: 11 hours 17 minutes
Well, I'm studying CSS at the moment. I'm happy to help as and when I can. I have a proper look at it tomorrow.
I'm really liking this system at the moment
Logged Offline
Private Message Private message Reply: 5 - 7
Martin
May 9, 2007, 3:31pm Report to Moderator Report to Moderator

I love E-Blah
10 Series Support Team
Posts: 4,558
Gender: Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
Only just had a chance to look into this but this fixed it for me.

Change the .menubar statements in template.css to:

Code
.menubar {
	float: left;
	height     : 30px;
	border-left: 1px solid #FFBF00;
	text-align: center;
	white-space: nowrap;
}

.menubar a, .menubar a:link {
	background      : url('images/menu.gif');
	float           : left;
	background-color: #FFFBF7;
	height          : 30px;
	text-decoration : none;
	padding         : 0;
	line-height     : 2.5;
	border          : 0;
	border-right    : 1px solid #FFBF00;
	padding-left    : 10px;
	padding-right   : 10px;
	text-align      : center;
	white-space     : nowrap;
}

.menubar a:hover {
	padding         : 0;
	border          : 0;
	padding-left    : 15px;
	padding-right   : 15px;
	border-right    : 1px solid #FFBF00;
	background      : url('images/menu_hover.gif');
	background-color: #FFBF00;
	text-align      : center;
	white-space     : nowrap;
}



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 6 - 7
Ronymon
June 23, 2007, 7:48am Report to Moderator Report to Moderator

Every thing is possible with Jesus
Posts: 231
Gender: Male
Posts Per Day: 0.32
Reputation: 100.00%
Reputation Score: +4 / -0
Time Online: 3 days 7 hours 18 minutes
Location: Brighton,England
Age: 32
Woww Thanks martin
It's fixed now .I just add the code ,That's it .

Cheers


Logged Offline
Private Message Private message Reply: 7 - 7
1 Pages 1 Recommend Thread
Print

E-Blah Community    E-Blah Discussion    Themes and Images  ›  Header links