Webmaster Forum

Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-11-2004, 01:29 PM
edbarton's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England
Posts: 1,757
iTrader: 0 / 0%
edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
Going crazy over CSS

Basically my blog design has just gone kaboom. It was all working, but now it isn't.

The url is http://www.blueuniverse.co.uk/blog/index.php

For starters the buttons are meant to be positioned at the top on the header in line. I don't have a clue why they have done what they have done as they are absolutely positioned.

Also the grey bar is meant to be directly below this, filling in the gap between the header and the menu bar.

I also want the bottom bar to be aligned right at the bottom underneath the menu, instead of it continuing along.

To download the css file go here

Here are some snippets of the index.php code (the main page)

Beginning of page (start wrapping div tags, header, grey bar and nav buttons

[code:1:8e62d60896]
<div id="outsidediv"><div id="container">
<div id="header"><a href="<?php echo $siteurl; ?>" title="<?php bloginfo('name'); ?>">
<img src="<?php echo $siteurl; ?>/wp-images/logo.gif" alt="<?php bloginfo('name'); ?>" /></a></div>
<div id="homeb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('homepage','','<?php echo $siteurl; ?>/wp-images/homer.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/home.jpg" alt="Return to the Web Design Blog and Resource Home Page" name="homepage" width="84" height="23" border="0" id="homepage" /></a></div>
<div id="picsb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('pictures','','<?php echo $siteurl; ?>/wp-images/picturesr.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/pictures.jpg" alt="Pictures" name="pictures" width="83" height="23" border="0" id="pictures" /></a></div>
<div id="contactb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contactus','','<?php echo $siteurl; ?>/wp-images/contactr.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/contact.jpg" alt="Contact Us" name="contactus" width="83" height="23" border="0" id="contactus" /></a></div>
<div id="archivesb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('archivesbutton','','<?p hp echo $siteurl; ?>/wp-images/archivesr.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/archives.jpg" alt="View the Pointless-Existence Archives" name="archivesbutton" width="83" height="23" border="0" id="archivesbutton" /></a></div>
<div id="aboutusb"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('aboutuspage','','<?php echo $siteurl; ?>/wp-images/aboutr.jpg',1)"><img src="<?php echo $siteurl; ?>/wp-images/about.jpg" alt="About Pointless-Existence" name="aboutuspage" width="83" height="23" border="0" id="aboutuspage" /></a></div>
<div id="topbar">.</div>
[/code:1:8e62d60896]

Start of menu

[code:1:8e62d60896]
<div id="menu">

<ul>
<?php get_links_list(); ?>
<li id="categories">Categories:
<ul>
<?php list_cats(0, 'All', 'name'); ?>
</ul>
</li>
[/code:1:8e62d60896]

Footer

[code:1:8e62d60896]
<p class="credit"><!--<?php echo $wpdb->querycount; ?> queries.--> <?php timer_stop(1); ?> || <cite>Powered by <a href="http://wordpress.org" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>WordPress</strong></a></cite></p>
[/code:1:8e62d60896]


I really hope somebody can help, this really is seriously driving me nuts.[/url]
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #2 (permalink)  
Old 05-11-2004, 01:33 PM
SVB's Avatar
SVB SVB is offline
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 3,118
iTrader: 0 / 0%
SVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest order
use frontpage or geocities page maker, its what the pros do.
__________________
It is "I couldn't care less"
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #3 (permalink)  
Old 05-11-2004, 10:58 PM
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 220
iTrader: 0 / 0%
Distorted is on the right pathDistorted is on the right path


Try adding float: right; clear: left; to the css that controls the menu's position.

That's all that I can contribute at this time, as I am about to collapse from sleep deprivation.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #4 (permalink)  
Old 05-12-2004, 07:23 AM
chaka42's Avatar
Contributing Member
Latest Blog:
Big Green Help

 
Join Date: 02-23-04
Location: midwest
Posts: 279
iTrader: 1 / 100%
chaka42 is on the right pathchaka42 is on the right pathchaka42 is on the right path
i hope you're joking unreal
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #5 (permalink)  
Old 05-12-2004, 07:47 AM
Crap Bag
Latest Blog:
None

 
Join Date: 10-12-03
Posts: 1,201
iTrader: 0 / 0%
PhilC in the redPhilC in the redPhilC in the redPhilC in the redPhilC in the redPhilC in the redPhilC in the redPhilC in the redPhilC in the redPhilC in the redPhilC in the red
Quote:
Originally Posted by unrealfragmaster
use frontpage or geocities page maker, its what the pros do.
Now we know how every Tom, Dick and Harry can become pros ...
Ah, God, that was good ... haven't laughed so much for some time now !
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #6 (permalink)  
Old 05-12-2004, 09:10 AM
Contributing Member
Latest Blog:
None

 
Join Date: 04-15-04
Posts: 266
iTrader: 0 / 0%
wbstein is a jewel in the roughwbstein is a jewel in the roughwbstein is a jewel in the roughwbstein is a jewel in the roughwbstein is a jewel in the roughwbstein is a jewel in the rough
Quote:
Originally Posted by unrealfragmaster
use frontpage or geocities page maker, its what the pros do.
ha
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #7 (permalink)  
Old 05-12-2004, 09:25 AM
SVB's Avatar
SVB SVB is offline
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 3,118
iTrader: 0 / 0%
SVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest order
__________________
It is "I couldn't care less"
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #8 (permalink)  
Old 05-13-2004, 11:11 AM
edbarton's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England
Posts: 1,757
iTrader: 0 / 0%
edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
Any suggestions, I have added the suggestion from Distorted
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #9 (permalink)  
Old 05-15-2004, 08:08 AM
Junior Member
Latest Blog:
None

 
Join Date: 05-15-04
Location: Australia
Posts: 5
iTrader: 0 / 0%
deregular is liked by many
For the menu, get rid of the seperate 'div' tags........

That will spread them across rather than down.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #10 (permalink)  
Old 05-15-2004, 08:55 AM
edbarton's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England
Posts: 1,757
iTrader: 0 / 0%
edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
But surely it shouldn't matter as they are absolutely positioned?
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #11 (permalink)  
Old 05-15-2004, 09:40 AM
Junior Member
Latest Blog:
None

 
Join Date: 05-15-04
Location: Australia
Posts: 5
iTrader: 0 / 0%
deregular is liked by many
is each button separately positioned?

what i did was

i saved your page to my desktop, opened it in dreamweaver, did a backspace on each button (which removed the divs) and it seemed to fix it.
Perhaps the divs were for vertical layout, and removing them were for horizontal........
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #12 (permalink)  
Old 05-15-2004, 11:02 AM
edbarton's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England
Posts: 1,757
iTrader: 0 / 0%
edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
Each button is seperately positioned, plus I want the whole nav bar to be positioned on the right side of the top header section.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #13 (permalink)  
Old 05-15-2004, 11:40 AM
Junior Member
Latest Blog:
None

 
Join Date: 05-15-04
Location: Australia
Posts: 5
iTrader: 0 / 0%
deregular is liked by many
Doesnt look that way from here as there is no way of adjusting their position on the page, Id get rid of the seperate div tags, and in the div that contains them all, insert [code:1:b5af6ac4b3]align="right"[/code:1:b5af6ac4b3]

It works.

[code:1:b5af6ac4b3]<DIV id=outsidediv>
<DIV id=container>
<DIV id=header><A title="Pointless Existence"
href="http://www.blueuniverse.co.uk/blog"><IMG alt="Pointless Existence"
src="Pointless Existence_files/logo.gif"></A></DIV>
<DIV id=homeb align="right"><A
onmouseover="MM_swapImage('homepage','','http://www.blueuniverse.co.uk/blog/wp-images/homer.jpg',1)"
onmouseout=MM_swapImgRestore()
href="http://www.blueuniverse.co.uk/blog/index.php#"><IMG id=homepage height=23
alt="Return to the Web Design Blog and Resource Home Page"
src="Pointless Existence_files/home.jpg" width=84 border=0
name=homepage></A><A
onmouseover="MM_swapImage('pictures','','http://www.blueuniverse.co.uk/blog/wp-images/picturesr.jpg',1)"
onmouseout=MM_swapImgRestore()
href="http://www.blueuniverse.co.uk/blog/index.php#"><IMG id=pictures height=23
alt=Pictures src="Pointless Existence_files/pictures.jpg" width=83 border=0
name=pictures></A><A
onmouseover="MM_swapImage('contactus','','http://www.blueuniverse.co.uk/blog/wp-images/contactr.jpg',1)"
onmouseout=MM_swapImgRestore()
href="http://www.blueuniverse.co.uk/blog/index.php#"><IMG id=contactus height=23
alt="Contact Us" src="Pointless Existence_files/contact.jpg" width=83 border=0
name=contactus></A><A
onmouseover="MM_swapImage('archivesbutton','','htt p://www.blueuniverse.co.uk/blog/wp-images/archivesr.jpg',1)"
onmouseout=MM_swapImgRestore()
href="http://www.blueuniverse.co.uk/blog/index.php#"><IMG id=archivesbutton
height=23 alt="View the Pointless-Existence Archives"
src="Pointless Existence_files/archives.jpg" width=83 border=0
name=archivesbutton></A><A
onmouseover="MM_swapImage('aboutuspage','','http://www.blueuniverse.co.uk/blog/wp-images/aboutr.jpg',1)"
onmouseout=MM_swapImgRestore()
href="http://www.blueuniverse.co.uk/blog/index.php#"><IMG id=aboutuspage
height=23 alt="About Pointless-Existence"
src="Pointless Existence_files/about.jpg" width=83 border=0
name=aboutuspage></A></DIV>
<DIV id=topbar>.</DIV>[/code:1:b5af6ac4b3]

Now you have to figure out that blue box on the right......
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #14 (permalink)  
Old 05-15-2004, 12:07 PM
edbarton's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England
Posts: 1,757
iTrader: 0 / 0%
edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
Quote:
Originally Posted by deregular
Doesnt look that way from here as there is no way of adjusting their position on the page
It is in the css, do a search for '#whatever the id is' in the css and you will find the absolute positioning tags.

This is the bit that puzzles me, surely if they are absolutely positioned then they should go in that place.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #15 (permalink)  
Old 05-15-2004, 12:10 PM
SVB's Avatar
SVB SVB is offline
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 3,118
iTrader: 0 / 0%
SVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest order
Well looks like they dont
__________________
It is "I couldn't care less"
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #16 (permalink)  
Old 05-15-2004, 12:35 PM
edbarton's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England
Posts: 1,757
iTrader: 0 / 0%
edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
That is the point of them though. They did it originally as well, and when I was putting it together in html on my pc, just when I started doing work on the actual template they mucked up.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #17 (permalink)  
Old 05-15-2004, 03:46 PM
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 220
iTrader: 0 / 0%
Distorted is on the right pathDistorted is on the right path
Looks like the id's in the style sheet dissapeared.

Just try to make sure that the id's are in the style sheet on you pc and re-upload it...I...guess....
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #18 (permalink)  
Old 05-16-2004, 12:37 AM
edbarton's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England
Posts: 1,757
iTrader: 0 / 0%
edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
Finally, turns out I had the wrong css file uploaded. Thanks.

Still got the problem of the very bottom bar though and the menu.

I think what I want is for the #content css bit to be the same length as the #menu css bit but how would I define this.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #19 (permalink)  
Old 05-17-2004, 08:23 AM
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Posts: 220
iTrader: 0 / 0%
Distorted is on the right pathDistorted is on the right path
Try putting them in one div and making their height = 100%...or something.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #20 (permalink)  
Old 05-17-2004, 12:50 PM
SN3's Avatar
SN3 SN3 is offline
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: Work, USA
Posts: 2,796
iTrader: 0 / 0%
SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
I think your image is in the way, the logo at the top.
Digg this Post!Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Go crazy! Carter Graphic Design Forum 15 09-26-2006 09:05 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 04:58 AM.
© Copyright 2010 V7 Inc
Powered by vBulletin
Copyright © 2000-2010 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.