Jump to content

seba4

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by seba4

    footer

    Want page to be fixed size or noT? usualy when i want a footer on the bottom i make boxes for different content like HEAD, MIDDLE CONTENT , FOOTER and i order it like i want it to be example: EXAMPLEI hope i helped you because with code setting content ="footer" automaticly to the bottom is one think i dont know too:D

  1. yes i want it:D its strange :) i tryied on 2pc"s and same mistake but as i see its working for obi1:D problem.jpgLook at that picture that happends when i look at my page (picture taken on third computer)

  2. in my browser there's no white line i would send a print screen but i have no where to upload it
    you dont have:D it like me:D but i want it to be someone knows the solution.
  3. I am working on one page but i did get to one problem. Every 5th line in submenu doesnt have a border dont know why but i think its css fault. Pls look at the page and help me if you can. My page i am working onNow the code is just for FF working on IE. You can see my problem if you look at PONUDBA bettwenGRAFIČNA OBDELAVA and PRIMERI UPORABE.

  4. yoshida thx for help but to bad that didnt helped me. But still i found what was the problem.The problem was in html in Menu code there was missing one </div> thats all:D small mistake but so big change on the screen:D(now is one </div> to much if i validate my code over internet)

  5. First thanx for that information i did delete that and now it should be ok. There is still the same problem in IE.That browser just dont want to show a lot of stuff.(some big part of the code) In FF everythink is normal. Anyone knows whats the problem? And to everyone Merry christmas

  6. Hello i hope thats the right topic.I was wondering and looking on the web (problably not good enough:) ) but i couldnt find what i was looking.I want to add at my page possibility that the code will recognise visitors browser and on that result it will chose different .CSS file. (for: firefox, IE or IE7.0)Can someone help me where can i find that code? or if anyone has a code like that.

  7. First sorry for my bad english and i hope that i dont write in wrong topic - CSS The thing is that i am making page with css and in the middle of the page there is space that is in different <div> named = middlebar . All i want is to make same same effect like i can do with iframe, that means i want all arround that middlebar stable and it wont change, informations needs to change only in middlebar- different button different informations- textIf you dont understand just write and i will try to write it down on some other way

  8. i was hoping that will work but it isnt working at all still the same it just cuts that page. If anyone wants to help i can send him all htmls its about 8mb big and he can see all the code just send message. i hope someone will

  9. I dont know if it is possible but lets ask can i do that with one text which has link in it i can open 2 iframes (with just one click) 2 different names of iframes.

  10. Hello i hope someone can help me because i already asked someone and he didnt find a solution.My index.htm has 6 iframes and its just calling other htmls . Everythink is ok if i set iframe height in pixels but i need the lower ones to be in % because on every html its a different lenght of page. My problems is that if i insert height in % i cant see my page like i should. Program just cuts it, i tried in IE and FIREFOX and all the same. You can see my page on My pageand a picture where you can see what is my problem Picture that shows my problemPage table/iframe code :

    <table id="Table_01" width="950" height="100%" border="0" cellpadding="0" cellspacing="0" align="LEFT">	<tr>		<td width="218" height="212">	  <iframe width="200" height="220" name="oko" frameborder="0" src="L_Z_oko.htm" scrolling="no"></iframe></td>		<td width="556">				<iframe width="600" height="220" name="fototapete_flash" frameborder="0" src="S_Z_fototapete_flash.htm" scrolling="no"></iframe></td>		<td width="176">		<iframe width="150" height="220" name="D_zgornja" frameborder="0" src="D_Z_okvir.htm" scrolling="no"></iframe></td>	</tr>	<tr>		<td height="100%">		<iframe  width="200" height=100% name="meni" frameborder="0" src="meni_glavno.htm" scrolling="no"></iframe></td>		<td rowspan="2">		<iframe width="600" height=100% name="sredina" frameborder="0" src="os_podatki.htm" scrolling="no"></iframe></td>		<td rowspan="2">		<iframe width="150" height=100% name="D_stranska" frameborder="0" src="d_s.htm" scrolling="no"></iframe></td>	</tr>

×
×
  • Create New...